]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreMPCore.inf
... / ...
CommitLineData
1#/** @file\r
2# Pre PeiCore - Hand-off to PEI Core in Normal World\r
3# \r
4# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
5# \r
6# This program and the accompanying materials \r
7# are licensed and made available under the terms and conditions of the BSD License \r
8# which accompanies this distribution. The full text of the license may be found at \r
9# http://opensource.org/licenses/bsd-license.php \r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
13# \r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ArmPlatformPrePeiCore\r
19 FILE_GUID = 469fc080-aec1-11df-927c-0002a5d5c51b\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22\r
23[Sources.common]\r
24 MainMPCore.c\r
25 PrePeiCore.c\r
26\r
27[Sources.ARM]\r
28 Arm/ArchPrePeiCore.c\r
29 Arm/PrePeiCoreEntryPoint.asm | RVCT\r
30 Arm/PrePeiCoreEntryPoint.S | GCC\r
31 Arm/SwitchStack.asm | RVCT\r
32 Arm/SwitchStack.S | GCC\r
33 Arm/Exception.asm | RVCT\r
34 Arm/Exception.S | GCC\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 ArmPkg/ArmPkg.dec\r
40 ArmPlatformPkg/ArmPlatformPkg.dec\r
41\r
42[LibraryClasses]\r
43 ArmLib\r
44 ArmPlatformLib\r
45 BaseLib\r
46 DebugLib\r
47 DebugAgentLib\r
48 IoLib\r
49 ArmGicLib\r
50 PrintLib\r
51 SerialPortLib\r
52\r
53[Ppis]\r
54 gEfiTemporaryRamSupportPpiGuid\r
55 gArmGlobalVariablePpiGuid\r
56 gArmMpCoreInfoPpiGuid\r
57\r
58[FeaturePcd]\r
59 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
60\r
61[FixedPcd]\r
62 gArmTokenSpaceGuid.PcdFvBaseAddress\r
63 gArmTokenSpaceGuid.PcdFvSize\r
64\r
65 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
66 gArmTokenSpaceGuid.PcdGicPrimaryCoreId\r
67\r
68 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
69 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
70 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
71 \r
72 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
73 \r
74 gArmTokenSpaceGuid.PcdGicDistributorBase\r
75 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
76 gArmTokenSpaceGuid.PcdGicSgiIntId\r