]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiUniCore.inf
CommitLineData
d269095b 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 = ArmPlatformPrePiUniCore\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.asm | RVCT\r
26 Exception.S | GCC\r
27 MainUniCore.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
42 IoLib\r
43 TimerLib\r
44 SerialPortLib\r
45 ExtractGuidedSectionLib\r
46 LzmaDecompressLib\r
47 PeCoffGetEntryPointLib\r
48 DebugAgentLib\r
49 PrePiLib\r
50 ArmPlatformLib\r
51 MemoryAllocationLib\r
52 HobLib\r
53 PrePiHobListPointerLib\r
54 PlatformPeiLib\r
55 MemoryInitPeiLib\r
56\r
8fc38a3f 57[Guids]\r
58 gArmGlobalVariableGuid\r
59\r
d269095b 60[FeaturePcd] \r
61 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
62 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
63 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
64\r
65[FixedPcd]\r
66 gArmTokenSpaceGuid.PcdVFPEnabled\r
67\r
f92b93c9 68 gArmTokenSpaceGuid.PcdFdBaseAddress\r
69 gArmTokenSpaceGuid.PcdFdSize\r
d269095b 70\r
f92b93c9 71 gArmTokenSpaceGuid.PcdFvBaseAddress\r
72 gArmTokenSpaceGuid.PcdFvSize\r
d269095b 73\r
2dbcb8f0 74 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
75 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
d269095b 76\r
77 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
d269095b 78\r
79 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
80 gArmTokenSpaceGuid.PcdSystemMemorySize\r
81 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
82 \r
0787bc61 83 gArmPlatformTokenSpaceGuid.PcdClusterCount\r
84 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask\r
85 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
86\r
d269095b 87 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
88 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
89\r
90 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
91 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
92 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
94 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r