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