]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf
ArmVirtPkg/XenRelocatablePlatformLib: rewrite DTB memory node retrieval in C
[mirror_edk2.git] / ArmVirtPkg / PrePi / ArmVirtPrePiUniCoreRelocatable.inf
CommitLineData
f9a9d2dc
AB
1#/** @file\r
2#\r
7fbd1eb2 3# Copyright (c) 2011-2015, ARM Ltd. All rights reserved.<BR>\r
f9a9d2dc
AB
4# Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>\r
5#\r
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
10#\r
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
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ArmVirtPrePiUniCoreRelocatable\r
19 FILE_GUID = f7d9fd14-9335-4389-80c5-334d6abfcced\r
20 MODULE_TYPE = SEC\r
21 VALID_ARCHITECTURES = AARCH64\r
22 VERSION_STRING = 1.0\r
23\r
24[Sources]\r
25 PrePi.c\r
26\r
27[Sources.AArch64]\r
28 AArch64/ArchPrePi.c\r
29 AArch64/ModuleEntryPoint.S\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 EmbeddedPkg/EmbeddedPkg.dec\r
35 ArmPkg/ArmPkg.dec\r
36 ArmPlatformPkg/ArmPlatformPkg.dec\r
7fbd1eb2 37 ArmVirtPkg/ArmVirtPkg.dec\r
f9a9d2dc
AB
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 DebugLib\r
43 ArmLib\r
44 IoLib\r
45 TimerLib\r
46 SerialPortLib\r
47 ExtractGuidedSectionLib\r
48 LzmaDecompressLib\r
49 PeCoffGetEntryPointLib\r
50 PrePiLib\r
51 ArmPlatformLib\r
52 ArmPlatformStackLib\r
53 MemoryAllocationLib\r
54 HobLib\r
55 PrePiHobListPointerLib\r
56 PlatformPeiLib\r
57 MemoryInitPeiLib\r
c9e5618f 58 CacheMaintenanceLib\r
f9a9d2dc
AB
59\r
60[Ppis]\r
61 gArmMpCoreInfoPpiGuid\r
62\r
63[Guids]\r
f9a9d2dc
AB
64 gArmMpCoreInfoGuid\r
65\r
66[FeaturePcd]\r
67 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
68 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
69\r
70[FixedPcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
72\r
73 gArmTokenSpaceGuid.PcdVFPEnabled\r
74\r
75 gArmTokenSpaceGuid.PcdFdSize\r
76 gArmTokenSpaceGuid.PcdFvSize\r
77\r
78 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
79 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
80\r
f9a9d2dc
AB
81 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
82\r
83 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
84\r
85 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
86 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
87\r
88 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
89 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
90 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
91 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
92 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
94 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
97\r
98[Pcd]\r
99 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
100 gArmTokenSpaceGuid.PcdSystemMemorySize\r
7fbd1eb2 101 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r
f9a9d2dc
AB
102 gArmTokenSpaceGuid.PcdFdBaseAddress\r
103 gArmTokenSpaceGuid.PcdFvBaseAddress\r
104\r
105[BuildOptions]\r
106 GCC:*_*_AARCH64_DLINK_FLAGS = -pie -T $(MODULE_DIR)/Scripts/PrePi-PIE.lds\r