VirtualBox

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

最後變更 在這個檔案從105600是 101291,由 vboxsync 提交於 17 月 前

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 17.1 KB
 
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 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 gArmVirtTokenSpaceGuid.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 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
202
203 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
204 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
205
206[PcdsDynamicDefault.common]
207 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
208
209 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
210 # enumeration to complete before installing ACPI tables.
211 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
212
213 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
214 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
215 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
216 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
217
218 #
219 # ARM General Interrupt Controller
220 #
221 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
222 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
223 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
224
225 ## PL031 RealTimeClock
226 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
227
228 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
229 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
230 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
231
232 gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation|0x0
233
234 #
235 # Set video resolution for boot options and for text setup.
236 # PlatformDxe can set the former at runtime.
237 #
238 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
239 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
240 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
241 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
242 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
243 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
244
245 #
246 # SMBIOS entry point version
247 #
248 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
249 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
250 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
251
252 #
253 # IPv4 and IPv6 PXE Boot support.
254 #
255 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
256 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
257
258################################################################################
259#
260# Components Section - list of all EDK II Modules needed by this Platform
261#
262################################################################################
263[Components.common]
264 #
265 # PEI Phase modules
266 #
267 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
268 <LibraryClasses>
269 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
270 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
271 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
272 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
273 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
274 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
275 }
276
277 #
278 # DXE
279 #
280 MdeModulePkg/Core/Dxe/DxeMain.inf {
281 <LibraryClasses>
282 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
283 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
284 }
285 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
286 <LibraryClasses>
287 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
288 }
289
290 #
291 # Architectural Protocols
292 #
293 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
294 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
295 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
296 <LibraryClasses>
297 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
298 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
299 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
300 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
301 }
302!if $(SECURE_BOOT_ENABLE) == TRUE
303 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
304 <LibraryClasses>
305 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
306 }
307 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
308 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
309!else
310 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
311!endif
312 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
313 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
314 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
315 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
316 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
317 <LibraryClasses>
318 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
319 }
320 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
321
322 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
323 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
324 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
325 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
326 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
327
328 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
329
330 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
331 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
332 <LibraryClasses>
333 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
334 }
335 OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf {
336 <LibraryClasses>
337 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
338 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
339 }
340 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
341
342 #
343 # Status Code Routing
344 #
345 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
346
347 #
348 # Platform Driver
349 #
350 OvmfPkg/Fdt/VirtioFdtDxe/VirtioFdtDxe.inf
351 EmbeddedPkg/Drivers/FdtClientDxe/FdtClientDxe.inf
352 OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf
353 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
354 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
355 OvmfPkg/VirtioNetDxe/VirtioNet.inf
356 OvmfPkg/VirtioRngDxe/VirtioRng.inf
357 OvmfPkg/VirtioSerialDxe/VirtioSerial.inf
358
359 #
360 # FAT filesystem + GPT/MBR partitioning + UDF filesystem + virtio-fs
361 #
362 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
363 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
364 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
365 FatPkg/EnhancedFatDxe/Fat.inf
366 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
367 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
368
369 #
370 # Bds
371 #
372 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
373 <LibraryClasses>
374 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
375 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
376 }
377 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
378 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
379 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
380 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
381 MdeModulePkg/Logo/LogoDxe.inf
382 MdeModulePkg/Application/UiApp/UiApp.inf {
383 <LibraryClasses>
384 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
385 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
386 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
387 }
388 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
389 <LibraryClasses>
390 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
391 }
392
393 #
394 # Networking stack
395 #
396!include NetworkPkg/NetworkComponents.dsc.inc
397
398 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
399 <LibraryClasses>
400 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
401 }
402
403!if $(NETWORK_TLS_ENABLE) == TRUE
404 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
405 <LibraryClasses>
406 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
407 }
408!endif
409
410 #
411 # SCSI Bus and Disk Driver
412 #
413 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
414 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
415
416 #
417 # NVME Driver
418 #
419 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
420
421 #
422 # SMBIOS Support
423 #
424 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
425 <LibraryClasses>
426 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
427 }
428 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
429
430 #
431 # PCI support
432 #
433 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
434 <LibraryClasses>
435 NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
436 }
437 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
438 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
439 <LibraryClasses>
440 NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
441 }
442 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
443 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
444 OvmfPkg/Virtio10Dxe/Virtio10.inf
445
446 #
447 # Video support
448 #
449 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
450 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
451 OvmfPkg/PlatformDxe/Platform.inf
452
453 #
454 # USB Support
455 #
456 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
457 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
458 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
459 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
460 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
461 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
462
463 #
464 # ACPI Support
465 #
466 OvmfPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
467[Components.AARCH64]
468 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
469 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf {
470 <LibraryClasses>
471 NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
472 }
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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