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