]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
d1757cdba6718b435a9f400b4f8e7f14484527fa
[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 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 PLATFORM_NAME = ArmVirtQemu
17 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
18 PLATFORM_VERSION = 0.1
19 DSC_SPECIFICATION = 0x00010005
20 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
23 SKUID_IDENTIFIER = DEFAULT
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf
25
26 #
27 # Defines for default states. These can be changed on the command line.
28 # -D FLAG=VALUE
29 #
30 DEFINE TTY_TERMINAL = FALSE
31 DEFINE SECURE_BOOT_ENABLE = FALSE
32 DEFINE TPM2_ENABLE = FALSE
33
34 #
35 # Network definition
36 #
37 DEFINE NETWORK_IP6_ENABLE = FALSE
38 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
39 DEFINE NETWORK_SNP_ENABLE = FALSE
40 DEFINE NETWORK_TLS_ENABLE = FALSE
41 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
42
43 !if $(NETWORK_SNP_ENABLE) == TRUE
44 !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"
45 !endif
46
47 !include NetworkPkg/NetworkDefines.dsc.inc
48
49 !include ArmVirtPkg/ArmVirt.dsc.inc
50
51 [LibraryClasses.common]
52 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
53 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
54
55 # Virtio Support
56 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
57 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
58 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
59 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
60
61 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
62
63 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
64 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
65
66 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
67 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
68 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
69 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
70 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
71 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
72 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
73 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
74 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
75 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
76 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
77
78 [LibraryClasses.common.PEIM]
79 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
80
81 !if $(TPM2_ENABLE) == TRUE
82 ResetSystemLib|MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
83 !endif
84
85 [LibraryClasses.common.DXE_DRIVER]
86 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
87
88 [LibraryClasses.common.UEFI_DRIVER]
89 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
90
91 ################################################################################
92 #
93 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
94 #
95 ################################################################################
96
97 [PcdsFeatureFlag.common]
98 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
99 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
100
101 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
102 # It could be set FALSE to save size.
103 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
104 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
105
106 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
107
108 gArmVirtTokenSpaceGuid.PcdTpm2SupportEnabled|$(TPM2_ENABLE)
109
110 [PcdsFixedAtBuild.common]
111 !if $(ARCH) == AARCH64
112 gArmTokenSpaceGuid.PcdVFPEnabled|1
113 !endif
114
115 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
116 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
117 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
118 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
119 !if $(NETWORK_TLS_ENABLE) == TRUE
120 #
121 # The cumulative and individual VOLATILE variable size limits should be set
122 # high enough for accommodating several and/or large CA certificates.
123 #
124 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
125 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
126 !endif
127
128 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
129 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
130
131 #
132 # ARM PrimeCell
133 #
134
135 ## PL011 - Serial Terminal
136 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
137
138 ## Default Terminal Type
139 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
140 !if $(TTY_TERMINAL) == TRUE
141 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
142 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
143 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
144 !else
145 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
146 !endif
147
148 #
149 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
150 #
151 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
152
153 #
154 # Network Pcds
155 #
156 !include NetworkPkg/NetworkPcds.dsc.inc
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 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
166
167 #
168 # The maximum physical I/O addressability of the processor, set with
169 # BuildCpuHob().
170 #
171 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
172
173 #
174 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
175 #
176 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
177
178 !if $(SECURE_BOOT_ENABLE) == TRUE
179 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
180 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
181 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
182 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
183 !endif
184
185 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
186
187 [PcdsFixedAtBuild.AARCH64]
188 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
189 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
190 # presence of the 32-bit entry point anyway (because many AARCH64 systems
191 # don't have 32-bit addressable physical RAM), and the additional allocations
192 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
193 # point only, for entry point versions >= 3.0.
194 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
195
196 # ACPI predates the AARCH64 architecture by 5 versions, so
197 # we only target OSes that support ACPI v5.0 or later
198 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
199
200 [PcdsDynamicDefault.common]
201 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
202
203 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
204 # enumeration to complete before installing ACPI tables.
205 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
206
207 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
208 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
209
210 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
211 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
212 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
213 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
214
215 #
216 # ARM General Interrupt Controller
217 #
218 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
219 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
220 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
221
222 ## PL031 RealTimeClock
223 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
224
225 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
226 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
227 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
228
229 gArmTokenSpaceGuid.PcdPciIoTranslation|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 # TPM2 support
249 #
250 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0
251
252 [PcdsDynamicHii]
253 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
254
255 ################################################################################
256 #
257 # Components Section - list of all EDK II Modules needed by this Platform
258 #
259 ################################################################################
260 [Components.common]
261 #
262 # PEI Phase modules
263 #
264 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
265 MdeModulePkg/Core/Pei/PeiMain.inf
266 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
267 <LibraryClasses>
268 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
269 }
270 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
271 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
272 ArmPkg/Drivers/CpuPei/CpuPei.inf
273
274 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
275
276 !if $(TPM2_ENABLE) == TRUE
277 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {
278 <LibraryClasses>
279 ResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemPeiLib/ArmVirtPsciResetSystemPeiLib.inf
280 }
281 !endif
282
283 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
284 <LibraryClasses>
285 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
286 }
287
288 #
289 # DXE
290 #
291 MdeModulePkg/Core/Dxe/DxeMain.inf {
292 <LibraryClasses>
293 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
294 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
295 }
296 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
297 <LibraryClasses>
298 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
299 }
300
301 #
302 # Architectural Protocols
303 #
304 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
305 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
306 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
307 <LibraryClasses>
308 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
309 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
310 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
311 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
312 }
313 !if $(SECURE_BOOT_ENABLE) == TRUE
314 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
315 <LibraryClasses>
316 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
317 }
318 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
319 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
320 !else
321 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
322 !endif
323 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
324 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
325 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
326 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
327 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
328 <LibraryClasses>
329 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
330 }
331 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
332
333 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
334 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
335 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
336 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
337 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
338
339 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
340
341 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
342 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
343 <LibraryClasses>
344 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
345 }
346 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
347 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
348
349 #
350 # Status Code Routing
351 #
352 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
353
354 #
355 # Platform Driver
356 #
357 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
358 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
359 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
360 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
361 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
362 OvmfPkg/VirtioNetDxe/VirtioNet.inf
363 OvmfPkg/VirtioRngDxe/VirtioRng.inf
364
365 #
366 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
367 #
368 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
369 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
370 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
371 FatPkg/EnhancedFatDxe/Fat.inf
372 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
373
374 #
375 # Bds
376 #
377 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
378 <LibraryClasses>
379 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
380 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
381 }
382 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
383 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
384 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
385 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
386 MdeModulePkg/Logo/LogoDxe.inf
387 MdeModulePkg/Application/UiApp/UiApp.inf {
388 <LibraryClasses>
389 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
390 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
391 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
392 }
393
394 #
395 # Networking stack
396 #
397 !include NetworkPkg/NetworkComponents.dsc.inc
398 !if $(NETWORK_TLS_ENABLE) == TRUE
399 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
400 <LibraryClasses>
401 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
402 }
403 !endif
404
405 #
406 # SCSI Bus and Disk Driver
407 #
408 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
409 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
410
411 #
412 # SMBIOS Support
413 #
414 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
415 <LibraryClasses>
416 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
417 }
418 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
419
420 #
421 # PCI support
422 #
423 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
424 <LibraryClasses>
425 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
426 }
427 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
428 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
429 <LibraryClasses>
430 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
431 }
432 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
433 OvmfPkg/Virtio10Dxe/Virtio10.inf
434
435 #
436 # Video support
437 #
438 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
439 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
440 OvmfPkg/PlatformDxe/Platform.inf
441
442 #
443 # USB Support
444 #
445 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
446 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
447 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
448 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
449 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
450 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
451
452 #
453 # ACPI Support
454 #
455 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
456 [Components.AARCH64]
457 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
458 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
459 <LibraryClasses>
460 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
461 }