]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtQemu.dsc
Nt32Pkg: Update DSC/FDF to use NetworkPkg's include fragment file.
[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# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#\r
9\r
10################################################################################\r
11#\r
12# Defines Section - statements that will be processed to create a Makefile.\r
13#\r
14################################################################################\r
15[Defines]\r
16 PLATFORM_NAME = ArmVirtQemu\r
17 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
18 PLATFORM_VERSION = 0.1\r
19 DSC_SPECIFICATION = 0x00010005\r
20 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
23 SKUID_IDENTIFIER = DEFAULT\r
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
25\r
26 #\r
27 # Defines for default states. These can be changed on the command line.\r
28 # -D FLAG=VALUE\r
29 #\r
30 DEFINE TTY_TERMINAL = FALSE\r
31 DEFINE SECURE_BOOT_ENABLE = FALSE\r
32 DEFINE NETWORK_IP6_ENABLE = FALSE\r
33 DEFINE HTTP_BOOT_ENABLE = FALSE\r
34\r
35!include ArmVirtPkg/ArmVirt.dsc.inc\r
36\r
37[LibraryClasses.common]\r
38 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
39 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
40\r
41 # Virtio Support\r
42 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
43 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
44 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
45 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
46\r
47 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
48\r
49 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
50 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
51\r
52 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
53 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
54 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
55 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf\r
56 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
57 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
58 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
59 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
60 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
61 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
62 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
63\r
64[LibraryClasses.common.PEIM]\r
65 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf\r
66\r
67[LibraryClasses.common.DXE_DRIVER]\r
68 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
69\r
70[LibraryClasses.common.UEFI_DRIVER]\r
71 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
72\r
73################################################################################\r
74#\r
75# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
76#\r
77################################################################################\r
78\r
79[PcdsFeatureFlag.common]\r
80 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
81 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
82\r
83 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
84 # It could be set FALSE to save size.\r
85 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
86 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
87\r
88 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
89\r
90[PcdsFixedAtBuild.common]\r
91!if $(ARCH) == AARCH64\r
92 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
93!endif\r
94\r
95 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
96 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
97 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
98 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
99\r
100 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
101 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
102\r
103 #\r
104 # ARM PrimeCell\r
105 #\r
106\r
107 ## PL011 - Serial Terminal\r
108 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
109\r
110 ## Default Terminal Type\r
111 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
112!if $(TTY_TERMINAL) == TRUE\r
113 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
114 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID\r
115 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}\r
116!else\r
117 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
118!endif\r
119\r
120 #\r
121 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
122 #\r
123 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
124\r
125!if $(HTTP_BOOT_ENABLE) == TRUE\r
126 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
127!endif\r
128\r
129 # System Memory Base -- fixed at 0x4000_0000\r
130 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
131\r
132 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
133 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
134\r
135 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
136 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
137\r
138 #\r
139 # The maximum physical I/O addressability of the processor, set with\r
140 # BuildCpuHob().\r
141 #\r
142 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
143\r
144 #\r
145 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)\r
146 #\r
147 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
148\r
149!if $(SECURE_BOOT_ENABLE) == TRUE\r
150 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
151 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
152 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
153 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
154!endif\r
155\r
156 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3\r
157\r
158[PcdsFixedAtBuild.AARCH64]\r
159 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
160 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
161 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
162 # don't have 32-bit addressable physical RAM), and the additional allocations\r
163 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
164 # point only, for entry point versions >= 3.0.\r
165 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
166\r
167 # ACPI predates the AARCH64 architecture by 5 versions, so\r
168 # we only target OSes that support ACPI v5.0 or later\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
170\r
171[PcdsDynamicDefault.common]\r
172 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
173\r
174 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
175 # enumeration to complete before installing ACPI tables.\r
176 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
177\r
178 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
179 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
180\r
181 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
182 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
183 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
184 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
185\r
186 #\r
187 # ARM General Interrupt Controller\r
188 #\r
189 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
190 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
191 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
192\r
193 ## PL031 RealTimeClock\r
194 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
195\r
196 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
197 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
198 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
199\r
200 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
201\r
202 #\r
203 # Set video resolution for boot options and for text setup.\r
204 # PlatformDxe can set the former at runtime.\r
205 #\r
206 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
207 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
208 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
210\r
211 #\r
212 # SMBIOS entry point version\r
213 #\r
214 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
215 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
216 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
217\r
218[PcdsDynamicHii]\r
219 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS\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 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
231 MdeModulePkg/Core/Pei/PeiMain.inf\r
232 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
233 <LibraryClasses>\r
234 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
235 }\r
236 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
237 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
238 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
239\r
240 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
241\r
242 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
243 <LibraryClasses>\r
244 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
245 }\r
246\r
247 #\r
248 # DXE\r
249 #\r
250 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
251 <LibraryClasses>\r
252 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
253 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
254 }\r
255 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
256 <LibraryClasses>\r
257 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
258 }\r
259\r
260 #\r
261 # Architectural Protocols\r
262 #\r
263 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
264 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
265 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
266 <LibraryClasses>\r
267 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
268 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
269 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
270 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
271 }\r
272!if $(SECURE_BOOT_ENABLE) == TRUE\r
273 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
274 <LibraryClasses>\r
275 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
276 }\r
277 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
278 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf\r
279!else\r
280 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
281!endif\r
282 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
283 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
284 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
285 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
286 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
287 <LibraryClasses>\r
288 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
289 }\r
290 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
291\r
292 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
293 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
294 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
295 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
296 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
297\r
298 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
299\r
300 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
301 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
302 <LibraryClasses>\r
303 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
304 }\r
305 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
306 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
307\r
308 #\r
309 # Status Code Routing\r
310 #\r
311 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
312\r
313 #\r
314 # Platform Driver\r
315 #\r
316 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
317 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
318 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
319 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
320 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
321 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
322 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
323\r
324 #\r
325 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
326 #\r
327 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
328 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
329 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
330 FatPkg/EnhancedFatDxe/Fat.inf\r
331 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
332\r
333 #\r
334 # Bds\r
335 #\r
336 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
337 <LibraryClasses>\r
338 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
339 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
340 }\r
341 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
342 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
343 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
344 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
345 MdeModulePkg/Logo/LogoDxe.inf\r
346 MdeModulePkg/Application/UiApp/UiApp.inf {\r
347 <LibraryClasses>\r
348 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
349 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
350 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
351 }\r
352\r
353 #\r
354 # Networking stack\r
355 #\r
356 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
357 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
358 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
359 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
360 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
361 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
362 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
363 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
364 NetworkPkg/TcpDxe/TcpDxe.inf\r
365 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
366 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
367!if $(NETWORK_IP6_ENABLE) == TRUE\r
368 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
369 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
370 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
371 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
372!endif\r
373!if $(HTTP_BOOT_ENABLE) == TRUE\r
374 NetworkPkg/DnsDxe/DnsDxe.inf\r
375 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
376 NetworkPkg/HttpDxe/HttpDxe.inf\r
377 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
378!endif\r
379\r
380 #\r
381 # SCSI Bus and Disk Driver\r
382 #\r
383 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
384 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
385\r
386 #\r
387 # SMBIOS Support\r
388 #\r
389 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
390 <LibraryClasses>\r
391 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
392 }\r
393 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
394\r
395 #\r
396 # PCI support\r
397 #\r
398 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
399 <LibraryClasses>\r
400 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
401 }\r
402 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
403 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
404 <LibraryClasses>\r
405 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
406 }\r
407 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
408 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
409\r
410 #\r
411 # Video support\r
412 #\r
413 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
414 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
415 OvmfPkg/PlatformDxe/Platform.inf\r
416\r
417 #\r
418 # USB Support\r
419 #\r
420 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
421 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
422 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
423 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
424 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
425 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
426\r
427 #\r
428 # ACPI Support\r
429 #\r
430 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
431[Components.AARCH64]\r
432 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
433 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
434 <LibraryClasses>\r
435 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
436 }\r