]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiMPCore.inf
Arm Packages: Fix builds for XCODE32 toolchain
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiMPCore.inf
CommitLineData
11c20f4e 1#/** @file\r
2# \r
3# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = ArmPlatformPrePiMPCore\r
17 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
18 MODULE_TYPE = SEC\r
19 VERSION_STRING = 1.0\r
20\r
21[Sources.ARM]\r
22 PrePi.c\r
23 ModuleEntryPoint.S | GCC\r
24 ModuleEntryPoint.asm | RVCT\r
25 Exception.S | GCC\r
26 Exception.asm | RVCT\r
27 MainMPCore.c\r
28 \r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33 ArmPkg/ArmPkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DebugLib\r
40 DebugAgentLib\r
41 ArmLib\r
55a0d64b 42 ArmGicLib\r
11c20f4e 43 IoLib\r
44 TimerLib\r
45 SerialPortLib\r
46 ExtractGuidedSectionLib\r
47 LzmaDecompressLib\r
48 PeCoffGetEntryPointLib\r
49 DebugAgentLib\r
50 PrePiLib\r
51 ArmPlatformLib\r
52 MemoryAllocationLib\r
53 HobLib\r
54 PrePiHobListPointerLib\r
55 PlatformPeiLib\r
56 MemoryInitPeiLib\r
57\r
8fc38a3f 58[Guids]\r
59 gArmGlobalVariableGuid\r
60\r
11c20f4e 61[FeaturePcd] \r
62 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
63 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
64 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
65\r
66[FixedPcd]\r
67 gArmTokenSpaceGuid.PcdVFPEnabled\r
68\r
f92b93c9 69 gArmTokenSpaceGuid.PcdFdBaseAddress\r
70 gArmTokenSpaceGuid.PcdFdSize\r
11c20f4e 71\r
f92b93c9 72 gArmTokenSpaceGuid.PcdFvBaseAddress\r
73 gArmTokenSpaceGuid.PcdFvSize\r
11c20f4e 74\r
2dbcb8f0 75 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
76 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
77 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
11c20f4e 78\r
79 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
11c20f4e 80\r
81 gArmTokenSpaceGuid.PcdGicDistributorBase\r
82 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
83\r
84 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
85 gArmTokenSpaceGuid.PcdSystemMemorySize\r
86 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
87 \r
2dbcb8f0 88 gArmPlatformTokenSpaceGuid.PcdClusterCount\r
89 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
90 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
91\r
11c20f4e 92 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
93 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
94\r
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
104\r