diff mbox

[Linaro-uefi,04/11] Platforms/AMD/Styx: remove references to gArmMpCoreInfoGuid

Message ID 1462982452-1316-5-git-send-email-ard.biesheuvel@linaro.org
State New
Headers show

Commit Message

Ard Biesheuvel May 11, 2016, 4 p.m. UTC
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 mbox

Patch

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]