VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/ArmVirtPkg/ArmVirtQemuKernel.dsc@ 107124

Last change on this file since 107124 was 105670, checked in by vboxsync, 6 months ago

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette