]> 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 974c31a2fba7e2040bb38031bc5247eb711f3eae..4ccf72ae0f549b281c6f1175984a45f2ea392bf9 100644 (file)
@@ -1,64 +1,84 @@
-#/** @file
-#  SEC - Reset vector code that jumps to C and loads DXE core
-#  
-#  Copyright (c) 2011, ARM Limited. All rights reserved.
-#  
-#  This program and the accompanying materials                          
-#  are licensed and made available under the terms and conditions of the BSD License         
-#  which accompanies this distribution.  The full text of the license may be found at        
-#  http://opensource.org/licenses/bsd-license.php                                            
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             
-#  
-#**/
-
-[Defines]
-  INF_VERSION                    = 0x00010005
-  BASE_NAME                      = ArmPlatformSec
-  FILE_GUID                      = c536bbfe-c813-4e48-9f90-01fe1ecf9d54
-  MODULE_TYPE                    = SEC
-  VERSION_STRING                 = 1.0
-
-[Sources.ARM]
-  Helper.asm           | RVCT
-  Helper.S             | GCC
-  Sec.c
-  SecEntryPoint.S      | GCC
-  SecEntryPoint.asm    | RVCT
-  Exception.asm        | RVCT
-  Exception.S          | GCC
-  
-[Packages]
-  MdePkg/MdePkg.dec
-  MdeModulePkg/MdeModulePkg.dec
-  ArmPkg/ArmPkg.dec
-  ArmPlatformPkg/ArmPlatformPkg.dec
-
-[LibraryClasses]
-  ArmLib
-  ArmPlatformLib
-  BaseLib
-  DebugLib
-  IoLib
-  PL390GicSecLib
-  PrintLib
-  SerialPortLib
-  
-[FeaturePcd]
-  gArmTokenSpaceGuid.PcdSkipPeiCore
-  
-[FixedPcd]
-  gArmPlatformTokenSpaceGuid.PcdStandalone
-  gArmTokenSpaceGuid.PcdVFPEnabled
-  gArmPlatformTokenSpaceGuid.PcdMPCoreSupport
-  
-  gArmTokenSpaceGuid.PcdNormalFvBaseAddress
-  
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase
-  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecStackSize
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase
-  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize
-  
-  gArmTokenSpaceGuid.PcdGicDistributorBase
-  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
+#/** @file\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
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = ArmPlatformSec\r
+  FILE_GUID                      = c536bbfe-c813-4e48-9f90-01fe1ecf9d54\r
+  MODULE_TYPE                    = SEC\r
+  VERSION_STRING                 = 1.0\r
+\r
+[Sources]\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
+  ArmPkg/ArmPkg.dec\r
+  ArmPlatformPkg/ArmPlatformPkg.dec\r
+\r
+[LibraryClasses]\r
+  ArmCpuLib\r
+  ArmLib\r
+  ArmPlatformLib\r
+  ArmPlatformSecLib\r
+  ArmTrustedMonitorLib\r
+  BaseLib\r
+  DebugLib\r
+  DebugAgentLib\r
+  IoLib\r
+  ArmGicLib\r
+  PrintLib\r
+  SerialPortLib\r
+  \r
+[FixedPcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
+\r
+  gArmTokenSpaceGuid.PcdTrustzoneSupport\r
+  gArmTokenSpaceGuid.PcdVFPEnabled\r
+  \r
+  gArmTokenSpaceGuid.PcdArmScr\r
+  gArmTokenSpaceGuid.PcdArmNonSecModeTransition\r
+  \r
+  gArmTokenSpaceGuid.PcdSecureFvBaseAddress\r
+  gArmTokenSpaceGuid.PcdSecureFvSize\r
+  \r
+  gArmTokenSpaceGuid.PcdFvBaseAddress\r
+\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase\r
+  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize\r
+  \r
+  gArmTokenSpaceGuid.PcdGicDistributorBase\r
+  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
+  \r
+  gArmPlatformTokenSpaceGuid.PcdSecGlobalVariableSize  \r
+\r
+[FixedPcd.ARM]\r
+  gArmTokenSpaceGuid.PcdArmNsacr\r