]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiUniCore.inf
CommitLineData
d269095b 1#/** @file\r
3402aac7 2#\r
81514a8a 3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
3402aac7 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
3402aac7 9#\r
d269095b 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
3402aac7 12#\r
d269095b 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
1bc83266 27 Arm/ArchPrePi.c\r
a9d7090f 28 Arm/ModuleEntryPoint.S | GCC\r
29 Arm/ModuleEntryPoint.asm | RVCT\r
1bc83266
HL
30\r
31[Sources.AArch64]\r
32 AArch64/ArchPrePi.c\r
ef7b3786 33 AArch64/ModuleEntryPoint.S\r
3402aac7 34\r
d269095b 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 EmbeddedPkg/EmbeddedPkg.dec\r
39 ArmPkg/ArmPkg.dec\r
40 ArmPlatformPkg/ArmPlatformPkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 DebugLib\r
46 DebugAgentLib\r
47 ArmLib\r
48 IoLib\r
49 TimerLib\r
50 SerialPortLib\r
51 ExtractGuidedSectionLib\r
52 LzmaDecompressLib\r
53 PeCoffGetEntryPointLib\r
54 DebugAgentLib\r
55 PrePiLib\r
56 ArmPlatformLib\r
17839a45 57 ArmPlatformStackLib\r
d269095b 58 MemoryAllocationLib\r
59 HobLib\r
60 PrePiHobListPointerLib\r
61 PlatformPeiLib\r
62 MemoryInitPeiLib\r
63\r
0dbbacdf 64[Ppis]\r
65 gArmMpCoreInfoPpiGuid\r
8fc38a3f 66\r
99565b88 67[Guids]\r
68 gArmGlobalVariableGuid\r
0dbbacdf 69 gArmMpCoreInfoGuid\r
99565b88 70\r
3402aac7 71[FeaturePcd]\r
d269095b 72 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
73 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
74\r
75[FixedPcd]\r
37363dff 76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
3402aac7 77\r
d269095b 78 gArmTokenSpaceGuid.PcdVFPEnabled\r
79\r
f92b93c9 80 gArmTokenSpaceGuid.PcdFdBaseAddress\r
81 gArmTokenSpaceGuid.PcdFdSize\r
d269095b 82\r
f92b93c9 83 gArmTokenSpaceGuid.PcdFvBaseAddress\r
84 gArmTokenSpaceGuid.PcdFvSize\r
d269095b 85\r
2dbcb8f0 86 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
87 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
d269095b 88\r
89 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
d269095b 90\r
91 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
92 gArmTokenSpaceGuid.PcdSystemMemorySize\r
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