]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: control PXEv4 / PXEv6 boot support from the QEMU command line
[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 5#\r
9792fb0e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8de84d42
AB
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/ArmVirtQemuKernel-$(ARCH)\r
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
80ee06ce 22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
8de84d42
AB
23 SKUID_IDENTIFIER = DEFAULT\r
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.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
81d5daea 30 DEFINE TTY_TERMINAL = FALSE\r
8de84d42 31 DEFINE SECURE_BOOT_ENABLE = FALSE\r
157a3b1a
FS
32\r
33 #\r
34 # Network definition\r
35 #\r
36 DEFINE NETWORK_IP6_ENABLE = FALSE\r
37 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE\r
38 DEFINE NETWORK_SNP_ENABLE = FALSE\r
39 DEFINE NETWORK_TLS_ENABLE = FALSE\r
40 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE\r
41\r
42!if $(NETWORK_SNP_ENABLE) == TRUE\r
43 !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"\r
44!endif\r
45\r
157a3b1a 46!include NetworkPkg/NetworkDefines.dsc.inc\r
8de84d42
AB
47\r
48!include ArmVirtPkg/ArmVirt.dsc.inc\r
49\r
8de84d42 50[LibraryClasses.common]\r
550eaa4a 51 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
52 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
53\r
8de84d42
AB
54 # Virtio Support\r
55 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
56 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
57 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
837d340e 58 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
cdc3fa54 59 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf\r
e569fbd2 60 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf\r
8de84d42 61\r
30436034 62 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf\r
8de84d42
AB
63\r
64 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
65 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
66\r
67 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
2c8805bc 68 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 69 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
1797f32e 70 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf\r
8de84d42 71 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
c64688f3 72 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
d85c5e31 73 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 74 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 75 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
53ee81bb
AB
76 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
77 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
d9cd82e8 78 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
8de84d42 79\r
5c574b22
LE
80[LibraryClasses.common.DXE_DRIVER]\r
81 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
82\r
8de84d42
AB
83[LibraryClasses.common.UEFI_DRIVER]\r
84 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
85\r
e07092ed 86[BuildOptions.common.EDKII.SEC, BuildOptions.common.EDKII.BASE]\r
e07092ed
AB
87 #\r
88 # CLANG38 with LTO support enabled uses the GNU GOLD linker, which insists\r
89 # on emitting GOT based symbol references when running in shared mode, unless\r
90 # we override visibility to 'hidden' in all modules that make up the PrePi\r
91 # build.\r
92 #\r
93 GCC:*_CLANG38_*_CC_FLAGS = -include $(WORKSPACE)/ArmVirtPkg/Include/Platform/Hidden.h\r
8de84d42
AB
94\r
95################################################################################\r
96#\r
97# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
98#\r
99################################################################################\r
100\r
101[PcdsFeatureFlag.common]\r
102 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
103 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
104\r
105 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
106 # It could be set FALSE to save size.\r
107 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
108 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
109\r
c0b612b3
LE
110 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
111\r
8de84d42 112[PcdsFixedAtBuild.common]\r
8de84d42
AB
113!if $(ARCH) == AARCH64\r
114 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
115!endif\r
116\r
8de84d42 117 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
118 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
119 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
ffe048a0
LE
120!if $(NETWORK_TLS_ENABLE) == TRUE\r
121 #\r
122 # The cumulative and individual VOLATILE variable size limits should be set\r
123 # high enough for accommodating several and/or large CA certificates.\r
124 #\r
125 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000\r
126 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000\r
127!endif\r
8de84d42
AB
128\r
129 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
130 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
131\r
8de84d42
AB
132 #\r
133 # ARM PrimeCell\r
134 #\r
135\r
136 ## PL011 - Serial Terminal\r
137 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
138\r
139 ## Default Terminal Type\r
140 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
141!if $(TTY_TERMINAL) == TRUE\r
142 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
81d5daea
LE
143 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID\r
144 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}\r
8de84d42
AB
145!else\r
146 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
147!endif\r
8de84d42
AB
148\r
149 #\r
150 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
151 #\r
152 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
153\r
157a3b1a
FS
154 #\r
155 # Network Pcds\r
156 #\r
157!include NetworkPkg/NetworkPcds.dsc.inc\r
b4ec32c2 158\r
ded3c576
AB
159 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
160 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
161\r
162 #\r
163 # The maximum physical I/O addressability of the processor, set with\r
164 # BuildCpuHob().\r
165 #\r
166 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
167\r
da06a2a2
LE
168!if $(SECURE_BOOT_ENABLE) == TRUE\r
169 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
170 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
171 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
172 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
173!endif\r
174\r
5c574b22
LE
175 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3\r
176\r
8de84d42 177[PcdsPatchableInModule.common]\r
82662a3b
AB
178 # we need to provide a resolution for this PCD that supports PcdSet64()\r
179 # being called from ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.c,\r
180 # even though that call will be compiled out on this platform as it does\r
181 # not (and cannot) support the TPM2 driver stack\r
182 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0\r
183\r
8de84d42
AB
184 #\r
185 # This will be overridden in the code\r
186 #\r
187 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
188 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
189\r
190 #\r
191 # Define a default initial address for the device tree.\r
192 # Ignored if x0 != 0 at entry.\r
193 #\r
194 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
195\r
196 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
197 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
198\r
8de84d42 199[PcdsDynamicDefault.common]\r
48799ab2
LE
200 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
201\r
8de84d42
AB
202 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
203 # enumeration to complete before installing ACPI tables.\r
204 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
205\r
206 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
207 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
208 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
209 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
210\r
211 #\r
212 # ARM General Interrupt Controller\r
213 #\r
214 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
215 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
216 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
8de84d42
AB
217\r
218 ## PL031 RealTimeClock\r
219 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
220\r
a06d0bb5
AB
221 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
222 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
223 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
8de84d42 224\r
53ee81bb
AB
225 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
226\r
8de84d42
AB
227 #\r
228 # Set video resolution for boot options and for text setup.\r
229 # PlatformDxe can set the former at runtime.\r
230 #\r
231 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
232 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
233 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
234 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
235\r
236 #\r
237 # SMBIOS entry point version\r
238 #\r
239 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
240 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
241 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
242\r
cdc3fa54
LE
243 #\r
244 # IPv4 and IPv6 PXE Boot support.\r
245 #\r
246 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01\r
247 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01\r
248\r
8de84d42
AB
249################################################################################\r
250#\r
251# Components Section - list of all EDK II Modules needed by this Platform\r
252#\r
253################################################################################\r
254[Components.common]\r
255 #\r
256 # PEI Phase modules\r
257 #\r
258 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
259 <LibraryClasses>\r
260 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
261 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
262 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
263 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
264 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
265 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
266 }\r
267\r
268 #\r
269 # DXE\r
270 #\r
271 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
272 <LibraryClasses>\r
273 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
f9dff902 274 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
8de84d42 275 }\r
31b3b02a
AB
276 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
277 <LibraryClasses>\r
278 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
279 }\r
8de84d42
AB
280\r
281 #\r
282 # Architectural Protocols\r
283 #\r
284 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
285 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
286 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
287 <LibraryClasses>\r
288 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
bf453d58 289 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
44d71c21
AB
290 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
291 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
8de84d42
AB
292 }\r
293!if $(SECURE_BOOT_ENABLE) == TRUE\r
294 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
295 <LibraryClasses>\r
296 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
297 }\r
298 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
034dec6c 299 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf\r
8de84d42
AB
300!else\r
301 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
302!endif\r
303 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
304 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
305 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 306 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
7fba5299
AB
307 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
308 <LibraryClasses>\r
309 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
310 }\r
8de84d42
AB
311 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
312\r
313 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
314 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
315 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
316 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
317 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
318\r
319 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
320\r
321 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
322 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
323 <LibraryClasses>\r
324 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
325 }\r
8de84d42 326 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
8de84d42
AB
327 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
328\r
5c574b22
LE
329 #\r
330 # Status Code Routing\r
331 #\r
332 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
333\r
8de84d42
AB
334 #\r
335 # Platform Driver\r
336 #\r
57b6122f 337 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 338 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
0a8bc04e 339 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
8de84d42
AB
340 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
341 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
342 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
0a8bc04e 343 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
8de84d42
AB
344\r
345 #\r
88fff4f6 346 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
8de84d42
AB
347 #\r
348 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
349 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
350 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 351 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 352 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
8de84d42
AB
353\r
354 #\r
355 # Bds\r
356 #\r
f9dff902
LE
357 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
358 <LibraryClasses>\r
359 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
360 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
361 }\r
8de84d42
AB
362 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
363 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 364 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
365 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
366 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
367 MdeModulePkg/Application/UiApp/UiApp.inf {\r
368 <LibraryClasses>\r
369 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
370 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
371 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
372 }\r
e569fbd2 373 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf\r
8de84d42 374\r
2f295918
LE
375 #\r
376 # Networking stack\r
377 #\r
157a3b1a 378!include NetworkPkg/NetworkComponents.dsc.inc\r
cdc3fa54
LE
379\r
380 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {\r
381 <LibraryClasses>\r
382 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf\r
383 }\r
384\r
ffe048a0
LE
385!if $(NETWORK_TLS_ENABLE) == TRUE\r
386 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {\r
387 <LibraryClasses>\r
388 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf\r
389 }\r
390!endif\r
2f295918 391\r
8de84d42
AB
392 #\r
393 # SCSI Bus and Disk Driver\r
394 #\r
395 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
396 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
397\r
a5d8a399
LD
398 #\r
399 # NVME Driver\r
400 #\r
401 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf\r
402\r
8de84d42
AB
403 #\r
404 # SMBIOS Support\r
405 #\r
406 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
407 <LibraryClasses>\r
408 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
409 }\r
410 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
411\r
8de84d42
AB
412 #\r
413 # PCI support\r
414 #\r
53ee81bb
AB
415 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
416 <LibraryClasses>\r
417 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
418 }\r
419 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
420 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
421 <LibraryClasses>\r
422 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
423 }\r
8de84d42 424 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 425 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
8de84d42
AB
426\r
427 #\r
428 # Video support\r
429 #\r
c64688f3 430 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
92f200c2 431 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
8de84d42
AB
432 OvmfPkg/PlatformDxe/Platform.inf\r
433\r
434 #\r
435 # USB Support\r
436 #\r
437 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
438 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
439 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
440 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
441 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 442 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9940a804 443\r
9940a804
AB
444 #\r
445 # ACPI Support\r
446 #\r
3a2c1548 447 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 448[Components.AARCH64]\r
13a50a6f 449 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
9940a804
AB
450 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
451 <LibraryClasses>\r
452 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
453 }\r