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