PR: https://github.com/tianocore/edk2-platforms/pull/148
Fix the build failure for SmbiosDxe driver by removing unused protocol. Adds PCD defines for smbios. Adds SPI supporting libraries. Cc: Abner Chang <abner.ch...@amd.com> Cc: Paul Grimes <paul.gri...@amd.com> Abdul Lateef Attar (3): AmdPlatformPkg: Removes unused gBoardBdsBootFromDevicePathProtocolGuid AmdPlatformPkg: Implements SmmCorePlatformHookLib library AmdPlatformPkg: Adds SPI smm core platform hook .../AMD/AmdPlatformPkg/AmdPlatformPkg.dec | 8 + .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 8 + .../Library/AmdSmmCorePlatformHookLib.h | 68 +++++++ .../AmdPlatformPkg/Include/Pcd/SmbiosPcd.h | 58 ++++++ .../Include/Protocol/AmdSpiSmmHcState.h | 107 +++++++++++ .../SmmCoreAmdSpiHcHookLib.c | 145 +++++++++++++++ .../SmmCoreAmdSpiHcHookLib.h | 20 +++ .../SmmCoreAmdSpiHcHookLib.inf | 41 +++++ .../SmmCoreAmdSpiHcHookLib.uni | 11 ++ .../SmmCorePlatformHookLib.c | 169 ++++++++++++++++++ .../SmmCorePlatformHookLib.inf | 39 ++++ .../SmmCorePlatformHookLib.uni | 11 ++ .../SmbiosCommonDxe/DefaultLomDevicePath.c | 130 -------------- .../Universal/SmbiosCommonDxe/SmbiosCommon.h | 12 -- .../SmbiosCommonDxe/SmbiosCommonDxe.inf | 3 - .../SmbiosCommonDxe/SmbiosCommonEntryPoint.c | 2 - 16 files changed, 685 insertions(+), 147 deletions(-) create mode 100644 Platform/AMD/AmdPlatformPkg/Include/Library/AmdSmmCorePlatformHookLib.h create mode 100644 Platform/AMD/AmdPlatformPkg/Include/Pcd/SmbiosPcd.h create mode 100644 Platform/AMD/AmdPlatformPkg/Include/Protocol/AmdSpiSmmHcState.h create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCoreAmdSpiHcHookLib/SmmCoreAmdSpiHcHookLib.c create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCoreAmdSpiHcHookLib/SmmCoreAmdSpiHcHookLib.h create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCoreAmdSpiHcHookLib/SmmCoreAmdSpiHcHookLib.inf create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCoreAmdSpiHcHookLib/SmmCoreAmdSpiHcHookLib.uni create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCorePlatformHookLib/SmmCorePlatformHookLib.c create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCorePlatformHookLib/SmmCorePlatformHookLib.inf create mode 100644 Platform/AMD/AmdPlatformPkg/Library/SmmCorePlatformHookLib/SmmCorePlatformHookLib.uni delete mode 100644 Platform/AMD/AmdPlatformPkg/Universal/SmbiosCommonDxe/DefaultLomDevicePath.c -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119304): https://edk2.groups.io/g/devel/message/119304 Mute This Topic: https://groups.io/mt/106349076/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-