]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg: Rectify file modes
[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
0dbbacdf 69 gArmMpCoreInfoGuid\r
99565b88 70\r
3402aac7 71[FeaturePcd]\r
d269095b 72 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
73 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
74\r
b1179c19 75[Pcd]\r
37363dff 76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
3402aac7 77\r
b1179c19 78[FixedPcd]\r
d269095b 79 gArmTokenSpaceGuid.PcdVFPEnabled\r
80\r
f92b93c9 81 gArmTokenSpaceGuid.PcdFdBaseAddress\r
82 gArmTokenSpaceGuid.PcdFdSize\r
d269095b 83\r
f92b93c9 84 gArmTokenSpaceGuid.PcdFvBaseAddress\r
85 gArmTokenSpaceGuid.PcdFvSize\r
d269095b 86\r
2dbcb8f0 87 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
88 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
d269095b 89\r
d269095b 90 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
3402aac7 91\r
695df8ba 92 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
0787bc61 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
f8d7d6e1
AB
106\r
107[Pcd]\r
108 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
109 gArmTokenSpaceGuid.PcdSystemMemorySize\r