[AMD Official Use Only - AMD Internal Distribution Only] Already reviewed internally. Reviewed-by: Abner Chang <abner.ch...@amd.com>
Hi Abdul, please add the tag [edk2-platforms] in subject next time when send the patch for edk2-platforms changes. Thanks Abner > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Abdul > Lateef Attar via groups.io > Sent: Friday, May 17, 2024 11:49 AM > To: devel@edk2.groups.io > Cc: Attar, AbdulLateef (Abdul Lateef) <abdullateef.at...@amd.com>; Chang, > Abner <abner.ch...@amd.com>; Grimes, Paul <paul.gri...@amd.com> > Subject: [edk2-devel] [PATCH 0/5] AmdMinBoardPkg: AMD board specific > modules > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > PR: https://github.com/tianocore/edk2-platforms/pull/143 > Adds various module common to AMD boards. > Cc: Abner Chang <abner.ch...@amd.com> > Cc: Paul Grimes <paul.gri...@amd.com> > > Abdul Lateef Attar (5): > AmdMinBoardPkg: Uncrustify PciHotPlug module > AmdMinBoardPkg/Library: Uncrustify the Library module > AmdMinBoardPkg: Implement BoardInitLib for PEI phase > AmdMinBoardPkg: Implement BoardInitLib for DXE phase > AmdMinBoardPkg: Implements BoardBdsHookLib library > > .../AMD/AmdMinBoardPkg/AmdMinBoardPkg.dec | 10 + > .../AMD/AmdMinBoardPkg/AmdMinBoardPkg.dsc | 10 +- > .../Include/Library/AmdBoardBdsHookLib.h | 130 ++ > .../Library/BoardBdsHookLib/BoardBdsHook.h | 242 +++ > .../Library/BoardBdsHookLib/BoardBdsHookLib.c | 1712 > +++++++++++++++++ > .../BoardBdsHookLib/BoardBdsHookLib.inf | 105 + > .../Library/BoardBdsHookLib/BoardBootOption.c | 754 ++++++++ > .../Library/BoardBdsHookLib/BoardMemoryTest.c | 83 + > .../Library/DxeBoardInitLib/DxeBoardInitLib.c | 253 +++ > .../DxeBoardInitLib/DxeBoardInitLib.inf | 51 + > .../DxeBoardInitLib/DxeBoardInitLibInternal.c | 306 +++ > .../DxeBoardInitLib/DxeBoardInitLibInternal.h | 159 ++ > .../DxeBoardInitLib/MadtAcpiTablePatch.c | 243 +++ > .../PeiBoardInitPreMemLib/AmdMemoryInfoHob.h | 50 + > .../PeiBoardInitPreMemLib.c | 229 +++ > .../PeiBoardInitPreMemLib.inf | 45 + > .../PeiBoardInitPreMemLib/PeiMemoryInit.c | 198 ++ > .../PeiBoardInitPreMemLib/PeiMemoryInit.h | 50 + > .../Library/PeiReportFvLib/PeiReportFvLib.c | 12 +- > .../Library/SetCacheMtrrLib/SetCacheMtrrLib.c | 3 +- > .../PciHotPlug/PciHotPlugInit.c | 4 +- > .../PciHotPlug/PciHotPlugInit.inf | 5 +- > 22 files changed, 4647 insertions(+), 7 deletions(-) > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Include/Library/AmdBoardBdsHookLib.h > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/BoardBdsHookLib/BoardBdsHook. > h > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/BoardBdsHookLib/BoardBdsHookLi > b.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/BoardBdsHookLib/BoardBdsHookLi > b.inf > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/BoardBdsHookLib/BoardBootOptio > n.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/BoardBdsHookLib/BoardMemoryT > est.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/DxeBoardInitLib/DxeBoardInitLib.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/DxeBoardInitLib/DxeBoardInitLib.in > f > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/DxeBoardInitLib/DxeBoardInitLibIn > ternal.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/DxeBoardInitLib/DxeBoardInitLibIn > ternal.h > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/DxeBoardInitLib/MadtAcpiTablePat > ch.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/PeiBoardInitPreMemLib/AmdMem > oryInfoHob.h > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/PeiBoardInitPreMemLib/PeiBoardI > nitPreMemLib.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/PeiBoardInitPreMemLib/PeiBoardI > nitPreMemLib.inf > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/PeiBoardInitPreMemLib/PeiMemor > yInit.c > create mode 100644 > Platform/AMD/AmdMinBoardPkg/Library/PeiBoardInitPreMemLib/PeiMemor > yInit.h > > -- > 2.34.1 > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118982): https://edk2.groups.io/g/devel/message/118982 Mute This Topic: https://groups.io/mt/106148089/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-