]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemu: use MdeModulePkg/BDS
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
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 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = ArmVirtQemu
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf
31
32 #
33 # Defines for default states. These can be changed on the command line.
34 # -D FLAG=VALUE
35 #
36 DEFINE SECURE_BOOT_ENABLE = FALSE
37 DEFINE PURE_ACPI_BOOT_ENABLE = FALSE
38
39 !include ArmVirtPkg/ArmVirt.dsc.inc
40
41 [LibraryClasses.AARCH64]
42 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
43 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
44
45 [LibraryClasses.ARM]
46 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
47 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
48
49 [LibraryClasses.common]
50 # Virtio Support
51 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
52 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
53 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
54
55 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf
56 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
57
58 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
59 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
60
61 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
62 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
63 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
64 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
65 QemuBootOrderLib|OvmfPkg/Library/QemuNewBootOrderLib/QemuBootOrderLib.inf
66 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
67 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
68
69 [LibraryClasses.common.UEFI_DRIVER]
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71
72 [LibraryClasses.AARCH64.SEC]
73 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
74
75 [LibraryClasses.ARM.SEC]
76 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
77
78 [BuildOptions]
79 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
80 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
81 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
82
83
84 ################################################################################
85 #
86 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
87 #
88 ################################################################################
89
90 [PcdsFeatureFlag.common]
91 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
92 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
93
94 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
95 # It could be set FALSE to save size.
96 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
97 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
98
99 # Activate KVM workaround for now.
100 gArmVirtTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE
101
102 !if $(PURE_ACPI_BOOT_ENABLE) == TRUE
103 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot|TRUE
104 !endif
105
106 [PcdsFixedAtBuild.common]
107 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
108 !if $(ARCH) == AARCH64
109 gArmTokenSpaceGuid.PcdVFPEnabled|1
110 !endif
111
112 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
113 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
114
115 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
116 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
117
118 #
119 # ARM Pcds
120 #
121 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
122
123 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
124 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
125
126 #
127 # ARM PrimeCell
128 #
129
130 ## PL011 - Serial Terminal
131 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
132
133 ## Default Terminal Type
134 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
135 !if $(TTY_TERMINAL) == TRUE
136 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
137 !else
138 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
139 !endif
140
141 #
142 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
143 #
144 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
145
146 #
147 # NV Storage PCDs. Use base of 0x04000000 for NOR1
148 #
149 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x04000000
150 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000
151 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x04040000
152 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000
153 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x04080000
154 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000
155
156 # System Memory Base -- fixed at 0x4000_0000
157 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
158
159 # initial location of the device tree blob passed by QEMU -- base of DRAM
160 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
161
162 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
163 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
164 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
165
166 #
167 # The maximum physical I/O addressability of the processor, set with
168 # BuildCpuHob().
169 #
170 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
171
172 [PcdsFixedAtBuild.AARCH64]
173 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
174
175 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
176 # support anything bigger, even if the host hardware does
177 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
178
179 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
180 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
181 # presence of the 32-bit entry point anyway (because many AARCH64 systems
182 # don't have 32-bit addressable physical RAM), and the additional allocations
183 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
184 # point only, for entry point versions >= 3.0.
185 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
186
187 # ACPI predates the AARCH64 architecture by 5 versions, so
188 # we only target OSes that support ACPI v5.0 or later
189 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
190
191 [PcdsDynamicDefault.common]
192 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
193
194 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
195 # enumeration to complete before installing ACPI tables.
196 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
197
198 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
199 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
200
201 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
202 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
203 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
204 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
205
206 #
207 # ARM General Interrupt Controller
208 #
209 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
210 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
211 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
212
213 ## PL031 RealTimeClock
214 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
215
216 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
217 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
218 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
219
220 #
221 # Set video resolution for boot options and for text setup.
222 # PlatformDxe can set the former at runtime.
223 #
224 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
225 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
226 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
227 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
228
229 #
230 # SMBIOS entry point version
231 #
232 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
233 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
234 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
235
236 ################################################################################
237 #
238 # Components Section - list of all EDK II Modules needed by this Platform
239 #
240 ################################################################################
241 [Components.common]
242 #
243 # PEI Phase modules
244 #
245 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
246 MdeModulePkg/Core/Pei/PeiMain.inf
247 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
248 <LibraryClasses>
249 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
250 }
251 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
252 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
253 ArmPkg/Drivers/CpuPei/CpuPei.inf
254
255 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
256
257 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
258 <LibraryClasses>
259 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
260 }
261
262 #
263 # DXE
264 #
265 MdeModulePkg/Core/Dxe/DxeMain.inf {
266 <LibraryClasses>
267 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
268 }
269 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
270 <LibraryClasses>
271 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
272 }
273
274 #
275 # Architectural Protocols
276 #
277 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
278 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
279 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
280 <LibraryClasses>
281 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
282 }
283 !if $(SECURE_BOOT_ENABLE) == TRUE
284 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
285 <LibraryClasses>
286 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
287 }
288 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
289 !else
290 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
291 !endif
292 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
293 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
294 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
295 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
296 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
297 <LibraryClasses>
298 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
299 }
300 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
301
302 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
303 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
304 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
305 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
306 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
307
308 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
309
310 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
311 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
312 <LibraryClasses>
313 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
314 }
315 !if $(SECURE_BOOT_ENABLE) == TRUE
316 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
317 !else
318 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
319 !endif
320 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
321
322 #
323 # Platform Driver
324 #
325 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
326 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
327 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
328 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
329 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
330 OvmfPkg/VirtioNetDxe/VirtioNet.inf
331 OvmfPkg/VirtioRngDxe/VirtioRng.inf
332
333 #
334 # FAT filesystem + GPT/MBR partitioning
335 #
336 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
337 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
338 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
339 FatPkg/EnhancedFatDxe/Fat.inf
340
341 #
342 # Bds
343 #
344 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
345 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
346 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
347 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
348 MdeModulePkg/Application/UiApp/UiApp.inf {
349 <LibraryClasses>
350 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
351 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
352 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
353 }
354
355 #
356 # SCSI Bus and Disk Driver
357 #
358 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
359 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
360
361 #
362 # SMBIOS Support
363 #
364 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
365 <LibraryClasses>
366 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
367 }
368 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
369
370 #
371 # PCI support
372 #
373 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
374 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
375 <LibraryClasses>
376 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
377 }
378 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
379 OvmfPkg/Virtio10Dxe/Virtio10.inf
380
381 #
382 # Video support
383 #
384 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {
385 <LibraryClasses>
386 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
387 }
388 OvmfPkg/PlatformDxe/Platform.inf
389
390 #
391 # USB Support
392 #
393 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
394 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
395 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
396 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
397 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
398
399 [Components.AARCH64]
400 #
401 # ACPI Support
402 #
403 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
404 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
405 <LibraryClasses>
406 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
407 }