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