]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf
ArmVirtPkg/PrePi: remove bogus primary core check
[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
809a639e
AB
31[Sources.ARM]\r
32 Arm/ArchPrePi.c\r
33 Arm/ModuleEntryPoint.S\r
34\r
f9a9d2dc
AB
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
7fbd1eb2 41 ArmVirtPkg/ArmVirtPkg.dec\r
f9a9d2dc
AB
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 DebugLib\r
47 ArmLib\r
48 IoLib\r
49 TimerLib\r
50 SerialPortLib\r
51 ExtractGuidedSectionLib\r
52 LzmaDecompressLib\r
53 PeCoffGetEntryPointLib\r
54 PrePiLib\r
55 ArmPlatformLib\r
56 ArmPlatformStackLib\r
57 MemoryAllocationLib\r
58 HobLib\r
59 PrePiHobListPointerLib\r
60 PlatformPeiLib\r
61 MemoryInitPeiLib\r
c9e5618f 62 CacheMaintenanceLib\r
f9a9d2dc
AB
63\r
64[Ppis]\r
65 gArmMpCoreInfoPpiGuid\r
66\r
67[Guids]\r
f9a9d2dc
AB
68 gArmMpCoreInfoGuid\r
69\r
70[FeaturePcd]\r
71 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
72 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
73\r
74[FixedPcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
76\r
77 gArmTokenSpaceGuid.PcdVFPEnabled\r
78\r
79 gArmTokenSpaceGuid.PcdFdSize\r
80 gArmTokenSpaceGuid.PcdFvSize\r
81\r
82 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
83 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
84\r
f9a9d2dc
AB
85 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
86\r
87 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
88\r
89 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
90 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
91\r
92 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
94 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
101\r
102[Pcd]\r
103 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
104 gArmTokenSpaceGuid.PcdSystemMemorySize\r
7fbd1eb2 105 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress\r
f9a9d2dc
AB
106 gArmTokenSpaceGuid.PcdFdBaseAddress\r
107 gArmTokenSpaceGuid.PcdFvBaseAddress\r
108\r
109[BuildOptions]\r
a1b8bacc 110 GCC:*_*_*_DLINK_FLAGS = -pie -Wl,-T,$(MODULE_DIR)/Scripts/PrePi-PIE.lds\r