]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
ArmPlatformPkg: drop ArmPlatformGlobalVariableLib resolutions
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-FVP-AArch64.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14
15 ################################################################################
16 #
17 # Defines Section - statements that will be processed to create a Makefile.
18 #
19 ################################################################################
20 [Defines]
21 PLATFORM_NAME = ArmVExpress-FVP-AArch64
22 PLATFORM_GUID = 0de70077-9b3b-43bf-ba38-0ea37d77141b
23 PLATFORM_VERSION = 0.1
24 DSC_SPECIFICATION = 0x00010005
25 OUTPUT_DIRECTORY = Build/ArmVExpress-FVP-AArch64
26 SUPPORTED_ARCHITECTURES = AARCH64
27 BUILD_TARGETS = DEBUG|RELEASE
28 SKUID_IDENTIFIER = DEFAULT
29 FLASH_DEFINITION = ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.fdf
30
31 !ifndef ARM_FVP_RUN_NORFLASH
32 DEFINE EDK2_SKIP_PEICORE=1
33 !endif
34
35
36 !include ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
37
38 [LibraryClasses.common]
39 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
40 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
41 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
42
43 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf
44 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf
45 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf
46
47 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
48
49 # Virtio Support
50 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
51 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
52
53 [LibraryClasses.common.SEC]
54 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
55 ArmPlatformSecLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
56 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
57
58 [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_DRIVER]
59 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
60
61 [BuildOptions]
62 GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM
63
64
65 ################################################################################
66 #
67 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
68 #
69 ################################################################################
70
71 [PcdsFeatureFlag.common]
72
73 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
74 # It could be set FALSE to save size.
75 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
76
77 # Force the UEFI GIC driver to use GICv2 legacy mode. To use
78 # GICv3 without GICv2 legacy in UEFI, the ARM Trusted Firmware needs
79 # to configure the Non-Secure interrupts in the GIC Redistributors
80 # which is not supported at the moment.
81 gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy|TRUE
82
83 [PcdsFixedAtBuild.common]
84 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Fixed Virtual Platform"
85 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ARM-FVP"
86
87 # Up to 8 cores on Base models. This works fine if model happens to have less.
88 gArmPlatformTokenSpaceGuid.PcdCoreCount|8
89 gArmPlatformTokenSpaceGuid.PcdClusterCount|2
90
91 #
92 # NV Storage PCDs. Use base of 0x0C000000 for NOR1
93 #
94 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0FFC0000
95 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00010000
96 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0FFD0000
97 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00010000
98 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0FFE0000
99 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00010000
100
101 gArmTokenSpaceGuid.PcdVFPEnabled|1
102
103 # FVP models can have 2 clusters with 4 cpus each
104 # Stacks for MPCores in Secure World
105 # Trusted SRAM (DRAM on Foundation model)
106 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x04000000
107 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize|0x1000
108 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize|0x800
109
110 # Stacks for MPCores in Normal World
111 # Non-Trusted SRAM
112 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x2E000000
113 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
114 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize|0x1000
115
116 # System Memory (2GB - 16MB of Trusted DRAM at the top of the 32bit address space)
117 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
118 gArmTokenSpaceGuid.PcdSystemMemorySize|0x7F000000
119
120 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
121 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
122
123 #
124 # ARM Pcds
125 #
126 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
127
128 ## Trustzone enable (to make the transition from EL3 to NS EL2 in ArmPlatformPkg/Sec)
129 gArmTokenSpaceGuid.PcdTrustzoneSupport|TRUE
130
131 #
132 # ARM PrimeCell
133 #
134
135 ## SP805 Watchdog - Motherboard Watchdog at 24MHz
136 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogBase|0x1C0F0000
137 gArmPlatformTokenSpaceGuid.PcdSP805WatchdogClockFrequencyInHz|24000000
138
139 ## PL011 - Serial Terminal
140 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x1c090000
141 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
142
143 ## PL031 RealTimeClock
144 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x1C170000
145
146 ## PL111 Versatile Express Motherboard controller
147 gArmPlatformTokenSpaceGuid.PcdPL111LcdBase|0x1C1F0000
148
149 ## PL180 MMC/SD card controller
150 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x1C010048
151 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x1C050000
152
153 #
154 # ARM General Interrupt Controller
155 #
156 !ifdef ARM_FVP_LEGACY_GICV2_LOCATION
157 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2C001000
158 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C002000
159 !else
160 gArmTokenSpaceGuid.PcdGicDistributorBase|0x2f000000
161 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x2f100000
162 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x2C000000
163 !endif
164
165 #
166 # ARM OS Loader
167 #
168 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SemiHosting"
169 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"Fv(87940482-FC81-41C3-87E6-399CF85AC8A0)/LinuxLoader.efi"
170 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/Image -f VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/filesystem.cpio.gz -c \"console=ttyAMA0 earlycon=pl011,0x1c090000 debug user_debug=31 loglevel=9\""
171
172 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
173 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
174 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
175
176 #
177 # ARM Architectural Timer Frequency
178 #
179 # Set tick frequency value to 100Mhz
180 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|100000000
181
182 [PcdsDynamicDefault.common]
183 #
184 # The size of a dynamic PCD of the (VOID*) type can not be increased at run
185 # time from its size at build time. Set the "PcdFdtDevicePaths" PCD to a 128
186 # character "empty" string, to allow to be able to set FDT text device paths
187 # up to 128 characters long.
188 #
189 gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L" "
190
191 ################################################################################
192 #
193 # Components Section - list of all EDK II Modules needed by this Platform
194 #
195 ################################################################################
196 [Components.common]
197
198 #
199 # SEC
200 #
201 ArmPlatformPkg/Sec/Sec.inf {
202 <LibraryClasses>
203 # Use the implementation which set the Secure bits
204 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
205 }
206
207 #
208 # PEI Phase modules
209 #
210 !ifdef EDK2_SKIP_PEICORE
211 # UEFI is placed in RAM by bootloader
212 ArmPlatformPkg/PrePi/PeiMPCore.inf {
213 <LibraryClasses>
214 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
215 ArmPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLib.inf
216 }
217 !else
218 # UEFI lives in FLASH and copies itself to RAM
219 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
220 MdeModulePkg/Core/Pei/PeiMain.inf
221 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
222 <LibraryClasses>
223 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
224 }
225 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
226 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
227 ArmPkg/Drivers/CpuPei/CpuPei.inf
228 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
229 Nt32Pkg/BootModePei/BootModePei.inf
230 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
231 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
232 <LibraryClasses>
233 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
234 }
235 !endif
236
237 #
238 # DXE
239 #
240 MdeModulePkg/Core/Dxe/DxeMain.inf {
241 <LibraryClasses>
242 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
243 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
244 }
245
246 #
247 # Architectural Protocols
248 #
249 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
250 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
251 !if $(SECURE_BOOT_ENABLE) == TRUE
252 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
253 <LibraryClasses>
254 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
255 }
256 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
257 !else
258 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
259 !endif
260 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
261 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
262 <LibraryClasses>
263 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
264 }
265 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
266 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
267 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
268 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
269 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
270
271 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
272 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
273 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
274 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
275 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
276
277 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
278
279 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
280 !if $(SECURE_BOOT_ENABLE) == TRUE
281 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
282 !else
283 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
284 !endif
285 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
286 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
287 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
288
289 #
290 # Semi-hosting filesystem
291 #
292 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
293
294 #
295 # Multimedia Card Interface
296 #
297 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
298 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
299
300 #
301 # Platform Driver
302 #
303 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.inf
304 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
305
306 #
307 # FAT filesystem + GPT/MBR partitioning
308 #
309 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
310 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
311 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
312
313 #
314 # Bds
315 #
316 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
317 !if $(USE_ARM_BDS) == TRUE
318 ArmPlatformPkg/Bds/Bds.inf
319 !else
320 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
321 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
322 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
323 !endif