]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/PeiMPCore.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiMPCore.inf
index 9e76e653027aec519a78d1df40ab0333c73eab8c..e7d3d6bb605f786446b5841c510c69be139b6417 100755 (executable)
@@ -1,14 +1,15 @@
 #/** @file\r
-#  \r
-#  Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
+#\r
+#  Copyright (c) 2011-2014, 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
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 #**/\r
 \r
 [Defines]\r
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
-[Sources.ARM]\r
+[Sources]\r
   PrePi.c\r
-  ModuleEntryPoint.S   | GCC\r
-  ModuleEntryPoint.asm | RVCT\r
-  Exception.S | GCC\r
-  Exception.asm | RVCT\r
   MainMPCore.c\r
-  \r
+\r
+[Sources.ARM]\r
+  Arm/ArchPrePi.c\r
+  Arm/ModuleEntryPoint.S   | GCC\r
+  Arm/ModuleEntryPoint.asm | RVCT\r
+\r
+[Sources.AArch64]\r
+  AArch64/ArchPrePi.c\r
+  AArch64/ModuleEntryPoint.S\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
@@ -38,7 +44,6 @@
   BaseLib\r
   DebugLib\r
   DebugAgentLib\r
-  ArmCpuLib\r
   ArmLib\r
   ArmGicLib\r
   IoLib\r
@@ -50,6 +55,7 @@
   DebugAgentLib\r
   PrePiLib\r
   ArmPlatformLib\r
+  ArmPlatformStackLib\r
   MemoryAllocationLib\r
   HobLib\r
   PrePiHobListPointerLib\r
 \r
 [Guids]\r
   gArmGlobalVariableGuid\r
+  gArmMpCoreInfoGuid\r
 \r
-[FeaturePcd]  \r
-  gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
+[FeaturePcd]\r
   gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
   gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
 \r
 [FixedPcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
+\r
   gArmTokenSpaceGuid.PcdVFPEnabled\r
 \r
   gArmTokenSpaceGuid.PcdFdBaseAddress\r
@@ -76,7 +84,6 @@
   gArmTokenSpaceGuid.PcdFvBaseAddress\r
   gArmTokenSpaceGuid.PcdFvSize\r
 \r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
 \r
 \r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
+  gArmTokenSpaceGuid.PcdGicSgiIntId\r
 \r
   gArmTokenSpaceGuid.PcdSystemMemoryBase\r
   gArmTokenSpaceGuid.PcdSystemMemorySize\r
   gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
-  \r
-  gArmPlatformTokenSpaceGuid.PcdClusterCount\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
+\r
+  gArmPlatformTokenSpaceGuid.PcdCoreCount\r
   gArmTokenSpaceGuid.PcdArmPrimaryCore\r
 \r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r