]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemu: hook NvVarStoreFormattedLib into VariableRuntimeDxe
[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|NOOPT\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 HTTP_BOOT_ENABLE = FALSE\r
38\r
39!include ArmVirtPkg/ArmVirt.dsc.inc\r
40\r
41[LibraryClasses.common]\r
42 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
43 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
44\r
45 # Virtio Support\r
46 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
47 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
48 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
49 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
50\r
51 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
52\r
53 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
54 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
55\r
56 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
57 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
58 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
59 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
60 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
61 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
62 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
63 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
64 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
65\r
66!if $(HTTP_BOOT_ENABLE) == TRUE\r
67 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
68!endif\r
69\r
70[LibraryClasses.common.PEIM]\r
71 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf\r
72\r
73[LibraryClasses.common.UEFI_DRIVER]\r
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
75\r
76################################################################################\r
77#\r
78# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
79#\r
80################################################################################\r
81\r
82[PcdsFeatureFlag.common]\r
83 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
84 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
85\r
86 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
87 # It could be set FALSE to save size.\r
88 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
89 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
90\r
91[PcdsFixedAtBuild.common]\r
92 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
93!if $(ARCH) == AARCH64\r
94 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
95!endif\r
96\r
97 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
98 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
99 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
100 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
101\r
102 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
103 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
104\r
105 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
106 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
107\r
108 #\r
109 # ARM PrimeCell\r
110 #\r
111\r
112 ## PL011 - Serial Terminal\r
113 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
114\r
115 ## Default Terminal Type\r
116 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
117!if $(TTY_TERMINAL) == TRUE\r
118 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
119!else\r
120 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
121!endif\r
122\r
123 #\r
124 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
125 #\r
126 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
127\r
128!if $(HTTP_BOOT_ENABLE) == TRUE\r
129 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
130!endif\r
131\r
132 # System Memory Base -- fixed at 0x4000_0000\r
133 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
134\r
135 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
136 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
137\r
138 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
139 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
140\r
141 #\r
142 # The maximum physical I/O addressability of the processor, set with\r
143 # BuildCpuHob().\r
144 #\r
145 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
146\r
147[PcdsFixedAtBuild.AARCH64]\r
148 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
149 # support anything bigger, even if the host hardware does\r
150 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
151\r
152 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
153 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
154 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
155 # don't have 32-bit addressable physical RAM), and the additional allocations\r
156 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
157 # point only, for entry point versions >= 3.0.\r
158 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
159\r
160 # ACPI predates the AARCH64 architecture by 5 versions, so\r
161 # we only target OSes that support ACPI v5.0 or later\r
162 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
163\r
164[PcdsDynamicDefault.common]\r
165 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
166\r
167 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
168 # enumeration to complete before installing ACPI tables.\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
170\r
171 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
172 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
173\r
174 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
175 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
176 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
177 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
178\r
179 #\r
180 # ARM General Interrupt Controller\r
181 #\r
182 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
183 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
184 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
185\r
186 ## PL031 RealTimeClock\r
187 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
188\r
189 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
190 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
191 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
192\r
193 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
194\r
195 #\r
196 # Set video resolution for boot options and for text setup.\r
197 # PlatformDxe can set the former at runtime.\r
198 #\r
199 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
200 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
202 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
203\r
204 #\r
205 # SMBIOS entry point version\r
206 #\r
207 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
208 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
209 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
210\r
211[PcdsDynamicHii]\r
212 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS\r
213\r
214################################################################################\r
215#\r
216# Components Section - list of all EDK II Modules needed by this Platform\r
217#\r
218################################################################################\r
219[Components.common]\r
220 #\r
221 # PEI Phase modules\r
222 #\r
223 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
224 MdeModulePkg/Core/Pei/PeiMain.inf\r
225 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
226 <LibraryClasses>\r
227 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
228 }\r
229 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
230 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
231 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
232\r
233 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
234\r
235 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
236 <LibraryClasses>\r
237 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.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
247 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
248 <LibraryClasses>\r
249 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
250 }\r
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 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
261 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
262 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
263 }\r
264!if $(SECURE_BOOT_ENABLE) == TRUE\r
265 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
266 <LibraryClasses>\r
267 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
268 }\r
269 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
270!else\r
271 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
272!endif\r
273 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
274 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
275 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
276 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
277 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
278 <LibraryClasses>\r
279 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
280 }\r
281 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
282\r
283 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
284 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
285 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
286 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
287 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
288\r
289 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
290\r
291 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
292 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
293 <LibraryClasses>\r
294 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
295 }\r
296 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
297 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
298\r
299 #\r
300 # Platform Driver\r
301 #\r
302 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
303 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
304 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
305 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
306 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
307 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
308 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
309\r
310 #\r
311 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
312 #\r
313 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
314 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
315 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
316 FatPkg/EnhancedFatDxe/Fat.inf\r
317 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
318\r
319 #\r
320 # Bds\r
321 #\r
322 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
323 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
324 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
325 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
326 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
327 MdeModulePkg/Logo/LogoDxe.inf\r
328 MdeModulePkg/Application/UiApp/UiApp.inf {\r
329 <LibraryClasses>\r
330 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
331 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
332 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
333 }\r
334\r
335 #\r
336 # Networking stack\r
337 #\r
338 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
339 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
340 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
341 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
342 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
343 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
344 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
345 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
346 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
347 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
348 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
349!if $(HTTP_BOOT_ENABLE) == TRUE\r
350 NetworkPkg/DnsDxe/DnsDxe.inf\r
351 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
352 NetworkPkg/HttpDxe/HttpDxe.inf\r
353 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
354!endif\r
355\r
356 #\r
357 # SCSI Bus and Disk Driver\r
358 #\r
359 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
360 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
361\r
362 #\r
363 # SMBIOS Support\r
364 #\r
365 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
366 <LibraryClasses>\r
367 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
368 }\r
369 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
370\r
371 #\r
372 # PCI support\r
373 #\r
374 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
375 <LibraryClasses>\r
376 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
377 }\r
378 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
379 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
380 <LibraryClasses>\r
381 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
382 }\r
383 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
384 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
385\r
386 #\r
387 # Video support\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 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
401\r
402 #\r
403 # ACPI Support\r
404 #\r
405 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
406[Components.AARCH64]\r
407 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
408 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
409 <LibraryClasses>\r
410 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
411 }\r