]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: Use the new LogoDxe driver
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.dsc
CommitLineData
8de84d42
AB
1#\r
2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
2ff39d58 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
8de84d42
AB
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/ArmVirtQemuKernel-$(ARCH)\r
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.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\r
38!include ArmVirtPkg/ArmVirt.dsc.inc\r
39\r
40[LibraryClasses.AARCH64]\r
8de84d42
AB
41 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
42\r
43[LibraryClasses.ARM]\r
8de84d42
AB
44 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
45\r
46[LibraryClasses.common]\r
550eaa4a 47 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
48 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
49\r
8de84d42
AB
50 # Virtio Support\r
51 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
52 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
53 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
54\r
55 ArmPlatformLib|ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf\r
56 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
57\r
58 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
59 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
60\r
61 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
1946faa7 62 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
2c8805bc 63 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 64 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
8de84d42 65 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
d85c5e31 66 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 67 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 68 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
53ee81bb
AB
69 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
70 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
8de84d42
AB
71\r
72[LibraryClasses.common.UEFI_DRIVER]\r
73 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
74\r
75[BuildOptions]\r
76 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
77 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
78 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r
79\r
87ee6390
AB
80[BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]\r
81 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE\r
82 # executable we build for the relocatable PrePi. They are not runtime\r
83 # relocatable in ELF.\r
84 *_CLANG35_*_CC_FLAGS = -mno-movt\r
8de84d42
AB
85\r
86################################################################################\r
87#\r
88# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
89#\r
90################################################################################\r
91\r
92[PcdsFeatureFlag.common]\r
93 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
94 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
95\r
96 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
97 # It could be set FALSE to save size.\r
98 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
99 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
100\r
8de84d42
AB
101[PcdsFixedAtBuild.common]\r
102 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
103!if $(ARCH) == AARCH64\r
104 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
105!endif\r
106\r
107 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
108 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
109 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
8de84d42
AB
111\r
112 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
113 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
114\r
115 #\r
116 # ARM Pcds\r
117 #\r
118 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
119\r
120 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
121 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
122\r
123 #\r
124 # ARM PrimeCell\r
125 #\r
126\r
127 ## PL011 - Serial Terminal\r
128 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
129\r
130 ## Default Terminal Type\r
131 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
132!if $(TTY_TERMINAL) == TRUE\r
133 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
134!else\r
135 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
136!endif\r
8de84d42
AB
137\r
138 #\r
139 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
140 #\r
141 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
142\r
8de84d42
AB
143[PcdsPatchableInModule.common]\r
144 #\r
145 # This will be overridden in the code\r
146 #\r
147 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
148 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
149\r
150 #\r
151 # Define a default initial address for the device tree.\r
152 # Ignored if x0 != 0 at entry.\r
153 #\r
154 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
155\r
156 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
157 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
158\r
159[PcdsFixedAtBuild.AARCH64]\r
160\r
161 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 162 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
8de84d42
AB
163 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
164\r
165 #\r
166 # The maximum physical I/O addressability of the processor, set with\r
167 # BuildCpuHob().\r
168 #\r
169 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
170\r
171 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
172\r
173 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
174 # support anything bigger, even if the host hardware does\r
175 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
176\r
177[PcdsDynamicDefault.common]\r
48799ab2
LE
178 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
179\r
8de84d42
AB
180 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
181 # enumeration to complete before installing ACPI tables.\r
182 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
183\r
184 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
185 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
186 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
187 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
188\r
189 #\r
190 # ARM General Interrupt Controller\r
191 #\r
192 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
193 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
194 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
8de84d42
AB
195\r
196 ## PL031 RealTimeClock\r
197 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
198\r
a06d0bb5
AB
199 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
200 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
201 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
8de84d42 202\r
53ee81bb
AB
203 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
204\r
8de84d42
AB
205 #\r
206 # Set video resolution for boot options and for text setup.\r
207 # PlatformDxe can set the former at runtime.\r
208 #\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
210 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
211 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
212 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
213\r
214 #\r
215 # SMBIOS entry point version\r
216 #\r
217 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
218 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
219 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
220\r
221################################################################################\r
222#\r
223# Components Section - list of all EDK II Modules needed by this Platform\r
224#\r
225################################################################################\r
226[Components.common]\r
227 #\r
228 # PEI Phase modules\r
229 #\r
230 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
231 <LibraryClasses>\r
232 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
233 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
234 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
235 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
236 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
237 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
238 }\r
239\r
240 #\r
241 # DXE\r
242 #\r
243 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
244 <LibraryClasses>\r
245 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
246 }\r
31b3b02a
AB
247 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
248 <LibraryClasses>\r
249 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
250 }\r
8de84d42
AB
251\r
252 #\r
253 # Architectural Protocols\r
254 #\r
255 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
256 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
257 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
258 <LibraryClasses>\r
259 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
260 }\r
261!if $(SECURE_BOOT_ENABLE) == TRUE\r
262 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
263 <LibraryClasses>\r
264 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
265 }\r
266 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
267!else\r
268 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
269!endif\r
270 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
271 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
272 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
273 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
7fba5299
AB
274 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
275 <LibraryClasses>\r
276 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
277 }\r
8de84d42
AB
278 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
279\r
280 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
281 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
282 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
283 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
284 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
285\r
286 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
287\r
288 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
289 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
290 <LibraryClasses>\r
291 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
292 }\r
8de84d42 293 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
8de84d42
AB
294 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
295\r
296 #\r
297 # Platform Driver\r
298 #\r
57b6122f 299 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 300 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
0a8bc04e 301 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
8de84d42
AB
302 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
303 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
304 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
0a8bc04e 305 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
8de84d42
AB
306\r
307 #\r
308 # FAT filesystem + GPT/MBR partitioning\r
309 #\r
310 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
311 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
312 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 313 FatPkg/EnhancedFatDxe/Fat.inf\r
8de84d42
AB
314\r
315 #\r
316 # Bds\r
317 #\r
318 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
319 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
320 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 321 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
322 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
323 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
324 MdeModulePkg/Application/UiApp/UiApp.inf {\r
325 <LibraryClasses>\r
326 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
327 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
328 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
329 }\r
8de84d42
AB
330\r
331 #\r
332 # SCSI Bus and Disk Driver\r
333 #\r
334 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
335 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
336\r
337 #\r
338 # SMBIOS Support\r
339 #\r
340 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
341 <LibraryClasses>\r
342 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
343 }\r
344 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
345\r
8de84d42
AB
346 #\r
347 # PCI support\r
348 #\r
53ee81bb
AB
349 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
350 <LibraryClasses>\r
351 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
352 }\r
353 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
354 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
355 <LibraryClasses>\r
356 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
357 }\r
8de84d42 358 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 359 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
8de84d42
AB
360\r
361 #\r
362 # Video support\r
363 #\r
364 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
365 <LibraryClasses>\r
366 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
367 }\r
92f200c2 368 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
8de84d42
AB
369 OvmfPkg/PlatformDxe/Platform.inf\r
370\r
371 #\r
372 # USB Support\r
373 #\r
374 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
375 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
376 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
377 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
378 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
9940a804
AB
379\r
380[Components.AARCH64]\r
381 #\r
382 # ACPI Support\r
383 #\r
9940a804
AB
384 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
385 <LibraryClasses>\r
386 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
387 }\r