[edk2-devel] [PATCH v1 1/1] BoardModulePkg\Library\BiosIdLib: Support Standalone MM

2023-12-25 Thread Huang, Li-Xia
Add Standalone Mm BiosIdLib and format code with Uncrustify. Cc: Eric Dong Cc: Nate DeSimone Signed-off-by: Lixia Huang --- Platform/Intel/BoardModulePkg/Library/BiosIdLib/BiosIdCommon.c| 96 Platform/Intel/BoardModulePkg/Library/BiosIdLib/DxeBiosIdLib.c

[edk2-devel] [PATCH v1 2/2] IpmiFeaturePkg/GenericIpmi: Fix GCC compiler error

2023-12-18 Thread Huang, Li-Xia
Fix GCC compiler error in StandaloneMmGenericIpmi. Cc: Abner Chang Cc: Nate DeSimone Signed-off-by: Lixia Huang --- Features/Intel/OutOfBandManagement/IpmiFeaturePkg/GenericIpmi/StandaloneMm/StandaloneMmGenericIpmi.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi: Sync change from SMM

2023-12-05 Thread Huang, Li-Xia
Sync change from SMM to StandaloneMm GenericIpmi driver. Update SmmIpmbInterface and SmmSsifInterface Lib to support MM_STANDALONE. And Format code with uncrustify. Cc: Abner Chang Cc: Nate DeSimone Signed-off-by: Lixia Huang ---

[edk2-devel] [PATCH v1 1/1] BoardModulePkg\Library\BiosIdLib: Support Standalone MM

2023-11-20 Thread Huang, Li-Xia
Add Standalone Mm BiosIdLib. Also fix some EDKII Coding Style issue with uncrustify. Cc: Eric Dong Cc: Nate DeSimone Signed-off-by: Lixia Huang --- Platform/Intel/BoardModulePkg/Library/BiosIdLib/BiosIdCommon.c| 96

[edk2-devel] [PATCH v4 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-31 Thread Huang, Li-Xia
Add Standalone Mm Generic Impi driver. And add type 'PcdsFixedAtBuild' for PcdIpmiSmmIoBaseAddress to access in StandaloneMm driver Cc: Abner Chang Cc: Nate DeSimone Signed-off-by: Lixia Huang ---

[edk2-devel] [PATCH v3 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-31 Thread Huang, Li-Xia
Add Standalone Mm Generic Impi driver. And add type 'PcdsFixedAtBuild' for PcdIpmiSmmIoBaseAddress to access in StandaloneMm driver Cc: Abner Chang Cc: Nate DeSimone Signed-off-by: Lixia Huang ---

[edk2-devel] [PATCH v2 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-29 Thread Huang, Li-Xia
Add Standalone Mm Generic Impi driver. And add type 'PcdsFixedAtBuild' for PcdIpmiSmmIoBaseAddress to access in StandaloneMm driver Cc: Abner Chang Cc: Nate DeSimone Signed-off-by: Lixia Huang ---

Re: [edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-25 Thread Huang, Li-Xia
, Abner Sent: Tuesday, October 24, 2023 6:43 PM To: Huang, Li-Xia ; devel@edk2.groups.io Cc: Isaac Oram ; Desimone, Nathaniel L ; Wu, Yidong ; Xu, Wei6 Subject: RE: [edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM [AMD Official Use Only - General] BTW Lisa, As Issac

[edk2-devel] [PATCH v2 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-25 Thread Huang, Li-Xia
Add Standalone Mm Generic Impi driver. And add type 'PcdsFixedAtBuild' for PcdIpmiSmmIoBaseAddress to access in StandaloneMm driver Cc: Abner Chang Cc: Nate DeSimone Signed-off-by: Lixia Huang ---

Re: [edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-22 Thread Huang, Li-Xia
me know what's the schedule for these two packages'(IpmiFeaturePkg and ManageabilityPkg) diverging? Thanks. Regards, Lisa -Original Message- From: Chang, Abner Sent: Saturday, October 21, 2023 10:15 PM To: devel@edk2.groups.io; Huang, Li-Xia Cc: Isaac Oram ; Desimone, Nathaniel L

[edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi: Support Standalone MM

2023-10-20 Thread Huang, Li-Xia
Add Standalone Mm Generic Impi driver. And add type 'PcdsFixedAtBuild' for PcdIpmiSmmIoBaseAddress to access in StandaloneMm driver Cc: Isaac Oram Cc: Nate DeSimone Signed-off-by: Lixia Huang ---

[edk2-devel] [PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build

2022-03-13 Thread Huang, Li-Xia
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3802 Since PRM module needs to support export table in PE-COFF, we'll enhance GenFw tool to support this. Add one export flag in GenFw tool. If export flag is set: Step1: Scan ELF symbol table based on PRM module descriptor to get descriptor

Re: [edk2-devel] [PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build

2022-03-13 Thread Huang, Li-Xia
Of gaoliming Sent: 2022年3月1日 9:52 To: devel@edk2.groups.io; Huang, Li-Xia Cc: Feng, Bob C ; Chen, Christine Subject: 回复: [edk2-devel] [PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build Lisa: Please add BZ link for this patch. And, if PRM option currently only supports DXE RUNTIME

[edk2-devel] [PATCH] REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3802

2022-03-06 Thread Huang, Li-Xia
Since PRM module needs to support export table in PE-COFF, we'll enhance GenFw tool to support this. Add one export flag in GenFw tool. If export flag is set: Step1: Scan ELF symbol table based on PRM module descriptor to get descriptor offset address; Step2: Find PRM handlers number and name in

[edk2-devel] [PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build

2022-02-27 Thread Huang, Li-Xia
Since PRM module needs to support export table in PE-COFF, we'll enhance GenFw tool to support this. Add one export flag in GenFw tool. If export flag is set: Step1: Scan ELF symbol table based on PRM module descriptor to get descriptor offset address; Step2: Find PRM handlers number and name in

Re: [edk2-devel][PATCH] BaseTools/GenFw: Enhance to add export table in PE-COFF

2022-01-26 Thread Huang, Li-Xia
PRM_EXPORT_API __declspec(dllexport) #else #define PRM_EXPORT_API #endif Regards, Lisa -Original Message- From: Michael Kubacki Sent: 2022年1月27日 4:19 To: Huang, Li-Xia ; Michael Kubacki ; devel@edk2.groups.io; Gao, Liming ; Feng, Bob C Cc: Chen, Christine

Re: [edk2-devel][PATCH] BaseTools/GenFw: Enhance to add export table in PE-COFF

2022-01-26 Thread Huang, Li-Xia
On 1/18/2022 1:19 AM, Huang, Li-Xia wrote: > Hi Liming, > > Thanks for your feedback. > > I have added some detail in BZ.  > > https://bugzilla.tianocore.org/show_bug.cgi?id=3802#add_comment > <https://bugzilla.tianocore.org/show_bug.cgi?id=3802#add_comment> >