]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPkg: Fixed unsigned type to be architecture independent
[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
17839a45 50 ArmPlatformStackLib\r
d269095b 51 MemoryAllocationLib\r
52 HobLib\r
53 PrePiHobListPointerLib\r
54 PlatformPeiLib\r
55 MemoryInitPeiLib\r
56\r
0dbbacdf 57[Ppis]\r
58 gArmMpCoreInfoPpiGuid\r
8fc38a3f 59\r
99565b88 60[Guids]\r
61 gArmGlobalVariableGuid\r
0dbbacdf 62 gArmMpCoreInfoGuid\r
99565b88 63\r
d269095b 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
d269095b 72 gArmTokenSpaceGuid.PcdVFPEnabled\r
73\r
f92b93c9 74 gArmTokenSpaceGuid.PcdFdBaseAddress\r
75 gArmTokenSpaceGuid.PcdFdSize\r
d269095b 76\r
f92b93c9 77 gArmTokenSpaceGuid.PcdFvBaseAddress\r
78 gArmTokenSpaceGuid.PcdFvSize\r
d269095b 79\r
2dbcb8f0 80 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
81 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
d269095b 82\r
83 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
d269095b 84\r
85 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
86 gArmTokenSpaceGuid.PcdSystemMemorySize\r
87 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
88 \r
695df8ba 89 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
0787bc61 90 gArmPlatformTokenSpaceGuid.PcdClusterCount\r
91 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
92 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
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