]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: create QemuVirtMemInfoLib version for ArmVirtQemu
[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
04865126
AB
70[LibraryClasses.common.PEIM]\r
71 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf\r
72\r
6f5872b1
MC
73[LibraryClasses.common.UEFI_DRIVER]\r
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
75\r
6f5872b1
MC
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
10233c9e 83 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
274b4a8d
LE
84 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
85\r
6f5872b1
MC
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
d01c77bb
LE
88 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
89 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
6f5872b1
MC
90\r
91[PcdsFixedAtBuild.common]\r
6f5872b1
MC
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
6f5872b1
MC
101\r
102 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
103 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
104\r
6f5872b1
MC
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
1c51e601 115 ## Default Terminal Type\r
a5955fa3 116 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
1c51e601 117!if $(TTY_TERMINAL) == TRUE\r
a5955fa3 118 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
aa754e83 119!else\r
a5955fa3 120 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
aa754e83 121!endif\r
6f5872b1
MC
122\r
123 #\r
ab879e4c 124 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
6f5872b1 125 #\r
ab879e4c 126 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
6f5872b1 127\r
b4ec32c2
LE
128!if $(HTTP_BOOT_ENABLE) == TRUE\r
129 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
130!endif\r
131\r
6f5872b1
MC
132 # System Memory Base -- fixed at 0x4000_0000\r
133 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
134\r
135 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
7fbd1eb2 136 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
6f5872b1 137\r
43ac100e 138 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 139 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
43ac100e 140\r
1ff2b5a8
LE
141 #\r
142 # The maximum physical I/O addressability of the processor, set with\r
143 # BuildCpuHob().\r
144 #\r
145 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
146\r
64df44b7 147[PcdsFixedAtBuild.AARCH64]\r
7416fd46
AB
148 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
149 # support anything bigger, even if the host hardware does\r
150 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
151\r
ca6d61b2
AB
152 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
153 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
154 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
155 # don't have 32-bit addressable physical RAM), and the additional allocations\r
156 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
157 # point only, for entry point versions >= 3.0.\r
158 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
159\r
e0692789
AB
160 # ACPI predates the AARCH64 architecture by 5 versions, so\r
161 # we only target OSes that support ACPI v5.0 or later\r
162 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
163\r
65bb13b0 164[PcdsDynamicDefault.common]\r
48799ab2
LE
165 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
166\r
2c3ce491
JJ
167 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
168 # enumeration to complete before installing ACPI tables.\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
170\r
6f5872b1
MC
171 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
172 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
173\r
6f5872b1
MC
174 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
175 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
176 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
177 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
178\r
179 #\r
180 # ARM General Interrupt Controller\r
181 #\r
182 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
7b70dabb 183 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
6f5872b1
MC
184 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
185\r
186 ## PL031 RealTimeClock\r
187 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
188\r
a06d0bb5
AB
189 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
190 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
191 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
65bb13b0 192\r
53ee81bb
AB
193 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
194\r
d01c77bb
LE
195 #\r
196 # Set video resolution for boot options and for text setup.\r
197 # PlatformDxe can set the former at runtime.\r
198 #\r
199 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
200 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
66b43839
RN
201 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
202 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
d01c77bb 203\r
c98da334
LE
204 #\r
205 # SMBIOS entry point version\r
206 #\r
207 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
9b1c5be0 208 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
f52af489 209 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
c98da334 210\r
7e5f1b67
AB
211[PcdsDynamicHii]\r
212 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS\r
213\r
6f5872b1
MC
214################################################################################\r
215#\r
216# Components Section - list of all EDK II Modules needed by this Platform\r
217#\r
218################################################################################\r
219[Components.common]\r
220 #\r
221 # PEI Phase modules\r
222 #\r
94904a84 223 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
6f5872b1 224 MdeModulePkg/Core/Pei/PeiMain.inf\r
874399d4
AB
225 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
226 <LibraryClasses>\r
227 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
228 }\r
6f5872b1
MC
229 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
230 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
231 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
232\r
233 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
80f882ab 234\r
6f5872b1
MC
235 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
236 <LibraryClasses>\r
9435a57e 237 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
6f5872b1
MC
238 }\r
239\r
240 #\r
241 # DXE\r
242 #\r
243 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
244 <LibraryClasses>\r
245 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
246 }\r
31b3b02a
AB
247 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
248 <LibraryClasses>\r
249 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
250 }\r
6f5872b1
MC
251\r
252 #\r
253 # Architectural Protocols\r
254 #\r
255 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
256 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
7a9f5b20
SZ
257 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
258 <LibraryClasses>\r
259 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
44d71c21
AB
260 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
261 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
7a9f5b20 262 }\r
80f882ab
AB
263!if $(SECURE_BOOT_ENABLE) == TRUE\r
264 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
265 <LibraryClasses>\r
266 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
267 }\r
80f882ab
AB
268 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
269!else\r
6f5872b1 270 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
80f882ab
AB
271!endif\r
272 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
6f5872b1
MC
273 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
274 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 275 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
7fba5299
AB
276 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
277 <LibraryClasses>\r
278 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
279 }\r
6f5872b1
MC
280 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
281\r
282 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
283 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
284 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
285 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
ad7f6bc2 286 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
6f5872b1
MC
287\r
288 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
289\r
290 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
291 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
292 <LibraryClasses>\r
293 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
294 }\r
80f882ab 295 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
6f5872b1
MC
296 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
297\r
298 #\r
299 # Platform Driver\r
300 #\r
57b6122f 301 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 302 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
68312710 303 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
6f5872b1
MC
304 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
305 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
306 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
e881ab44 307 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
6f5872b1
MC
308\r
309 #\r
88fff4f6 310 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
6f5872b1
MC
311 #\r
312 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
313 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
314 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 315 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 316 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
6f5872b1
MC
317\r
318 #\r
319 # Bds\r
320 #\r
321 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
43ac100e
OM
322 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
323 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 324 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
325 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
326 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
327 MdeModulePkg/Application/UiApp/UiApp.inf {\r
328 <LibraryClasses>\r
329 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
330 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
331 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
332 }\r
6f5872b1 333\r
2f295918
LE
334 #\r
335 # Networking stack\r
336 #\r
337 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
338 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
339 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
340 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
341 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
342 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
343 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
344 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
345 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
346 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
347 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
b4ec32c2
LE
348!if $(HTTP_BOOT_ENABLE) == TRUE\r
349 NetworkPkg/DnsDxe/DnsDxe.inf\r
350 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
351 NetworkPkg/HttpDxe/HttpDxe.inf\r
352 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
353!endif\r
2f295918 354\r
6f5872b1
MC
355 #\r
356 # SCSI Bus and Disk Driver\r
357 #\r
358 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
359 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
1c5adbef 360\r
ceb05740
LE
361 #\r
362 # SMBIOS Support\r
363 #\r
34eeb676
LE
364 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
365 <LibraryClasses>\r
366 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
367 }\r
ceb05740
LE
368 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
369\r
10233c9e
LE
370 #\r
371 # PCI support\r
372 #\r
53ee81bb
AB
373 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
374 <LibraryClasses>\r
375 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
376 }\r
377 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
378 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
379 <LibraryClasses>\r
380 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
381 }\r
10233c9e 382 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 383 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
d01c77bb
LE
384\r
385 #\r
386 # Video support\r
387 #\r
92f200c2 388 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
d01c77bb 389 OvmfPkg/PlatformDxe/Platform.inf\r
e17b1db5
LE
390\r
391 #\r
392 # USB Support\r
393 #\r
394 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
395 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
eee32602 396 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
e17b1db5
LE
397 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
398 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 399 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9038538b 400\r
8e2efec6
AB
401 #\r
402 # ACPI Support\r
403 #\r
3a2c1548 404 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 405[Components.AARCH64]\r
13a50a6f 406 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
ffea0a2c
AB
407 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
408 <LibraryClasses>\r
409 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
410 }\r