]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'
[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, 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.ARM]
24 PrePeiCoreEntryPoint.asm | RVCT
25 PrePeiCoreEntryPoint.S | GCC
26 PrePeiCore.c
27 MainMPCore.c
28 SwitchStack.asm | RVCT
29 SwitchStack.S | GCC
30 Exception.asm | RVCT
31 Exception.S | GCC
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 ArmPkg/ArmPkg.dec
37 ArmPlatformPkg/ArmPlatformPkg.dec
38
39 [LibraryClasses]
40 ArmLib
41 ArmPlatformLib
42 BaseLib
43 DebugLib
44 DebugAgentLib
45 IoLib
46 ArmGicLib
47 PrintLib
48 SerialPortLib
49
50 [Ppis]
51 gEfiTemporaryRamSupportPpiGuid
52 gArmGlobalVariablePpiGuid
53 gArmMpCoreInfoPpiGuid
54
55 [FeaturePcd]
56 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
57
58 [FixedPcd]
59 gArmTokenSpaceGuid.PcdFvBaseAddress
60 gArmTokenSpaceGuid.PcdFvSize
61
62 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask
63 gArmTokenSpaceGuid.PcdArmPrimaryCore
64
65 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase
66 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
67 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
68
69 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize
70
71 gArmTokenSpaceGuid.PcdGicDistributorBase
72 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase