]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCount
[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
22[Sources.ARM]\r
23 PrePi.c\r
24 ModuleEntryPoint.S | GCC\r
25 ModuleEntryPoint.asm | RVCT\r
d269095b 26 MainUniCore.c\r
27 \r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 EmbeddedPkg/EmbeddedPkg.dec\r
32 ArmPkg/ArmPkg.dec\r
33 ArmPlatformPkg/ArmPlatformPkg.dec\r
34 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
38 DebugLib\r
39 DebugAgentLib\r
40 ArmLib\r
41 IoLib\r
42 TimerLib\r
43 SerialPortLib\r
44 ExtractGuidedSectionLib\r
45 LzmaDecompressLib\r
46 PeCoffGetEntryPointLib\r
47 DebugAgentLib\r
48 PrePiLib\r
49 ArmPlatformLib\r
50 MemoryAllocationLib\r
51 HobLib\r
52 PrePiHobListPointerLib\r
53 PlatformPeiLib\r
54 MemoryInitPeiLib\r
55\r
0dbbacdf 56[Ppis]\r
57 gArmMpCoreInfoPpiGuid\r
8fc38a3f 58\r
99565b88 59[Guids]\r
60 gArmGlobalVariableGuid\r
0dbbacdf 61 gArmMpCoreInfoGuid\r
99565b88 62\r
d269095b 63[FeaturePcd] \r
64 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
65 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
66 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
67\r
68[FixedPcd]\r
37363dff 69 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
70 \r
d269095b 71 gArmTokenSpaceGuid.PcdVFPEnabled\r
72\r
f92b93c9 73 gArmTokenSpaceGuid.PcdFdBaseAddress\r
74 gArmTokenSpaceGuid.PcdFdSize\r
d269095b 75\r
f92b93c9 76 gArmTokenSpaceGuid.PcdFvBaseAddress\r
77 gArmTokenSpaceGuid.PcdFvSize\r
d269095b 78\r
2dbcb8f0 79 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
80 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
d269095b 81\r
82 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
d269095b 83\r
84 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
85 gArmTokenSpaceGuid.PcdSystemMemorySize\r
86 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
87 \r
695df8ba 88 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
0787bc61 89 gArmPlatformTokenSpaceGuid.PcdClusterCount\r
90 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
91 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
92\r
d269095b 93 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
94 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
95\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
104 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r