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