Date
1 - 3 of 3
[PATCH v4 8/9] ManageabilityPkg: Add IpmiProtocol to Manageability Package
Chang, Abner
From: Abner Chang <abner.chang@...>
Add Ipmi Protocol/Ppi/SMM modules to ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Nickle Wang <nicklew@...> Cc: Igor Kulchytskyy <igork@...> Reviewed-by: Nickle Wang <nicklew@...> --- Features/ManageabilityPkg/Include/Dsc/Manageability.dsc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc b/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc index 994c93f17c..0d868fdf4a 100644 --- a/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc +++ b/Features/ManageabilityPkg/Include/Dsc/Manageability.dsc @@ -16,3 +16,10 @@ NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf +[Components.IA32] + ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpiPei.inf + +[Components.X64] + ManageabilityPkg/Universal/IpmiProtocol/Dxe/IpmiProtocolDxe.inf + ManageabilityPkg/Universal/IpmiProtocol/Smm/IpmiProtocolSmm.inf + -- 2.37.1.windows.1 |
|
Tinh Nguyen
Hi Abner,
The DXE and PEI modules should work on aarch64. Please see my suggestion below. On 3/22/2023 9:48 AM, Chang, Abner via groups.io wrote: From: Abner Chang <abner.chang@...>ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [LibraryClasses.AARCH64.PEIM] PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf +[Components.IA32][Components.IA32, Components.AARCH64] ManageabilityPkg/Universal/IpmiProtocol/Pei/IpmiPpiPei.inf [Components.X64, Components.AARCH64] ManageabilityPkg/Universal/IpmiProtocol/Dxe/IpmiProtocolDxe.inf [Components.X64] ManageabilityPkg/Universal/IpmiProtocol/Smm/IpmiProtocolSmm.inf |
|
Chang, Abner
[AMD Official Use Only - General]
toggle quoted message
Show quoted text
Hi Tinh, Apparently I missed some of your feedback, it was moved to other email folder that I don’t expect it should be. I will add those modules for AARCH64. Thanks Abner -----Original Message----- |
|