]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
ArmPlatformPkg/PrePeiCore: switch to ASM_FUNC() asm macro
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreUniCore.inf
index 90582d892286c953abd489fb59624ad5cb072b24..b5d4e389b2a4208eab3db23f6f93c8b6c8ebe878 100644 (file)
@@ -1,16 +1,16 @@
 #/** @file\r
 #  Pre PeiCore - Hand-off to PEI Core in Normal World\r
-#  \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
+#  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
   MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
 \r
-[Sources.ARM]\r
-  PrePeiCoreEntryPoint.asm | RVCT\r
-  PrePeiCoreEntryPoint.S   | GCC\r
+[Sources.common]\r
   PrePeiCore.c\r
   MainUniCore.c\r
-  SwitchStack.asm      | RVCT\r
-  SwitchStack.S        | GCC\r
-  Exception.asm        | RVCT\r
-  Exception.S          | GCC\r
-  \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
@@ -48,7 +58,6 @@
 \r
 [Ppis]\r
   gEfiTemporaryRamSupportPpiGuid\r
-  gArmGlobalVariablePpiGuid\r
 \r
 [FeaturePcd]\r
   gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
   gArmTokenSpaceGuid.PcdFvBaseAddress\r
   gArmTokenSpaceGuid.PcdFvSize\r
 \r
-  gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
-\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
-  \r
-  gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
-  \r
-  gArmTokenSpaceGuid.PcdGicDistributorBase\r
-  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r