]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ARM Packages: Removed unused PcdArmPrimaryCore
authorOlivier Martin <olivier.martin@arm.com>
Mon, 1 Sep 2014 17:41:38 +0000 (17:41 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Sep 2014 17:41:38 +0000 (17:41 +0000)
This PCD has been replaced by ArmPlatformIsPrimaryCore() function.
Althrough this PCD is still used in some occasions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16026 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/ArmVExpressSecLib.inf
ArmPlatformPkg/Library/ArmPlatformSecLibNull/ArmPlatformLibNullSec.inf
ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPlatformPkg/PrePi/PeiMPCore.inf

index 0b21991a55233936ee10bcf56e677911ead77f38..0109cc53a39f7b107869b47853a326860e2d6f0d 100644 (file)
@@ -1,5 +1,5 @@
 #/* @file\r
-#  Copyright (c) 2011 - 2013, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -32,7 +32,4 @@
   ArmCortexAEMv8Lib.c\r
 \r
 [FixedPcd]\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
-\r
   gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz\r
index 7dc14b34ec489001da211acc8c544ea08da8f154..68fc640adc6336d1383ca3097bbe7e484f31c220 100644 (file)
@@ -52,7 +52,5 @@
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
 \r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
-\r
 [Depex]\r
   gEfiCpuArchProtocolGuid\r
index b29168ebcf41873fd4792aa0b359a1a96150cd76..5705b8bd3f30c6992dfe5dfff41bf27901a29842 100644 (file)
@@ -1,5 +1,5 @@
 #/* @file\r
-#  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -53,6 +53,3 @@
   gArmTokenSpaceGuid.PcdTrustzoneSupport\r
 \r
   gArmTokenSpaceGuid.PcdL2x0ControllerBase\r
-\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
index 27960e989fa5e2b5d825c1b34111549bd8c296c1..0e3f54a2a80ebe423dc7c8b6b075fd8724739687 100644 (file)
@@ -1,5 +1,5 @@
 #/* @file\r
-#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -42,6 +42,3 @@
 \r
 [FixedPcd]\r
   gArmTokenSpaceGuid.PcdFvBaseAddress\r
-\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
index 96a542deb6e6f45a5e05f17c82f97a87a811d06e..5ba0231a3e4bad26001399954fa32ca8213445d4 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 #  Pre PeiCore - Hand-off to PEI Core in Normal World\r
 #\r
-#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -69,8 +69,6 @@
   gArmTokenSpaceGuid.PcdFvBaseAddress\r
   gArmTokenSpaceGuid.PcdFvSize\r
 \r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
-\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
index e7d3d6bb605f786446b5841c510c69be139b6417..ad996c5920be291201a2a7a86d9b51271581abed 100755 (executable)
@@ -98,7 +98,6 @@
   gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
 \r
   gArmPlatformTokenSpaceGuid.PcdCoreCount\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
 \r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r