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