Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory

2024-04-06 Thread Aaron Li
devel@edk2.groups.io 代表 Aaron Li > 发送时间: 2024年4月1日 10:32 > 收件人: devel@edk2.groups.io; Liming Gao > 抄送: Bi, Dandan ; Liu, Yun Y ; > Yao, Jiewen ; Ni, Ray ; Kinney, > Michael D ; Liu, Zhiguang > > 主题: Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD > swit

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory

2024-03-31 Thread Aaron Li
imMemory to > TRUE, all ACPI allocated memory will use EfiAcpiMemoryNVS instead. > > Cc: Zhiguang Liu > Cc: Dandan Bi > Cc: Liming Gao > Cc: Liu Yun > Cc: Jiewen Yao > Cc: Ray Ni > Cc: Michael D Kinney > Signed-off-by: Aaron Li > --- > MdeModulePkg/Universal/Acpi/Acp

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory

2024-03-28 Thread Aaron Li
describe the problem that is being solved by the ability to use EfiAcpiMemoryNVS for ACPI tables? On Thu, 28 Mar 2024 at 05:59, Aaron Li wrote: > > Hi Liming, > > Currently this patch does not have a related Bugzilla. > > According to UEFI spec, the ACPI Tables at boot time

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory

2024-03-27 Thread Aaron Li
an optional method controlled by PCD to avoid using > EfiACPIReclaimMemory, by setting the PCD PcdNoACPIReclaimMemory to > TRUE, > all ACPI allocated memory will use EfiAcpiMemoryNVS instead. > > Cc: Zhiguang Liu > Cc: Dandan Bi > Cc: Liming Gao > Cc: Liu Yun > C

[edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory

2024-03-26 Thread Aaron Li
to avoid using EfiACPIReclaimMemory, by setting the PCD PcdNoACPIReclaimMemory to TRUE, all ACPI allocated memory will use EfiAcpiMemoryNVS instead. Cc: Zhiguang Liu Cc: Dandan Bi Cc: Liming Gao Cc: Liu Yun Cc: Jiewen Yao Cc: Ray Ni Cc: Michael D Kinney Signed-off-by: Aaron Li

[edk2-devel] [PATCH v1 1/1] MdeModulePkg/AcpiTableDxe: Select ACPI memory type by PCD

2024-02-29 Thread Aaron Li
to switch all ACPI allocated memory from EfiACPIReclaimMemory to EfiAcpiMemoryNVS. If the PcdAcpiMemoryUseNvs is set to TRUE, all ACPI allocated memory will using EfiAcpiMemoryNVS. Cc: Zhiguang Liu Cc: Dandan Bi Cc: Liming Gao Cc: Liu Yun Signed-off-by: Aaron Li --- MdeModulePkg/Universal

[edk2-devel] [PATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add microcode header verification.

2021-02-02 Thread Aaron Li
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3196 Microcode header should be checked before calling IsMicrocodePatchNeedLoad(). This is to make sure garbage value after remove microcode from FV would not cause stack overflow in IsMicrocodePatchNeedLoad(). Signed-off-by: Aaron Li Cc: Ray

Re: [edk2-devel] [PATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add PCD for shadowing all microcode.

2020-09-23 Thread Aaron Li
ATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add PCD for > > shadowing all microcode. > > > > This patch is to add a PCD PcdShadowAllMicrocode to support shadowing > > all microcode patch to memory. > > > > BZ: https://bugzilla.tianocore.org/sh

Re: [edk2-devel] [PATCH v1 1/1] Tools/FitGen: Fix microcode alignment support

2020-09-21 Thread Aaron Li
you help review this patch? > > Thanks. > > > > Best, > > Aaron > > > > > -Original Message- > > > From: devel@edk2.groups.io On Behalf Of > Aaron > > Li > > > Sent: Thursday, September 17, 2020 1:58 PM > > > To

[edk2-devel] [PATCH v2 1/1] Tools/FitGen: Fix microcode alignment support

2020-09-21 Thread Aaron Li
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2971 v2: Add check for basic 16-byte alignment. This patch is to fix a issue that "-A" option would only support 2^n Byte alignment of microcode. Signed-off-by: Aaron Li Cc: Bob Feng Cc: Liming Gao --- Silicon/Intel/Tools/FitGe

Re: [edk2-devel] [PATCH v1 1/1] Tools/FitGen: Fix microcode alignment support

2020-09-20 Thread Aaron Li
Hi Bob & Liming, Could you help review this patch? Thanks. Best, Aaron > -Original Message- > From: devel@edk2.groups.io On Behalf Of Aaron Li > Sent: Thursday, September 17, 2020 1:58 PM > To: devel@edk2.groups.io > Cc: Feng, Bob C ; Liming Gao > > Subject: [

[edk2-devel] [PATCH v1 1/1] Tools/FitGen: Fix microcode alignment support

2020-09-16 Thread Aaron Li
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2971 This patch is to fix a issue that "-A" option would only support 2^n Byte alignment of microcode. Signed-off-by: Aaron Li Cc: Bob Feng Cc: Liming Gao --- Silicon/Intel/Tools/FitGen/FitGen.c | 2 +- Silicon/Intel/Tools/FitGe

[edk2-devel] [PATCH v1 1/1] IntelSiliconPkg/ShadowMicrocodePei: Add PCD for shadowing all microcode.

2020-08-12 Thread Aaron Li
This patch is to add a PCD PcdShadowAllMicrocode to support shadowing all microcode patch to memory. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2891 Signed-off-by: Aaron Li Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Siyuan Fu --- Silicon/Intel/IntelSiliconPkg/Feature/ShadowMicrocode

[edk2-devel] [PATCH v1] BaseTools/Capsule: Add capsule dependency support

2020-01-09 Thread Aaron Li
x0B (LT) | <| | 0x0C (LTE) | <= | +-+------+ Cc: Bob Feng Cc: Liming Gao Signed-off-by: Aaron Li --- BaseTools/Source/Python/Capsule/GenerateCapsule.py | 62 ++- BaseTools/Source/Python/Common/Uefi/Capsule/CapsuleDepende