[AMD Official Use Only - General] Reviewed-by: Abdul Lateef Attar <abdullateef.at...@amd.com>
-----Original Message----- From: Chang, Abner <abner.ch...@amd.com> Sent: Saturday, April 15, 2023 5:27 PM To: devel@edk2.groups.io Cc: Isaac Oram <isaac.w.o...@intel.com>; Attar, AbdulLateef (Abdul Lateef) <abdullateef.at...@amd.com>; Nickle Wang <nick...@nvidia.com>; Tinh Nguyen <tinhngu...@amperemail.onmicrosoft.com> Subject: [edk2-platforms][PATCH 3/3] ManageabilityPkg: Support AARCH64 From: Abner Chang <abner.ch...@amd.com> Add AARCH64 support in Manageability.dsc Signed-off-by: Abner Chang <abner.ch...@amd.com> Cc: Isaac Oram <isaac.w.o...@intel.com> Cc: Abdul Lateef Attar <abdat...@amd.com> Cc: Nickle Wang <nick...@nvidia.com> Cc: Tinh Nguyen <tinhngu...@amperemail.onmicrosoft.com> --- .../ManageabilityPkg/Include/Dsc/Manageability.dsc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc b/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc index 0d868fdf4a..7f8d8df3f0 100644 --- a/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc +++ b/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc @@ -15,11 +15,18 @@ NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf + ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf + BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf -[Components.IA32] +[LibraryClasses.AARCH64.PEIM] + PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf + +[Components.IA32, Components.AARCH64] ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpiPei.inf -[Components.X64] +[Components.X64, Components.AARCH64] ManageabilityPkg/Universal/IpmiProtocol/Dxe/IpmiProtocolDxe.inf + +[Components.X64] ManageabilityPkg/Universal/IpmiProtocol/Smm/IpmiProtocolSmm.inf -- 2.37.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#103105): https://edk2.groups.io/g/devel/message/103105 Mute This Topic: https://groups.io/mt/98280324/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-