]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/PeiMPCore.inf
ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCount
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiMPCore.inf
index 9d580e6cf480646eb461640d6745dcf4e743a776..1d27f9c94d24254ff8d592a3c31fa9cea40d9940 100755 (executable)
@@ -1,6 +1,7 @@
 #/** @file\r
 #  \r
-#  Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
+#  \r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -22,8 +23,6 @@
   PrePi.c\r
   ModuleEntryPoint.S   | GCC\r
   ModuleEntryPoint.asm | RVCT\r
-  Exception.S | GCC\r
-  Exception.asm | RVCT\r
   MainMPCore.c\r
   \r
 [Packages]\r
@@ -39,7 +38,6 @@
   DebugLib\r
   DebugAgentLib\r
   ArmLib\r
-  ArmMPCoreMailBoxLib\r
   ArmGicLib\r
   IoLib\r
   TimerLib\r
   PlatformPeiLib\r
   MemoryInitPeiLib\r
 \r
+[Ppis]\r
+  gArmMpCoreInfoPpiGuid\r
+\r
 [Guids]\r
   gArmGlobalVariableGuid\r
+  gArmMpCoreInfoGuid\r
 \r
 [FeaturePcd]  \r
   gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
@@ -65,6 +67,8 @@
   gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
 \r
 [FixedPcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
+  \r
   gArmTokenSpaceGuid.PcdVFPEnabled\r
 \r
   gArmTokenSpaceGuid.PcdFdBaseAddress\r
 \r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
+  gArmTokenSpaceGuid.PcdGicSgiIntId\r
 \r
   gArmTokenSpaceGuid.PcdSystemMemoryBase\r
   gArmTokenSpaceGuid.PcdSystemMemorySize\r
   gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
   \r
+  gArmPlatformTokenSpaceGuid.PcdCoreCount\r
   gArmPlatformTokenSpaceGuid.PcdClusterCount\r
   gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
   gArmTokenSpaceGuid.PcdArmPrimaryCore\r
+  gArmTokenSpaceGuid.PcdGicPrimaryCoreId\r
 \r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r