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