]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreMPCore.inf
1 #/** @file
2 # Pre PeiCore - Hand-off to PEI Core in Normal World
3 #
4 # Copyright (c) 2011-2012, 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 MainMPCore.c
25 PrePeiCore.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 [Sources.AARCH64]
37 AArch64/ArchPrePeiCore.c
38 AArch64/PrePeiCoreEntryPoint.S
39 AArch64/SwitchStack.S
40 AArch64/Exception.S
41 AArch64/Helper.S
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46 ArmPkg/ArmPkg.dec
47 ArmPlatformPkg/ArmPlatformPkg.dec
48
49 [LibraryClasses]
50 ArmLib
51 ArmPlatformLib
52 BaseLib
53 DebugLib
54 DebugAgentLib
55 IoLib
56 ArmGicLib
57 PrintLib
58 SerialPortLib
59
60 [Ppis]
61 gEfiTemporaryRamSupportPpiGuid
62 gArmGlobalVariablePpiGuid
63 gArmMpCoreInfoPpiGuid
64
65 [FeaturePcd]
66 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
67
68 [FixedPcd]
69 gArmTokenSpaceGuid.PcdFvBaseAddress
70 gArmTokenSpaceGuid.PcdFvSize
71
72 gArmTokenSpaceGuid.PcdArmPrimaryCore
73
74 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase
75 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
76 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
77
78 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize
79
80 gArmTokenSpaceGuid.PcdGicDistributorBase
81 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
82 gArmTokenSpaceGuid.PcdGicSgiIntId