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