]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: Refactor with PciHostBridgeUtilityLib
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.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 - 2020, 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/ArmVirtQemuKernel-$(ARCH)
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
23 SKUID_IDENTIFIER = DEFAULT
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.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
33 #
34 # Network definition
35 #
36 DEFINE NETWORK_IP6_ENABLE = FALSE
37 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
38 DEFINE NETWORK_SNP_ENABLE = FALSE
39 DEFINE NETWORK_TLS_ENABLE = FALSE
40 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
41 DEFINE NETWORK_ISCSI_ENABLE = 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 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
61 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
62
63 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf
64
65 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
66 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
67
68 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
69 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
70 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
71 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
72 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
73 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
74 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
75 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
76 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
77 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
78 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
79 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
80 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
81
82 [LibraryClasses.common.DXE_DRIVER]
83 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
84
85 [LibraryClasses.common.UEFI_DRIVER]
86 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
87
88 [BuildOptions]
89 !include NetworkPkg/NetworkBuildOptions.dsc.inc
90
91 #
92 # We need to avoid jump tables in SEC modules, so that the PE/COFF
93 # self-relocation code itself is guaranteed to be position independent.
94 #
95 GCC:*_*_*_CC_FLAGS = -fno-jump-tables
96
97 ################################################################################
98 #
99 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
100 #
101 ################################################################################
102
103 [PcdsFeatureFlag.common]
104 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
105 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
106
107 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
108 # It could be set FALSE to save size.
109 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
110 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
111
112 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
113
114 [PcdsFixedAtBuild.common]
115 !if $(ARCH) == AARCH64
116 gArmTokenSpaceGuid.PcdVFPEnabled|1
117 !endif
118
119 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
120 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
121 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
122 !if $(NETWORK_TLS_ENABLE) == TRUE
123 #
124 # The cumulative and individual VOLATILE variable size limits should be set
125 # high enough for accommodating several and/or large CA certificates.
126 #
127 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
128 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
129 !endif
130
131 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
132 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
133
134 #
135 # ARM PrimeCell
136 #
137
138 ## PL011 - Serial Terminal
139 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
140
141 ## Default Terminal Type
142 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
143 !if $(TTY_TERMINAL) == TRUE
144 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
145 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
146 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
147 !else
148 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
149 !endif
150
151 #
152 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
153 #
154 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
155
156 #
157 # Network Pcds
158 #
159 !include NetworkPkg/NetworkPcds.dsc.inc
160
161 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
162 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
163
164 #
165 # The maximum physical I/O addressability of the processor, set with
166 # BuildCpuHob().
167 #
168 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
169
170 !if $(SECURE_BOOT_ENABLE) == TRUE
171 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
172 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
173 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
174 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
175 !endif
176
177 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
178 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
179
180 [PcdsPatchableInModule.common]
181 # we need to provide a resolution for this PCD that supports PcdSet64()
182 # being called from ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.c,
183 # even though that call will be compiled out on this platform as it does
184 # not (and cannot) support the TPM2 driver stack
185 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0
186
187 #
188 # This will be overridden in the code
189 #
190 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
191 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
192
193 #
194 # Define a default initial address for the device tree.
195 # Ignored if x0 != 0 at entry.
196 #
197 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
198
199 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
200 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
201
202 [PcdsDynamicDefault.common]
203 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
204
205 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
206 # enumeration to complete before installing ACPI tables.
207 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
208
209 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
210 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
211 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
212 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
213
214 #
215 # ARM General Interrupt Controller
216 #
217 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
218 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
219 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
220
221 ## PL031 RealTimeClock
222 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
223
224 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
225 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
226 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
227
228 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
229
230 #
231 # Set video resolution for boot options and for text setup.
232 # PlatformDxe can set the former at runtime.
233 #
234 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
235 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
236 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
237 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
238
239 #
240 # SMBIOS entry point version
241 #
242 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
243 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
244 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
245
246 #
247 # IPv4 and IPv6 PXE Boot support.
248 #
249 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
250 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
251
252 ################################################################################
253 #
254 # Components Section - list of all EDK II Modules needed by this Platform
255 #
256 ################################################################################
257 [Components.common]
258 #
259 # PEI Phase modules
260 #
261 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
262 <LibraryClasses>
263 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
264 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
265 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
266 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
267 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
268 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
269 }
270
271 #
272 # DXE
273 #
274 MdeModulePkg/Core/Dxe/DxeMain.inf {
275 <LibraryClasses>
276 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
277 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
278 }
279 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
280 <LibraryClasses>
281 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
282 }
283
284 #
285 # Architectural Protocols
286 #
287 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
288 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
289 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
290 <LibraryClasses>
291 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
292 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
293 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
294 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
295 }
296 !if $(SECURE_BOOT_ENABLE) == TRUE
297 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
298 <LibraryClasses>
299 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
300 }
301 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
302 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
303 !else
304 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
305 !endif
306 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
307 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
308 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
309 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
310 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
311 <LibraryClasses>
312 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
313 }
314 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
315
316 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
317 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
318 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
319 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
320 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
321
322 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
323
324 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
325 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
326 <LibraryClasses>
327 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
328 }
329 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
330 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
331
332 #
333 # Status Code Routing
334 #
335 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
336
337 #
338 # Platform Driver
339 #
340 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
341 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
342 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
343 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
344 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
345 OvmfPkg/VirtioNetDxe/VirtioNet.inf
346 OvmfPkg/VirtioRngDxe/VirtioRng.inf
347
348 #
349 # FAT filesystem + GPT/MBR partitioning + UDF filesystem + virtio-fs
350 #
351 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
352 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
353 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
354 FatPkg/EnhancedFatDxe/Fat.inf
355 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
356 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
357
358 #
359 # Bds
360 #
361 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
362 <LibraryClasses>
363 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
364 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
365 }
366 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
367 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
368 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
369 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
370 MdeModulePkg/Logo/LogoDxe.inf
371 MdeModulePkg/Application/UiApp/UiApp.inf {
372 <LibraryClasses>
373 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
374 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
375 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
376 }
377 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf
378
379 #
380 # Networking stack
381 #
382 !include NetworkPkg/NetworkComponents.dsc.inc
383
384 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
385 <LibraryClasses>
386 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
387 }
388
389 !if $(NETWORK_TLS_ENABLE) == TRUE
390 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
391 <LibraryClasses>
392 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
393 }
394 !endif
395
396 #
397 # SCSI Bus and Disk Driver
398 #
399 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
400 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
401
402 #
403 # NVME Driver
404 #
405 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
406
407 #
408 # SMBIOS Support
409 #
410 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
411 <LibraryClasses>
412 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
413 }
414 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
415
416 #
417 # PCI support
418 #
419 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
420 <LibraryClasses>
421 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
422 }
423 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
424 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
425 <LibraryClasses>
426 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
427 }
428 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
429 OvmfPkg/Virtio10Dxe/Virtio10.inf
430
431 #
432 # Video support
433 #
434 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
435 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
436 OvmfPkg/PlatformDxe/Platform.inf
437
438 #
439 # USB Support
440 #
441 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
442 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
443 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
444 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
445 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
446 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
447
448 #
449 # ACPI Support
450 #
451 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
452 [Components.AARCH64]
453 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
454 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
455 <LibraryClasses>
456 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
457 }