]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf
ArmVirtPkg/PrePi: remove dependency on ArmPlatformLib
[mirror_edk2.git] / ArmVirtPkg / PrePi / ArmVirtPrePiUniCoreRelocatable.inf
1 #/** @file
2 #
3 # Copyright (c) 2011-2015, ARM Ltd. All rights reserved.<BR>
4 # Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ArmVirtPrePiUniCoreRelocatable
19 FILE_GUID = f7d9fd14-9335-4389-80c5-334d6abfcced
20 MODULE_TYPE = SEC
21 VALID_ARCHITECTURES = AARCH64
22 VERSION_STRING = 1.0
23
24 [Sources]
25 PrePi.c
26 FdtParser.c
27
28 [Sources.AArch64]
29 AArch64/ArchPrePi.c
30 AArch64/ModuleEntryPoint.S
31
32 [Sources.ARM]
33 Arm/ArchPrePi.c
34 Arm/ModuleEntryPoint.S
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 EmbeddedPkg/EmbeddedPkg.dec
40 ArmPkg/ArmPkg.dec
41 ArmPlatformPkg/ArmPlatformPkg.dec
42 ArmVirtPkg/ArmVirtPkg.dec
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
44
45 [LibraryClasses]
46 BaseLib
47 DebugLib
48 FdtLib
49 ArmLib
50 IoLib
51 TimerLib
52 SerialPortLib
53 ExtractGuidedSectionLib
54 LzmaDecompressLib
55 PeCoffGetEntryPointLib
56 PrePiLib
57 ArmPlatformStackLib
58 MemoryAllocationLib
59 HobLib
60 PrePiHobListPointerLib
61 PlatformPeiLib
62 MemoryInitPeiLib
63 CacheMaintenanceLib
64
65 [Ppis]
66 gArmMpCoreInfoPpiGuid
67
68 [Guids]
69 gArmMpCoreInfoGuid
70
71 [FeaturePcd]
72 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
73 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
74
75 [FixedPcd]
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
77
78 gArmTokenSpaceGuid.PcdVFPEnabled
79
80 gArmTokenSpaceGuid.PcdFdSize
81 gArmTokenSpaceGuid.PcdFvSize
82
83 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
84 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
85
86 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
87
88 gArmPlatformTokenSpaceGuid.PcdCoreCount
89
90 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
91 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
92
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
94 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
102
103 [Pcd]
104 gArmTokenSpaceGuid.PcdSystemMemoryBase
105 gArmTokenSpaceGuid.PcdSystemMemorySize
106 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress
107 gArmTokenSpaceGuid.PcdFdBaseAddress
108 gArmTokenSpaceGuid.PcdFvBaseAddress
109
110 [BuildOptions]
111 GCC:*_*_*_DLINK_FLAGS = -pie -Wl,-T,$(MODULE_DIR)/Scripts/PrePi-PIE.lds