]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
CommitLineData
6f5872b1 1#\r
7fbd1eb2 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
6f5872b1 3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
2ff39d58 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
6f5872b1
MC
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
7fbd1eb2 22 PLATFORM_NAME = ArmVirtQemu\r
6f5872b1
MC
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
7fbd1eb2 26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
6f5872b1
MC
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
7fbd1eb2 30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
6f5872b1 31\r
80f882ab
AB
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
7fbd1eb2 38!include ArmVirtPkg/ArmVirt.dsc.inc\r
6f5872b1
MC
39\r
40[LibraryClasses.AARCH64]\r
6f5872b1
MC
41 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
42\r
43[LibraryClasses.ARM]\r
6f5872b1
MC
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
6f5872b1
MC
50 # Virtio Support\r
51 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
52 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
7fbd1eb2 53 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
6f5872b1 54\r
7fbd1eb2 55 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r
6f5872b1
MC
56 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
57\r
58 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
7fbd1eb2 59 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
6f5872b1 60\r
43ac100e 61 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
2c8805bc 62 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 63 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
43ac100e 64 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
47e4bf71 65 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.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
43ac100e 71\r
6f5872b1
MC
72[LibraryClasses.common.UEFI_DRIVER]\r
73 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
74\r
6f5872b1 75[BuildOptions]\r
7fbd1eb2
OM
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
6f5872b1
MC
79\r
80\r
81################################################################################\r
82#\r
83# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
84#\r
85################################################################################\r
86\r
87[PcdsFeatureFlag.common]\r
10233c9e 88 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
274b4a8d
LE
89 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
90\r
6f5872b1
MC
91 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
92 # It could be set FALSE to save size.\r
d01c77bb
LE
93 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
6f5872b1
MC
95\r
96[PcdsFixedAtBuild.common]\r
6f5872b1
MC
97 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
98!if $(ARCH) == AARCH64\r
99 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
100!endif\r
101\r
102 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
103 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
104 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
105 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
6f5872b1
MC
106\r
107 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
108 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
109\r
6f5872b1
MC
110 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
111 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
112\r
113 #\r
114 # ARM PrimeCell\r
115 #\r
116\r
117 ## PL011 - Serial Terminal\r
118 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
119\r
1c51e601 120 ## Default Terminal Type\r
a5955fa3 121 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
1c51e601 122!if $(TTY_TERMINAL) == TRUE\r
a5955fa3 123 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
aa754e83 124!else\r
a5955fa3 125 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
aa754e83 126!endif\r
6f5872b1
MC
127\r
128 #\r
ab879e4c 129 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
6f5872b1 130 #\r
ab879e4c 131 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
6f5872b1 132\r
6f5872b1
MC
133 # System Memory Base -- fixed at 0x4000_0000\r
134 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
135\r
136 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
7fbd1eb2 137 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
6f5872b1 138\r
43ac100e 139 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 140 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
b49ed62d 141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
43ac100e 142\r
1ff2b5a8
LE
143 #\r
144 # The maximum physical I/O addressability of the processor, set with\r
145 # BuildCpuHob().\r
146 #\r
147 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
148\r
64df44b7 149[PcdsFixedAtBuild.AARCH64]\r
7416fd46
AB
150 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
151 # support anything bigger, even if the host hardware does\r
152 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
153\r
ca6d61b2
AB
154 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
155 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
156 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
157 # don't have 32-bit addressable physical RAM), and the additional allocations\r
158 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
159 # point only, for entry point versions >= 3.0.\r
160 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
161\r
e0692789
AB
162 # ACPI predates the AARCH64 architecture by 5 versions, so\r
163 # we only target OSes that support ACPI v5.0 or later\r
164 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
165\r
65bb13b0 166[PcdsDynamicDefault.common]\r
48799ab2
LE
167 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
168\r
2c3ce491
JJ
169 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
170 # enumeration to complete before installing ACPI tables.\r
171 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
172\r
6f5872b1
MC
173 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
174 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
175\r
6f5872b1
MC
176 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
177 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
178 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
179 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
180\r
181 #\r
182 # ARM General Interrupt Controller\r
183 #\r
184 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
7b70dabb 185 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
6f5872b1
MC
186 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
187\r
188 ## PL031 RealTimeClock\r
189 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
190\r
a06d0bb5
AB
191 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
192 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
193 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
65bb13b0 194\r
53ee81bb
AB
195 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
196\r
d01c77bb
LE
197 #\r
198 # Set video resolution for boot options and for text setup.\r
199 # PlatformDxe can set the former at runtime.\r
200 #\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
202 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
66b43839
RN
203 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
204 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
d01c77bb 205\r
c98da334
LE
206 #\r
207 # SMBIOS entry point version\r
208 #\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
9b1c5be0 210 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
f52af489 211 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
c98da334 212\r
6f5872b1
MC
213################################################################################\r
214#\r
215# Components Section - list of all EDK II Modules needed by this Platform\r
216#\r
217################################################################################\r
218[Components.common]\r
219 #\r
220 # PEI Phase modules\r
221 #\r
94904a84 222 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
6f5872b1 223 MdeModulePkg/Core/Pei/PeiMain.inf\r
874399d4
AB
224 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
225 <LibraryClasses>\r
226 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
227 }\r
6f5872b1
MC
228 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
229 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
230 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
231\r
232 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
80f882ab 233\r
6f5872b1
MC
234 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
235 <LibraryClasses>\r
9435a57e 236 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
6f5872b1
MC
237 }\r
238\r
239 #\r
240 # DXE\r
241 #\r
242 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
243 <LibraryClasses>\r
244 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
245 }\r
31b3b02a
AB
246 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
247 <LibraryClasses>\r
248 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
249 }\r
6f5872b1
MC
250\r
251 #\r
252 # Architectural Protocols\r
253 #\r
254 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
255 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
7a9f5b20
SZ
256 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
257 <LibraryClasses>\r
258 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
259 }\r
80f882ab
AB
260!if $(SECURE_BOOT_ENABLE) == TRUE\r
261 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
262 <LibraryClasses>\r
263 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
264 }\r
80f882ab
AB
265 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
266!else\r
6f5872b1 267 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
80f882ab
AB
268!endif\r
269 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
6f5872b1
MC
270 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
271 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
272 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
7fba5299
AB
273 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
274 <LibraryClasses>\r
275 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
276 }\r
6f5872b1
MC
277 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
278\r
279 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
280 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
281 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
282 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
ad7f6bc2 283 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
6f5872b1
MC
284\r
285 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
286\r
287 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
288 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
289 <LibraryClasses>\r
290 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
291 }\r
80f882ab 292 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
6f5872b1
MC
293 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
294\r
295 #\r
296 # Platform Driver\r
297 #\r
57b6122f 298 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 299 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
68312710 300 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
6f5872b1
MC
301 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
302 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
303 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
e881ab44 304 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
6f5872b1
MC
305\r
306 #\r
307 # FAT filesystem + GPT/MBR partitioning\r
308 #\r
309 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
310 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
311 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 312 FatPkg/EnhancedFatDxe/Fat.inf\r
6f5872b1
MC
313\r
314 #\r
315 # Bds\r
316 #\r
317 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
43ac100e
OM
318 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
319 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 320 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
321 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
322 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
323 MdeModulePkg/Application/UiApp/UiApp.inf {\r
324 <LibraryClasses>\r
325 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
326 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
327 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
328 }\r
6f5872b1
MC
329\r
330 #\r
331 # SCSI Bus and Disk Driver\r
332 #\r
333 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
334 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
1c5adbef 335\r
ceb05740
LE
336 #\r
337 # SMBIOS Support\r
338 #\r
34eeb676
LE
339 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
340 <LibraryClasses>\r
341 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
342 }\r
ceb05740
LE
343 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
344\r
10233c9e
LE
345 #\r
346 # PCI support\r
347 #\r
53ee81bb
AB
348 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
349 <LibraryClasses>\r
350 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
351 }\r
352 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
353 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
354 <LibraryClasses>\r
355 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
356 }\r
10233c9e 357 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 358 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
d01c77bb
LE
359\r
360 #\r
361 # Video support\r
362 #\r
ac9f5a29 363 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf\r
92f200c2 364 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
d01c77bb 365 OvmfPkg/PlatformDxe/Platform.inf\r
e17b1db5
LE
366\r
367 #\r
368 # USB Support\r
369 #\r
370 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
371 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
eee32602 372 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
e17b1db5
LE
373 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
374 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
9038538b 375\r
8e2efec6
AB
376[Components.AARCH64]\r
377 #\r
378 # ACPI Support\r
379 #\r
13a50a6f 380 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
ffea0a2c
AB
381 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
382 <LibraryClasses>\r
383 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
384 }\r