]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: unify HttpLib resolutions in "ArmVirt.dsc.inc"
[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
80ee06ce 28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
8de84d42
AB
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
b4ec32c2 37 DEFINE HTTP_BOOT_ENABLE = FALSE\r
8de84d42
AB
38\r
39!include ArmVirtPkg/ArmVirt.dsc.inc\r
40\r
8de84d42 41[LibraryClasses.common]\r
550eaa4a 42 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
43 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
44\r
8de84d42
AB
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
837d340e 49 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
8de84d42 50\r
30436034 51 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf\r
8de84d42
AB
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
2c8805bc 57 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 58 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
8de84d42 59 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
c64688f3 60 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
d85c5e31 61 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 62 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 63 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
53ee81bb
AB
64 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
65 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
8de84d42
AB
66\r
67[LibraryClasses.common.UEFI_DRIVER]\r
68 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
69\r
87ee6390
AB
70[BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]\r
71 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE\r
72 # executable we build for the relocatable PrePi. They are not runtime\r
73 # relocatable in ELF.\r
74 *_CLANG35_*_CC_FLAGS = -mno-movt\r
8de84d42
AB
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
8de84d42
AB
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
2d063646
LC
99 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
100 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
8de84d42
AB
101\r
102 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
103 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
104\r
8de84d42
AB
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
8de84d42
AB
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
b4ec32c2
LE
128!if $(HTTP_BOOT_ENABLE) == TRUE\r
129 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
130!endif\r
131\r
8de84d42
AB
132[PcdsPatchableInModule.common]\r
133 #\r
134 # This will be overridden in the code\r
135 #\r
136 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
137 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
138\r
139 #\r
140 # Define a default initial address for the device tree.\r
141 # Ignored if x0 != 0 at entry.\r
142 #\r
143 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
144\r
145 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
146 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
147\r
148[PcdsFixedAtBuild.AARCH64]\r
149\r
150 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 151 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
8de84d42
AB
152\r
153 #\r
154 # The maximum physical I/O addressability of the processor, set with\r
155 # BuildCpuHob().\r
156 #\r
157 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
158\r
8de84d42
AB
159 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
160 # support anything bigger, even if the host hardware does\r
161 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
162\r
163[PcdsDynamicDefault.common]\r
48799ab2
LE
164 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
165\r
8de84d42
AB
166 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
167 # enumeration to complete before installing ACPI tables.\r
168 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
169\r
170 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
171 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
172 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
173 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
174\r
175 #\r
176 # ARM General Interrupt Controller\r
177 #\r
178 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
179 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
180 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
8de84d42
AB
181\r
182 ## PL031 RealTimeClock\r
183 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
184\r
a06d0bb5
AB
185 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
186 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
187 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
8de84d42 188\r
53ee81bb
AB
189 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
190\r
8de84d42
AB
191 #\r
192 # Set video resolution for boot options and for text setup.\r
193 # PlatformDxe can set the former at runtime.\r
194 #\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
196 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
197 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
198 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
199\r
200 #\r
201 # SMBIOS entry point version\r
202 #\r
203 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
204 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
205 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
206\r
207################################################################################\r
208#\r
209# Components Section - list of all EDK II Modules needed by this Platform\r
210#\r
211################################################################################\r
212[Components.common]\r
213 #\r
214 # PEI Phase modules\r
215 #\r
216 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
217 <LibraryClasses>\r
218 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
219 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
220 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
221 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
222 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
223 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
224 }\r
225\r
226 #\r
227 # DXE\r
228 #\r
229 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
230 <LibraryClasses>\r
231 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
f9dff902 232 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
8de84d42 233 }\r
31b3b02a
AB
234 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
235 <LibraryClasses>\r
236 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
237 }\r
8de84d42
AB
238\r
239 #\r
240 # Architectural Protocols\r
241 #\r
242 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
243 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
244 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
245 <LibraryClasses>\r
246 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
bf453d58 247 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
44d71c21
AB
248 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
249 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
8de84d42
AB
250 }\r
251!if $(SECURE_BOOT_ENABLE) == TRUE\r
252 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
253 <LibraryClasses>\r
254 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
255 }\r
256 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
257!else\r
258 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
259!endif\r
260 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
261 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
262 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 263 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
7fba5299
AB
264 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
265 <LibraryClasses>\r
266 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
267 }\r
8de84d42
AB
268 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
269\r
270 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
271 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
272 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
273 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
274 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
275\r
276 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
277\r
278 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
279 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
280 <LibraryClasses>\r
281 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
282 }\r
8de84d42 283 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
8de84d42
AB
284 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
285\r
286 #\r
287 # Platform Driver\r
288 #\r
57b6122f 289 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 290 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
0a8bc04e 291 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
8de84d42
AB
292 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
293 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
294 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
0a8bc04e 295 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
8de84d42
AB
296\r
297 #\r
88fff4f6 298 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
8de84d42
AB
299 #\r
300 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
301 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
302 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 303 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 304 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
8de84d42
AB
305\r
306 #\r
307 # Bds\r
308 #\r
f9dff902
LE
309 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
310 <LibraryClasses>\r
311 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
312 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
313 }\r
8de84d42
AB
314 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
315 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 316 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
317 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
318 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
319 MdeModulePkg/Application/UiApp/UiApp.inf {\r
320 <LibraryClasses>\r
321 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
322 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
323 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
324 }\r
8de84d42 325\r
2f295918
LE
326 #\r
327 # Networking stack\r
328 #\r
329 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
330 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
331 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
332 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
333 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
334 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
335 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
336 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
337 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
338 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
339 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
b4ec32c2
LE
340!if $(HTTP_BOOT_ENABLE) == TRUE\r
341 NetworkPkg/DnsDxe/DnsDxe.inf\r
342 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
343 NetworkPkg/HttpDxe/HttpDxe.inf\r
344 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
345!endif\r
2f295918 346\r
8de84d42
AB
347 #\r
348 # SCSI Bus and Disk Driver\r
349 #\r
350 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
351 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
352\r
353 #\r
354 # SMBIOS Support\r
355 #\r
356 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
357 <LibraryClasses>\r
358 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
359 }\r
360 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
361\r
8de84d42
AB
362 #\r
363 # PCI support\r
364 #\r
53ee81bb
AB
365 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
366 <LibraryClasses>\r
367 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
368 }\r
369 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
370 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
371 <LibraryClasses>\r
372 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
373 }\r
8de84d42 374 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 375 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
8de84d42
AB
376\r
377 #\r
378 # Video support\r
379 #\r
c64688f3 380 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
92f200c2 381 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
8de84d42
AB
382 OvmfPkg/PlatformDxe/Platform.inf\r
383\r
384 #\r
385 # USB Support\r
386 #\r
387 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
388 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
389 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
390 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
391 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 392 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9940a804 393\r
9940a804
AB
394 #\r
395 # ACPI Support\r
396 #\r
3a2c1548 397 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 398[Components.AARCH64]\r
13a50a6f 399 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
9940a804
AB
400 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
401 <LibraryClasses>\r
402 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
403 }\r