We no longer use the legacy ARM MP-boot implementation that boots all the cores into UEFI before parking them in an OS accessible pen. So remove the references to gArmMpCoreInfoGuid
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel ard.biesheuvel@linaro.org --- Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf | 1 - Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf | 1 - 2 files changed, 2 deletions(-)
diff --git a/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf b/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf index 540ecfcc6399..d65626622903 100644 --- a/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf +++ b/Platforms/AMD/Styx/Library/AmdStyxHelperLib/AmdStyxHelperLib.inf @@ -40,5 +40,4 @@ OpenPlatformPkg/Platforms/AMD/Styx/AmdStyx.dec
[Guids] - gArmMpCoreInfoGuid gAmdStyxMpCoreInfoGuid diff --git a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf index a0b00b3c5dc8..234df06588e2 100644 --- a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf +++ b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf @@ -57,7 +57,6 @@ [Guids] gEfiEventReadyToBootGuid ##CONSUMED gEfiDxeServicesTableGuid ##CONSUMED - gArmMpCoreInfoGuid ##CONSUMED gFdtTableGuid ##CONSUMED
[Protocols]