]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf
MdeModulePkg/UfsPciHcDxe: Fix EBC build error
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / PrePi / ArmVirtPrePiUniCoreRelocatable.inf
CommitLineData
f9a9d2dc
AB
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
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
37 ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationPkg.dec\r
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
64 gArmGlobalVariableGuid\r
65 gArmMpCoreInfoGuid\r
66\r
67[FeaturePcd]\r
68 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
69 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
70\r
71[FixedPcd]\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
73\r
74 gArmTokenSpaceGuid.PcdVFPEnabled\r
75\r
76 gArmTokenSpaceGuid.PcdFdSize\r
77 gArmTokenSpaceGuid.PcdFvSize\r
78\r
79 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
80 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
81\r
82 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
83\r
84 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
85\r
86 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
87\r
88 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
89 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
90\r
91 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
92 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
94 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
100\r
101[Pcd]\r
102 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
103 gArmTokenSpaceGuid.PcdSystemMemorySize\r
104 gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r
105 gArmTokenSpaceGuid.PcdFdBaseAddress\r
106 gArmTokenSpaceGuid.PcdFvBaseAddress\r
107\r
108[BuildOptions]\r
109 GCC:*_*_AARCH64_DLINK_FLAGS = -pie -T $(MODULE_DIR)/Scripts/PrePi-PIE.lds\r