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