diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-07-29 14:40:01 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-01 14:55:03 +0000 |
commit | caac25e22e608736ee02c2f943f6698e02585092 (patch) | |
tree | ebcbf0325ed7801ba93d43639c17e94cea244312 /ArmVirtPkg | |
parent | a679ceca974e94a659f9b6b9e7a7900644220ef9 (diff) | |
download | edk2-caac25e22e608736ee02c2f943f6698e02585092.tar.gz edk2-caac25e22e608736ee02c2f943f6698e02585092.tar.bz2 edk2-caac25e22e608736ee02c2f943f6698e02585092.zip |
ArmVirtPkg: Drop bogus reference to MPCore related PCD
Bringing up secondaries is out of scope for ArmVirtPkg, and the declared
PCD reference is never actually made from the code. So drop it.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmVirtPkg')
-rwxr-xr-x | ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf b/ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf index 578ee37e74..6ac210760f 100755 --- a/ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf +++ b/ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf @@ -56,15 +56,11 @@ MemoryInitPeiLib
CacheMaintenanceLib
-[Ppis]
- gArmMpCoreInfoPpiGuid
-
[Guids]
gArmMpCoreInfoGuid
[FeaturePcd]
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
- gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
[FixedPcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
@@ -75,7 +71,6 @@ gArmTokenSpaceGuid.PcdFvSize
gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
- gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
|