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