]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg: Allow PcdFirmwareVersionString to be a dynamic PCD
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiUniCore.inf
CommitLineData
d269095b 1#/** @file\r
3402aac7 2#\r
b1179c19 3# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
81514a8a 4# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
3402aac7 5#\r
d269095b 6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
3402aac7 10#\r
d269095b 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 13#\r
d269095b 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ArmPlatformPrePiUniCore\r
19 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22\r
a9d7090f 23[Sources]\r
d269095b 24 PrePi.c\r
d269095b 25 MainUniCore.c\r
a9d7090f 26\r
27[Sources.ARM]\r
1bc83266 28 Arm/ArchPrePi.c\r
a9d7090f 29 Arm/ModuleEntryPoint.S | GCC\r
30 Arm/ModuleEntryPoint.asm | RVCT\r
1bc83266
HL
31\r
32[Sources.AArch64]\r
33 AArch64/ArchPrePi.c\r
ef7b3786 34 AArch64/ModuleEntryPoint.S\r
3402aac7 35\r
d269095b 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 EmbeddedPkg/EmbeddedPkg.dec\r
40 ArmPkg/ArmPkg.dec\r
41 ArmPlatformPkg/ArmPlatformPkg.dec\r
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 DebugLib\r
47 DebugAgentLib\r
48 ArmLib\r
49 IoLib\r
50 TimerLib\r
51 SerialPortLib\r
52 ExtractGuidedSectionLib\r
53 LzmaDecompressLib\r
54 PeCoffGetEntryPointLib\r
55 DebugAgentLib\r
56 PrePiLib\r
57 ArmPlatformLib\r
17839a45 58 ArmPlatformStackLib\r
d269095b 59 MemoryAllocationLib\r
60 HobLib\r
61 PrePiHobListPointerLib\r
62 PlatformPeiLib\r
63 MemoryInitPeiLib\r
64\r
0dbbacdf 65[Ppis]\r
66 gArmMpCoreInfoPpiGuid\r
8fc38a3f 67\r
99565b88 68[Guids]\r
69 gArmGlobalVariableGuid\r
0dbbacdf 70 gArmMpCoreInfoGuid\r
99565b88 71\r
3402aac7 72[FeaturePcd]\r
d269095b 73 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
74 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
75\r
b1179c19 76[Pcd]\r
37363dff 77 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
3402aac7 78\r
b1179c19 79[FixedPcd]\r
d269095b 80 gArmTokenSpaceGuid.PcdVFPEnabled\r
81\r
f92b93c9 82 gArmTokenSpaceGuid.PcdFdBaseAddress\r
83 gArmTokenSpaceGuid.PcdFdSize\r
d269095b 84\r
f92b93c9 85 gArmTokenSpaceGuid.PcdFvBaseAddress\r
86 gArmTokenSpaceGuid.PcdFvSize\r
d269095b 87\r
2dbcb8f0 88 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
89 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
d269095b 90\r
91 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
d269095b 92\r
d269095b 93 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
3402aac7 94\r
695df8ba 95 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
0787bc61 96\r
d269095b 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
f8d7d6e1
AB
109\r
110[Pcd]\r
111 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
112 gArmTokenSpaceGuid.PcdSystemMemorySize\r