]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiMPCore.inf
ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSynchroniz...
[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
99565b88 58[Ppis]\r
59 gArmMpCoreInfoPpiGuid\r
60\r
8fc38a3f 61[Guids]\r
62 gArmGlobalVariableGuid\r
63\r
11c20f4e 64[FeaturePcd] \r
65 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
66 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
67 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
68\r
69[FixedPcd]\r
37363dff 70 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
71 \r
11c20f4e 72 gArmTokenSpaceGuid.PcdVFPEnabled\r
73\r
f92b93c9 74 gArmTokenSpaceGuid.PcdFdBaseAddress\r
75 gArmTokenSpaceGuid.PcdFdSize\r
11c20f4e 76\r
f92b93c9 77 gArmTokenSpaceGuid.PcdFvBaseAddress\r
78 gArmTokenSpaceGuid.PcdFvSize\r
11c20f4e 79\r
2dbcb8f0 80 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
81 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
82 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
11c20f4e 83\r
84 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
11c20f4e 85\r
86 gArmTokenSpaceGuid.PcdGicDistributorBase\r
87 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
88\r
89 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
90 gArmTokenSpaceGuid.PcdSystemMemorySize\r
91 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
92 \r
2dbcb8f0 93 gArmPlatformTokenSpaceGuid.PcdClusterCount\r
94 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
95 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
96\r
11c20f4e 97 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
98 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
99\r
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
104 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
105 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
106 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
107 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
108 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
109\r