]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: remove ArmPlatformSysConfigLib dependency
[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
b4ec32c2 37 DEFINE HTTP_BOOT_ENABLE = FALSE\r
80f882ab 38\r
7fbd1eb2 39!include ArmVirtPkg/ArmVirt.dsc.inc\r
6f5872b1 40\r
6f5872b1 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
6f5872b1
MC
45 # Virtio Support\r
46 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
47 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
7fbd1eb2 48 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
837d340e 49 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
6f5872b1 50\r
7fbd1eb2 51 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r
6f5872b1
MC
52\r
53 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
7fbd1eb2 54 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
6f5872b1 55\r
43ac100e 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
43ac100e 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
43ac100e 65\r
b4ec32c2
LE
66!if $(HTTP_BOOT_ENABLE) == TRUE\r
67 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
68!endif\r
69\r
6f5872b1
MC
70[LibraryClasses.common.UEFI_DRIVER]\r
71 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
72\r
6f5872b1
MC
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
10233c9e 80 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
274b4a8d
LE
81 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
82\r
6f5872b1
MC
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
d01c77bb
LE
85 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
86 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
6f5872b1
MC
87\r
88[PcdsFixedAtBuild.common]\r
6f5872b1
MC
89 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
90!if $(ARCH) == AARCH64\r
91 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
92!endif\r
93\r
94 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
95 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
96 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
97 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
6f5872b1
MC
98\r
99 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
100 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
101\r
6f5872b1
MC
102 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
103 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
104\r
105 #\r
106 # ARM PrimeCell\r
107 #\r
108\r
109 ## PL011 - Serial Terminal\r
110 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
111\r
1c51e601 112 ## Default Terminal Type\r
a5955fa3 113 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
1c51e601 114!if $(TTY_TERMINAL) == TRUE\r
a5955fa3 115 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
aa754e83 116!else\r
a5955fa3 117 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
aa754e83 118!endif\r
6f5872b1
MC
119\r
120 #\r
ab879e4c 121 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
6f5872b1 122 #\r
ab879e4c 123 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
6f5872b1 124\r
b4ec32c2
LE
125!if $(HTTP_BOOT_ENABLE) == TRUE\r
126 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
127!endif\r
128\r
6f5872b1
MC
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
7fbd1eb2 133 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
6f5872b1 134\r
43ac100e 135 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 136 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
43ac100e 137\r
1ff2b5a8
LE
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
64df44b7 144[PcdsFixedAtBuild.AARCH64]\r
7416fd46
AB
145 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
146 # support anything bigger, even if the host hardware does\r
147 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
148\r
ca6d61b2
AB
149 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
150 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
151 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
152 # don't have 32-bit addressable physical RAM), and the additional allocations\r
153 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
154 # point only, for entry point versions >= 3.0.\r
155 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
156\r
e0692789
AB
157 # ACPI predates the AARCH64 architecture by 5 versions, so\r
158 # we only target OSes that support ACPI v5.0 or later\r
159 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
160\r
65bb13b0 161[PcdsDynamicDefault.common]\r
48799ab2
LE
162 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
163\r
2c3ce491
JJ
164 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
165 # enumeration to complete before installing ACPI tables.\r
166 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
167\r
6f5872b1
MC
168 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
169 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
170\r
6f5872b1
MC
171 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
172 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
173 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
174 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
175\r
176 #\r
177 # ARM General Interrupt Controller\r
178 #\r
179 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
7b70dabb 180 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
6f5872b1
MC
181 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
182\r
183 ## PL031 RealTimeClock\r
184 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
185\r
a06d0bb5
AB
186 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
187 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
188 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
65bb13b0 189\r
53ee81bb
AB
190 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
191\r
d01c77bb
LE
192 #\r
193 # Set video resolution for boot options and for text setup.\r
194 # PlatformDxe can set the former at runtime.\r
195 #\r
196 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
197 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
66b43839
RN
198 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
199 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
d01c77bb 200\r
c98da334
LE
201 #\r
202 # SMBIOS entry point version\r
203 #\r
204 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
9b1c5be0 205 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
f52af489 206 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
c98da334 207\r
7e5f1b67
AB
208[PcdsDynamicHii]\r
209 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS\r
210\r
6f5872b1
MC
211################################################################################\r
212#\r
213# Components Section - list of all EDK II Modules needed by this Platform\r
214#\r
215################################################################################\r
216[Components.common]\r
217 #\r
218 # PEI Phase modules\r
219 #\r
94904a84 220 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
6f5872b1 221 MdeModulePkg/Core/Pei/PeiMain.inf\r
874399d4
AB
222 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
223 <LibraryClasses>\r
224 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
225 }\r
6f5872b1
MC
226 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
227 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
228 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
229\r
230 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
80f882ab 231\r
6f5872b1
MC
232 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
233 <LibraryClasses>\r
9435a57e 234 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
6f5872b1
MC
235 }\r
236\r
237 #\r
238 # DXE\r
239 #\r
240 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
241 <LibraryClasses>\r
242 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
243 }\r
31b3b02a
AB
244 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
245 <LibraryClasses>\r
246 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
247 }\r
6f5872b1
MC
248\r
249 #\r
250 # Architectural Protocols\r
251 #\r
252 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
253 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
7a9f5b20
SZ
254 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
255 <LibraryClasses>\r
256 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
44d71c21
AB
257 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
258 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
7a9f5b20 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
7b1dc6c5 272 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.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
88fff4f6 307 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
6f5872b1
MC
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
88fff4f6 313 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
6f5872b1
MC
314\r
315 #\r
316 # Bds\r
317 #\r
318 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
43ac100e
OM
319 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
320 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 321 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
322 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
323 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
324 MdeModulePkg/Application/UiApp/UiApp.inf {\r
325 <LibraryClasses>\r
326 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
327 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
328 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
329 }\r
6f5872b1 330\r
2f295918
LE
331 #\r
332 # Networking stack\r
333 #\r
334 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
335 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
336 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
337 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
338 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
339 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
340 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
341 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
342 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
343 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
344 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
b4ec32c2
LE
345!if $(HTTP_BOOT_ENABLE) == TRUE\r
346 NetworkPkg/DnsDxe/DnsDxe.inf\r
347 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
348 NetworkPkg/HttpDxe/HttpDxe.inf\r
349 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
350!endif\r
2f295918 351\r
6f5872b1
MC
352 #\r
353 # SCSI Bus and Disk Driver\r
354 #\r
355 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
356 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
1c5adbef 357\r
ceb05740
LE
358 #\r
359 # SMBIOS Support\r
360 #\r
34eeb676
LE
361 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
362 <LibraryClasses>\r
363 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
364 }\r
ceb05740
LE
365 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
366\r
10233c9e
LE
367 #\r
368 # PCI support\r
369 #\r
53ee81bb
AB
370 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
371 <LibraryClasses>\r
372 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
373 }\r
374 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
375 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
376 <LibraryClasses>\r
377 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
378 }\r
10233c9e 379 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 380 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
d01c77bb
LE
381\r
382 #\r
383 # Video support\r
384 #\r
92f200c2 385 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
d01c77bb 386 OvmfPkg/PlatformDxe/Platform.inf\r
e17b1db5
LE
387\r
388 #\r
389 # USB Support\r
390 #\r
391 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
392 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
eee32602 393 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
e17b1db5
LE
394 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
395 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 396 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9038538b 397\r
8e2efec6
AB
398 #\r
399 # ACPI Support\r
400 #\r
3a2c1548 401 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 402[Components.AARCH64]\r
13a50a6f 403 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
ffea0a2c
AB
404 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
405 <LibraryClasses>\r
406 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
407 }\r