]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectory
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreUniCore.inf
1 #/** @file
2 # Pre PeiCore - Hand-off to PEI Core in Normal World
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 = ArmPlatformPrePeiCore
19 FILE_GUID = 469fc080-aec1-11df-927c-0002a5d5c51b
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23 [Sources.common]
24 PrePeiCore.c
25 MainUniCore.c
26
27 [Sources.ARM]
28 Arm/ArchPrePeiCore.c
29 Arm/PrePeiCoreEntryPoint.asm | RVCT
30 Arm/PrePeiCoreEntryPoint.S | GCC
31 Arm/SwitchStack.asm | RVCT
32 Arm/SwitchStack.S | GCC
33 Arm/Exception.asm | RVCT
34 Arm/Exception.S | GCC
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 ArmPkg/ArmPkg.dec
40 ArmPlatformPkg/ArmPlatformPkg.dec
41
42 [LibraryClasses]
43 ArmLib
44 ArmPlatformLib
45 BaseLib
46 DebugLib
47 DebugAgentLib
48 IoLib
49 PrintLib
50 SerialPortLib
51
52 [Ppis]
53 gEfiTemporaryRamSupportPpiGuid
54 gArmGlobalVariablePpiGuid
55
56 [FeaturePcd]
57 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
58
59 [FixedPcd]
60 gArmTokenSpaceGuid.PcdFvBaseAddress
61 gArmTokenSpaceGuid.PcdFvSize
62
63 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask
64 gArmTokenSpaceGuid.PcdArmPrimaryCore
65
66 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase
67 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
68 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
69
70 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize
71
72 gArmTokenSpaceGuid.PcdGicDistributorBase
73 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase