]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Sec.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Sec / Sec.inf
index 9980c6b951ed51ab0ca396caf69803d2480b986f..27e64c78ee86b4004ee5d149c2c299153ceacf0b 100644 (file)
@@ -1,16 +1,16 @@
 #/** @file\r
-#  SEC - Reset vector code that jumps to C and loads DXE core\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
+#  SEC - Reset vector code that jumps to C and starts the PEI phase\r
+#\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
+#  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
-#  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
-  Helper.asm           | RVCT\r
-  Helper.S             | GCC\r
+[Sources]\r
   Sec.c\r
-  SecEntryPoint.S      | GCC\r
-  SecEntryPoint.asm    | RVCT\r
-  Exception.asm        | RVCT\r
-  Exception.S          | GCC\r
-  \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
   ArmCpuLib\r
   ArmLib\r
   ArmPlatformLib\r
+  ArmPlatformSecLib\r
+  ArmTrustedMonitorLib\r
   BaseLib\r
   DebugLib\r
   DebugAgentLib\r
   IoLib\r
-  ArmGicSecLib\r
+  ArmGicLib\r
   PrintLib\r
   SerialPortLib\r
-  \r
-[FeaturePcd]\r
-  gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec\r
-  \r
-[FixedPcd]\r
+\r
+[FixedPcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
+\r
   gArmTokenSpaceGuid.PcdTrustzoneSupport\r
   gArmTokenSpaceGuid.PcdVFPEnabled\r
-  \r
-  gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
-  gArmTokenSpaceGuid.PcdArmPrimaryCore\r
-  \r
+\r
+  gArmTokenSpaceGuid.PcdArmScr\r
+  gArmTokenSpaceGuid.PcdArmNonSecModeTransition\r
+\r
+  gArmTokenSpaceGuid.PcdSecureFvBaseAddress\r
+  gArmTokenSpaceGuid.PcdSecureFvSize\r
+\r
   gArmTokenSpaceGuid.PcdFvBaseAddress\r
-  \r
+\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase\r
   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize\r
-  \r
+\r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
-  \r
-  gArmPlatformTokenSpaceGuid.PcdSecGlobalVariableSize  \r
+\r
+  gArmPlatformTokenSpaceGuid.PcdSecGlobalVariableSize\r
+\r
+[FixedPcd.ARM]\r
+  gArmTokenSpaceGuid.PcdArmNsacr\r