]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreMPCore.inf
index 730361b1b8ad86831149466add2c02e563e6a40e..e3a31fa7c6f6311f33b8cc57a4c8939666d515ad 100644 (file)
@@ -1,35 +1,45 @@
 #/** @file\r
 #  Pre PeiCore - Hand-off to PEI Core in Normal World\r
-#  \r
-#  Copyright (c) 2011, 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
-#  which accompanies this distribution.  The full text of the license may be found at        \r
-#  http://opensource.org/licenses/bsd-license.php                                            \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
+#  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
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ArmPlatformPrePeiCore\r
-  FILE_GUID                      = 469fc080-aec1-11df-927c-0002a5d5c51b\r
+  FILE_GUID                      = b78d02bb-d0b5-4389-bc7f-b39ee846c784\r
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
-[Sources.ARM]\r
-  PrePeiCoreEntryPoint.asm | RVCT\r
-  PrePeiCoreEntryPoint.S   | GCC\r
-  PrePeiCore.c\r
+[Sources.common]\r
   MainMPCore.c\r
-  SwitchStack.asm      | RVCT\r
-  SwitchStack.S        | GCC\r
-  Exception.asm        | RVCT\r
-  Exception.S          | GCC\r
-  \r
+  PrePeiCore.c\r
+\r
+[Sources.ARM]\r
+  Arm/ArchPrePeiCore.c\r
+  Arm/PrePeiCoreEntryPoint.asm | RVCT\r
+  Arm/PrePeiCoreEntryPoint.S   | GCC\r
+  Arm/SwitchStack.asm      | RVCT\r
+  Arm/SwitchStack.S        | GCC\r
+  Arm/Exception.asm        | RVCT\r
+  Arm/Exception.S          | GCC\r
+\r
+[Sources.AARCH64]\r
+  AArch64/ArchPrePeiCore.c\r
+  AArch64/PrePeiCoreEntryPoint.S\r
+  AArch64/SwitchStack.S\r
+  AArch64/Exception.S\r
+  AArch64/Helper.S\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   ArmPlatformPkg/ArmPlatformPkg.dec\r
 \r
 [LibraryClasses]\r
+  ArmLib\r
+  ArmPlatformLib\r
   BaseLib\r
   DebugLib\r
+  DebugAgentLib\r
   IoLib\r
-  ArmLib\r
-  ArmPlatformLib\r
-  ArmMPCoreMailBoxLib\r
-  PL390GicNonSecLib\r
+  ArmGicLib\r
+  PrintLib\r
   SerialPortLib\r
 \r
 [Ppis]\r
   gEfiTemporaryRamSupportPpiGuid\r
+  gArmMpCoreInfoPpiGuid\r
+\r
+[FeaturePcd]\r
+  gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
 \r
 [FixedPcd]\r
-  gArmPlatformTokenSpaceGuid.PcdStandalone\r
+  gArmTokenSpaceGuid.PcdFvBaseAddress\r
+  gArmTokenSpaceGuid.PcdFvSize\r
 \r
-  gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r
-  gArmTokenSpaceGuid.PcdNormalFvSize\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
 \r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize\r
-  \r
-  gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
-  \r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
+  gArmTokenSpaceGuid.PcdGicSgiIntId\r
+\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack\r