]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtQemu.dsc
BeagleBoardPkg EmbeddedPkg Omap35xxPkg: move to ArmBaseLib
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
... / ...
CommitLineData
1#\r
2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = ArmVirtQemu\r
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
31\r
32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
37 DEFINE PURE_ACPI_BOOT_ENABLE = FALSE\r
38\r
39!include ArmVirtPkg/ArmVirt.dsc.inc\r
40\r
41[LibraryClasses.AARCH64]\r
42 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r
43 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
44\r
45[LibraryClasses.ARM]\r
46 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
47 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
48\r
49[LibraryClasses.common]\r
50 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
51\r
52 # Virtio Support\r
53 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
54 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
55 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
56\r
57 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r
58 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
59\r
60 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
61 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
62\r
63 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
64 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
65 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
66 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r
67 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
68 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
69 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
70 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
71 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
72 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
73 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
74\r
75[LibraryClasses.common.UEFI_DRIVER]\r
76 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
77\r
78[LibraryClasses.AARCH64.SEC]\r
79 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf\r
80\r
81[LibraryClasses.ARM.SEC]\r
82 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r
83\r
84[BuildOptions]\r
85 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
86 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
87 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r
88\r
89\r
90################################################################################\r
91#\r
92# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
93#\r
94################################################################################\r
95\r
96[PcdsFeatureFlag.common]\r
97 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
98 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
99\r
100 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
101 # It could be set FALSE to save size.\r
102 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
103 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
104\r
105!if $(PURE_ACPI_BOOT_ENABLE) == TRUE\r
106 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot|TRUE\r
107!endif\r
108\r
109[PcdsFixedAtBuild.common]\r
110 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
111!if $(ARCH) == AARCH64\r
112 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
113!endif\r
114\r
115 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
116 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
117 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
118 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
119\r
120 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
121 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
122\r
123 #\r
124 # ARM Pcds\r
125 #\r
126 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
127\r
128 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
129 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
130\r
131 #\r
132 # ARM PrimeCell\r
133 #\r
134\r
135 ## PL011 - Serial Terminal\r
136 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
137\r
138 ## Default Terminal Type\r
139 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
140!if $(TTY_TERMINAL) == TRUE\r
141 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
142!else\r
143 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
144!endif\r
145\r
146 #\r
147 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
148 #\r
149 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
150\r
151 # System Memory Base -- fixed at 0x4000_0000\r
152 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
153\r
154 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
155 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
156\r
157 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
158 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
159 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
160\r
161 #\r
162 # The maximum physical I/O addressability of the processor, set with\r
163 # BuildCpuHob().\r
164 #\r
165 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
166\r
167[PcdsFixedAtBuild.AARCH64]\r
168 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
169\r
170 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
171 # support anything bigger, even if the host hardware does\r
172 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
173\r
174 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
175 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
176 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
177 # don't have 32-bit addressable physical RAM), and the additional allocations\r
178 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
179 # point only, for entry point versions >= 3.0.\r
180 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
181\r
182 # ACPI predates the AARCH64 architecture by 5 versions, so\r
183 # we only target OSes that support ACPI v5.0 or later\r
184 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
185\r
186[PcdsDynamicDefault.common]\r
187 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
188\r
189 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
190 # enumeration to complete before installing ACPI tables.\r
191 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
192\r
193 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
194 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
195\r
196 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
197 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
198 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
199 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
200\r
201 #\r
202 # ARM General Interrupt Controller\r
203 #\r
204 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
205 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
206 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
207\r
208 ## PL031 RealTimeClock\r
209 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
210\r
211 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
212 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
213 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
214\r
215 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
216\r
217 #\r
218 # Set video resolution for boot options and for text setup.\r
219 # PlatformDxe can set the former at runtime.\r
220 #\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
223 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
224 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
225\r
226 #\r
227 # SMBIOS entry point version\r
228 #\r
229 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
230 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
231 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
232\r
233################################################################################\r
234#\r
235# Components Section - list of all EDK II Modules needed by this Platform\r
236#\r
237################################################################################\r
238[Components.common]\r
239 #\r
240 # PEI Phase modules\r
241 #\r
242 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
243 MdeModulePkg/Core/Pei/PeiMain.inf\r
244 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
245 <LibraryClasses>\r
246 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
247 }\r
248 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
249 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
250 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
251\r
252 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
253\r
254 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
255 <LibraryClasses>\r
256 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
257 }\r
258\r
259 #\r
260 # DXE\r
261 #\r
262 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
263 <LibraryClasses>\r
264 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
265 }\r
266 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
267 <LibraryClasses>\r
268 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
269 }\r
270\r
271 #\r
272 # Architectural Protocols\r
273 #\r
274 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
275 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
276 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
277 <LibraryClasses>\r
278 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
279 }\r
280!if $(SECURE_BOOT_ENABLE) == TRUE\r
281 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
282 <LibraryClasses>\r
283 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
284 }\r
285 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
286!else\r
287 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
288!endif\r
289 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
290 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
291 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
292 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
293 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
294 <LibraryClasses>\r
295 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
296 }\r
297 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
298\r
299 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
300 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
301 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
302 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
303 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
304\r
305 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
306\r
307 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
308 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
309 <LibraryClasses>\r
310 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
311 }\r
312 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
313 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
314\r
315 #\r
316 # Platform Driver\r
317 #\r
318 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
319 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
320 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
321 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
322 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
323 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
324 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
325\r
326 #\r
327 # FAT filesystem + GPT/MBR partitioning\r
328 #\r
329 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
330 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
331 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
332 FatPkg/EnhancedFatDxe/Fat.inf\r
333\r
334 #\r
335 # Bds\r
336 #\r
337 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
338 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
339 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
340 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
341 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
342 <LibraryClasses>\r
343 NULL|MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf\r
344 }\r
345 MdeModulePkg/Application/UiApp/UiApp.inf {\r
346 <LibraryClasses>\r
347 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
348 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
349 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
350 }\r
351\r
352 #\r
353 # SCSI Bus and Disk Driver\r
354 #\r
355 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
356 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
357\r
358 #\r
359 # SMBIOS Support\r
360 #\r
361 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
362 <LibraryClasses>\r
363 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
364 }\r
365 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
366\r
367 #\r
368 # PCI support\r
369 #\r
370 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
371 <LibraryClasses>\r
372 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
373 }\r
374 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
375 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
376 <LibraryClasses>\r
377 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
378 }\r
379 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
380 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
381\r
382 #\r
383 # Video support\r
384 #\r
385 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
386 <LibraryClasses>\r
387 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
388 }\r
389 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
390 OvmfPkg/PlatformDxe/Platform.inf\r
391\r
392 #\r
393 # USB Support\r
394 #\r
395 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
396 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
397 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
398 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
399 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
400\r
401[Components.AARCH64]\r
402 #\r
403 # ACPI Support\r
404 #\r
405 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
406 <LibraryClasses>\r
407 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
408 }\r