[edk2-devel] [PATCH] MdePkg: Add generic port affinity structure for ACPI 6.5 header

2024-08-11 Thread Huang, Qing
Add generic port affinity structure introduced in ACPI 6.5 spec Signed-off-by: Qing Huang --- MdePkg/Include/IndustryStandard/Acpi65.h | 25 ++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h b/MdePkg/Include/Industry

[edk2-devel] [PATCH v1] MdePkg/BaseCpuLibNull: Add stub function of StandardSignatureIsAuthenticAMD() in CpuLibNull instance

2024-01-23 Thread Huang, Qing
CpuLib.h exposes StandardSignatureIsAuthenticAMD() API and we require stub function in its BaseCpuLibNull library instance to avoid potential link issue. Signed-off-by: Qing Huang --- MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c | 17 - 1 file changed, 16 insertions(+), 1 dele

[edk2-devel] [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes

2019-10-29 Thread Huang, Qing
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49631): https://edk2.groups.io/g/devel/message/49631 Mute This Topic: https://groups.io/mt/36927089/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/

Re: [edk2-devel] [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes

2019-10-29 Thread Huang, Qing
Add V2 patch to add some description for these new memory type from UEFI 2.8 spec. Thanks & Best regards, Huang, Qing > -Original Message- > From: Gao, Liming > Sent: Wednesday, October 30, 2019 9:17 AM > To: Huang, Qing ; devel@edk2.groups.io > Subject: RE: [PATCH