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