]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPkg: Fixed unsigned type to be architecture independent
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreMPCore.inf
CommitLineData
1d5d0ae9 1#/** @file\r
2# Pre PeiCore - Hand-off to PEI Core in Normal World\r
3# \r
4c19ece3 4# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
1d5d0ae9 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.ARM]\r
24 PrePeiCoreEntryPoint.asm | RVCT\r
25 PrePeiCoreEntryPoint.S | GCC\r
26 PrePeiCore.c\r
27 MainMPCore.c\r
28 SwitchStack.asm | RVCT\r
29 SwitchStack.S | GCC\r
30 Exception.asm | RVCT\r
31 Exception.S | GCC\r
32 \r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
1d5d0ae9 36 ArmPkg/ArmPkg.dec\r
37 ArmPlatformPkg/ArmPlatformPkg.dec\r
38\r
39[LibraryClasses]\r
1d5d0ae9 40 ArmLib\r
41 ArmPlatformLib\r
3723a71a 42 BaseLib\r
43 DebugLib\r
a6caee65 44 DebugAgentLib\r
3723a71a 45 IoLib\r
55a0d64b 46 ArmGicLib\r
3723a71a 47 PrintLib\r
2637d1ef 48 SerialPortLib\r
1d5d0ae9 49\r
50[Ppis]\r
51 gEfiTemporaryRamSupportPpiGuid\r
8fc38a3f 52 gArmGlobalVariablePpiGuid\r
44788bae 53 gArmMpCoreInfoPpiGuid\r
1d5d0ae9 54\r
a6caee65 55[FeaturePcd]\r
56 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
bf72cf33 57\r
a6caee65 58[FixedPcd]\r
f92b93c9 59 gArmTokenSpaceGuid.PcdFvBaseAddress\r
60 gArmTokenSpaceGuid.PcdFvSize\r
1d5d0ae9 61\r
0787bc61 62 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
63 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
315649cd 64 gArmTokenSpaceGuid.PcdGicPrimaryCoreId\r
0787bc61 65\r
2dbcb8f0 66 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
67 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
68 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
1d5d0ae9 69 \r
47a8e12f 70 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
71 \r
1d5d0ae9 72 gArmTokenSpaceGuid.PcdGicDistributorBase\r
73 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
4c19ece3 74 gArmTokenSpaceGuid.PcdGicSgiIntId\r