|
[PATCH] MdeModulePkg/CapsuleApp: remove unused definition.
remove EFI_CAPSULE_FROM_FILE_DIR
remove EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED.
no one uses them.
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Feng Tian <feng.tian@...>
Cc:
remove EFI_CAPSULE_FROM_FILE_DIR
remove EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED.
no one uses them.
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Feng Tian <feng.tian@...>
Cc:
|
By
Yao, Jiewen
·
#4577
·
|
|
[PATCH v2] UefiCpuPkg/DxeMpLib: Allocate below 4GB mem for AsmRelocateApLoopFunc
Current implementation just allocates reserve memory for AsmRelocateApLoopFunc.
It not be safe because APs will be placed into 32bit protected mode on long mode
DXE. This reserve memory must be
Current implementation just allocates reserve memory for AsmRelocateApLoopFunc.
It not be safe because APs will be placed into 32bit protected mode on long mode
DXE. This reserve memory must be
|
By
Jeff Fan <jeff.fan@...>
·
#4576
·
|
|
Re: [patch] MdePkg: Fix spec mismatch in string representation of EMMC dev node
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Thanks/Ray
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Thanks/Ray
|
By
Ni, Ruiyu <ruiyu.ni@...>
·
#4575
·
|
|
Re: [PATCH 3/3] DuetPkg: Add POSTBUILD in DSC files to run post-build automatically
Hao,
Thanks for making this helpful updates.
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Hao,
Thanks for making this helpful updates.
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
|
By
Ni, Ruiyu <ruiyu.ni@...>
·
#4574
·
|
|
Re: [PATCH 2/3] DuetPkg: Use 'echo off' in BATCH script files
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Regards,
Ray
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Regards,
Ray
|
By
Ni, Ruiyu <ruiyu.ni@...>
·
#4572
·
|
|
Re: [PATCH 1/3] DuetPkg: Resolve white-space issues for post-build scripts & ReadMe
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Regards,
Ray
Reviewed-by: Ruiyu Ni <ruiyu.ni@...>
Regards,
Ray
|
By
Ni, Ruiyu <ruiyu.ni@...>
·
#4573
·
|
|
[PATCH 3/3] DuetPkg: Add POSTBUILD in DSC files to run post-build automatically
https://bugzilla.tianocore.org/show_bug.cgi?id=220
Currently, the post-build scripts PostBuild.bat/PostBuild.sh in DuetPkg
need to be run manually. Especially for Windows batch script, it
https://bugzilla.tianocore.org/show_bug.cgi?id=220
Currently, the post-build scripts PostBuild.bat/PostBuild.sh in DuetPkg
need to be run manually. Especially for Windows batch script, it
|
By
Wu, Hao A
·
#4571
·
|
|
[PATCH 2/3] DuetPkg: Use 'echo off' in BATCH script files
Instead of putting a '@' at the beginning of every command in BATCH script
files, use 'echo off' at the beginning of each file.
Cc: Ruiyu Ni <ruiyu.ni@...>
Contributed-under: TianoCore
Instead of putting a '@' at the beginning of every command in BATCH script
files, use 'echo off' at the beginning of each file.
Cc: Ruiyu Ni <ruiyu.ni@...>
Contributed-under: TianoCore
|
By
Wu, Hao A
·
#4570
·
|
|
[PATCH 1/3] DuetPkg: Resolve white-space issues for post-build scripts & ReadMe
Cc: Ruiyu Ni <ruiyu.ni@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@...>
---
DuetPkg/CreateBootDisk.bat | 14 +--
Cc: Ruiyu Ni <ruiyu.ni@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@...>
---
DuetPkg/CreateBootDisk.bat | 14 +--
|
By
Wu, Hao A
·
#4569
·
|
|
[PATCH 0/3] Enable POSTBUILD feature in DuetPkg DSC files
This patch series uses the POSTBUILD feature in package DSC files to make
the post-build steps for DuetPkg more user-friendly.
Cc: Ruiyu Ni <ruiyu.ni@...>
Hao Wu (3):
DuetPkg: Resolve
This patch series uses the POSTBUILD feature in package DSC files to make
the post-build steps for DuetPkg more user-friendly.
Cc: Ruiyu Ni <ruiyu.ni@...>
Hao Wu (3):
DuetPkg: Resolve
|
By
Wu, Hao A
·
#4568
·
|
|
Re: [PATCH 0/2] Put AP into safe hlt-loop code on S3 path
Paolo,
I added patch #3 in v2 to do InterlockedDecrement (&mNumberToFinish) in the safe code.
This is very good comment to eliminate this gap.
Thanks!
Jeff
Paolo,
I added patch #3 in v2 to do InterlockedDecrement (&mNumberToFinish) in the safe code.
This is very good comment to eliminate this gap.
Thanks!
Jeff
|
By
Fan, Jeff <jeff.fan@...>
·
#4567
·
|
|
[PATCH] MdeModulePkg DxeCore: Show error message on unaligned FvImage issue
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=205
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Liming Gao <liming.gao@...>
Contributed-under: TianoCore Contribution Agreement
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=205
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Liming Gao <liming.gao@...>
Contributed-under: TianoCore Contribution Agreement
|
By
Star Zeng <star.zeng@...>
·
#4566
·
|
|
[PATCH v2 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Decrease mNumberToFinish in AP safe code
We will put APs into hlt-loop in safe code. But we decrease mNumberToFinish
before APs enter into the safe code. Paolo pointed out this gap.
This patch is to move mNumberToFinish decreasing to the
We will put APs into hlt-loop in safe code. But we decrease mNumberToFinish
before APs enter into the safe code. Paolo pointed out this gap.
This patch is to move mNumberToFinish decreasing to the
|
By
Jeff Fan <jeff.fan@...>
·
#4565
·
|
|
[PATCH v2 2/3] UefiCpuPkg/PiSmmCpuDxeSmm: Place AP to 32bit protected mode on S3 path
On S3 path, we may transfer to long mode (if DXE is long mode) to restore CPU
contexts with CR3 = SmmS3Cr3 (in SMM). AP will execute hlt-loop after CPU
contexts restoration. Once one NMI or SMI
On S3 path, we may transfer to long mode (if DXE is long mode) to restore CPU
contexts with CR3 = SmmS3Cr3 (in SMM). AP will execute hlt-loop after CPU
contexts restoration. Once one NMI or SMI
|
By
Jeff Fan <jeff.fan@...>
·
#4564
·
|
|
[PATCH v2 1/3] UefiCpuPkg/PiSmmCpuDxeSmm: Put AP into safe hlt-loop code on S3 path
On S3 path, we will wake up APs to restore CPU context in PiSmmCpuDxeSmm
driver. However, we place AP in hlt-loop under 1MB space borrowed after CPU
restoring CPU contexts.
In case, one NMI or SMI
On S3 path, we will wake up APs to restore CPU context in PiSmmCpuDxeSmm
driver. However, we place AP in hlt-loop under 1MB space borrowed after CPU
restoring CPU contexts.
In case, one NMI or SMI
|
By
Jeff Fan <jeff.fan@...>
·
#4563
·
|
|
[PATCH v2 0/3] Put AP into safe hlt-loop code on S3 path
On S3 path, we will wake up APs to restore CPU context in PiSmmCpuDxeSmm
driver. In case, one NMI or SMI happens, APs may exit from hlt state and
execute the instruction after HLT instruction.
But
On S3 path, we will wake up APs to restore CPU context in PiSmmCpuDxeSmm
driver. In case, one NMI or SMI happens, APs may exit from hlt state and
execute the instruction after HLT instruction.
But
|
By
Jeff Fan <jeff.fan@...>
·
#4562
·
|
|
[PATCH v2 2/2] MdeModulePkg/Ip4Dxe: Correct the return status
This patch made the following change:
* DataItem->Status should be updated to the status code.
* Data should not be freed if EFI_NOT_READY returned.
Cc: Laszlo Ersek <lersek@...>
Cc: Ye Ting
This patch made the following change:
* DataItem->Status should be updated to the status code.
* Data should not be freed if EFI_NOT_READY returned.
Cc: Laszlo Ersek <lersek@...>
Cc: Ye Ting
|
By
Jiaxin Wu <jiaxin.wu@...>
·
#4561
·
|
|
[PATCH v2 1/2] MdeModulePkg/Ip4Dxe: Add wrong/invalid subnet check
v2:
* Separate out the return status fix.
* Replace IP4_MASK_MAX with IP4_MASK_MAX.
* Remove the ON_EXIT label.
This patch is used to add the wrong/invalid subnet check.
Cc: Laszlo Ersek
v2:
* Separate out the return status fix.
* Replace IP4_MASK_MAX with IP4_MASK_MAX.
* Remove the ON_EXIT label.
This patch is used to add the wrong/invalid subnet check.
Cc: Laszlo Ersek
|
By
Jiaxin Wu <jiaxin.wu@...>
·
#4560
·
|
|
[PATCH v2 0/2] MdeModulePkg/Ip4Dxe: Issue fix for Ip4Dxe
Cc: Laszlo Ersek <lersek@...>
Cc: Ye Ting <ting.ye@...>
Cc: Fu Siyuan <siyuan.fu@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu
Cc: Laszlo Ersek <lersek@...>
Cc: Ye Ting <ting.ye@...>
Cc: Fu Siyuan <siyuan.fu@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu
|
By
Jiaxin Wu <jiaxin.wu@...>
·
#4559
·
|
|
[Patch] MdePkg Base.h: Update field name in VERIFY_UINTXX_ENUM_SIZE to follow style
For field name in structure, its first character should be upper case.
Cc: Michael Kinney <michael.d.kinney@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming
For field name in structure, its first character should be upper case.
Cc: Michael Kinney <michael.d.kinney@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming
|
By
Liming Gao
·
#4558
·
|