]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Sec.inf
ARM Packages: Remove GCC filter for AARCH64 assembly files
[mirror_edk2.git] / ArmPlatformPkg / Sec / Sec.inf
index 8e64a73142f4de223642e3a420909d76b3c0628a..4ccf72ae0f549b281c6f1175984a45f2ea392bf9 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
-#  SEC - Reset vector code that jumps to C and loads DXE core\r
+#  SEC - Reset vector code that jumps to C and starts the PEI phase\r
 #  \r
-#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2013, 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
   Sec.c\r
 \r
 [Sources.ARM]\r
+  Arm/Arch.c\r
   Arm/Helper.asm           | RVCT\r
   Arm/Helper.S             | GCC\r
   Arm/SecEntryPoint.S      | GCC\r
   Arm/SecEntryPoint.asm    | RVCT\r
   \r
+[Sources.AARCH64]\r
+  AArch64/Arch.c\r
+  AArch64/Helper.S\r
+  AArch64/SecEntryPoint.S\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   PrintLib\r
   SerialPortLib\r
   \r
-[FeaturePcd]\r
-  gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec\r
-  \r
-[FixedPcd]\r
+[FixedPcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
 \r
   gArmTokenSpaceGuid.PcdTrustzoneSupport\r
   gArmTokenSpaceGuid.PcdVFPEnabled\r
   \r
   gArmTokenSpaceGuid.PcdArmScr\r
-  gArmTokenSpaceGuid.PcdArmNsacr\r
   gArmTokenSpaceGuid.PcdArmNonSecModeTransition\r
   \r
   gArmTokenSpaceGuid.PcdSecureFvBaseAddress\r
@@ -77,3 +79,6 @@
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
   \r
   gArmPlatformTokenSpaceGuid.PcdSecGlobalVariableSize  \r
+\r
+[FixedPcd.ARM]\r
+  gArmTokenSpaceGuid.PcdArmNsacr\r