]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
BaseTools/Capsule: Do not support -o with --dump-info
[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-2014, 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 = b78d02bb-d0b5-4389-bc7f-b39ee846c784
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 gArmMpCoreInfoPpiGuid
63
64 [FeaturePcd]
65 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
66
67 [FixedPcd]
68 gArmTokenSpaceGuid.PcdFvBaseAddress
69 gArmTokenSpaceGuid.PcdFvSize
70
71 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase
72 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
73 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
74
75 gArmTokenSpaceGuid.PcdGicDistributorBase
76 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
77 gArmTokenSpaceGuid.PcdGicSgiIntId
78
79 gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack