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