]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Sec/Sec.inf
f80db4a630797f4ea0e78375367ed6d32473e435
[mirror_edk2.git] / ArmPlatformPkg / Sec / Sec.inf
1 #/** @file
2 # SEC - Reset vector code that jumps to C and loads DXE core
3 #
4 # Copyright (c) 2011, ARM Limited. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ArmPlatformSec
19 FILE_GUID = c536bbfe-c813-4e48-9f90-01fe1ecf9d54
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23 [Sources.ARM]
24 Helper.asm | RVCT
25 Helper.S | GCC
26 Sec.c
27 SecEntryPoint.S | GCC
28 SecEntryPoint.asm | RVCT
29 Exception.asm | RVCT
30 Exception.S | GCC
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 ArmPkg/ArmPkg.dec
36 ArmPlatformPkg/ArmPlatformPkg.dec
37
38 [LibraryClasses]
39 ArmCpuLib
40 ArmLib
41 ArmPlatformLib
42 BaseLib
43 DebugLib
44 DebugAgentLib
45 IoLib
46 ArmGicSecLib
47 PrintLib
48 SerialPortLib
49
50 [FeaturePcd]
51 gArmPlatformTokenSpaceGuid.PcdSystemMemoryInitializeInSec
52
53 [FixedPcd]
54 gArmTokenSpaceGuid.PcdTrustzoneSupport
55 gArmTokenSpaceGuid.PcdVFPEnabled
56
57 gArmTokenSpaceGuid.PcdArmScr
58 gArmTokenSpaceGuid.PcdArmNsacr
59 gArmTokenSpaceGuid.PcdArmNonSecModeTransition
60
61 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask
62 gArmTokenSpaceGuid.PcdArmPrimaryCore
63
64 gArmTokenSpaceGuid.PcdSecureFvBaseAddress
65 gArmTokenSpaceGuid.PcdSecureFvSize
66
67 gArmTokenSpaceGuid.PcdFvBaseAddress
68
69 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase
70 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize
71 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize
72 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase
73 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize
74
75 gArmTokenSpaceGuid.PcdGicDistributorBase
76 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
77
78 gArmPlatformTokenSpaceGuid.PcdSecGlobalVariableSize