]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
8950116dacab4a8a9acfb736a53b7998d4078901
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 PLATFORM_NAME = ArmVirtQemu
17 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
18 PLATFORM_VERSION = 0.1
19 DSC_SPECIFICATION = 0x00010005
20 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
23 SKUID_IDENTIFIER = DEFAULT
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf
25
26 #
27 # Defines for default states. These can be changed on the command line.
28 # -D FLAG=VALUE
29 #
30 DEFINE TTY_TERMINAL = FALSE
31 DEFINE SECURE_BOOT_ENABLE = FALSE
32 DEFINE TPM2_ENABLE = FALSE
33
34 #
35 # Network definition
36 #
37 DEFINE NETWORK_IP6_ENABLE = FALSE
38 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
39 DEFINE NETWORK_SNP_ENABLE = FALSE
40 DEFINE NETWORK_TLS_ENABLE = FALSE
41 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
42
43 !if $(NETWORK_SNP_ENABLE) == TRUE
44 !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"
45 !endif
46
47 !include NetworkPkg/NetworkDefines.dsc.inc
48
49 !include ArmVirtPkg/ArmVirt.dsc.inc
50
51 [LibraryClasses.common]
52 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
53 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
54
55 # Virtio Support
56 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
57 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
58 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
59 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
60
61 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
62
63 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
64 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
65
66 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
67 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
68 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
69 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
70 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
71 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
72 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
73 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
74 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
75 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
76 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
77
78 !if $(TPM2_ENABLE) == TRUE
79 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
80 !endif
81
82 [LibraryClasses.common.PEIM]
83 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
84
85 !if $(TPM2_ENABLE) == TRUE
86 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
87 ResetSystemLib|MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
88 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
89 !endif
90
91 [LibraryClasses.common.DXE_DRIVER]
92 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
93
94 [LibraryClasses.common.UEFI_DRIVER]
95 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
96
97 ################################################################################
98 #
99 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
100 #
101 ################################################################################
102
103 [PcdsFeatureFlag.common]
104 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
105 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
106
107 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
108 # It could be set FALSE to save size.
109 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
110 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
111
112 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
113
114 gArmVirtTokenSpaceGuid.PcdTpm2SupportEnabled|$(TPM2_ENABLE)
115
116 [PcdsFixedAtBuild.common]
117 !if $(ARCH) == AARCH64
118 gArmTokenSpaceGuid.PcdVFPEnabled|1
119 !endif
120
121 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
122 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
123 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
124 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
125 !if $(NETWORK_TLS_ENABLE) == TRUE
126 #
127 # The cumulative and individual VOLATILE variable size limits should be set
128 # high enough for accommodating several and/or large CA certificates.
129 #
130 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
131 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
132 !endif
133
134 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
135 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
136
137 #
138 # ARM PrimeCell
139 #
140
141 ## PL011 - Serial Terminal
142 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
143
144 ## Default Terminal Type
145 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
146 !if $(TTY_TERMINAL) == TRUE
147 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
148 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
149 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
150 !else
151 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
152 !endif
153
154 #
155 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
156 #
157 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
158
159 #
160 # Network Pcds
161 #
162 !include NetworkPkg/NetworkPcds.dsc.inc
163
164 # System Memory Base -- fixed at 0x4000_0000
165 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
166
167 # initial location of the device tree blob passed by QEMU -- base of DRAM
168 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
169
170 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
171 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
172
173 #
174 # The maximum physical I/O addressability of the processor, set with
175 # BuildCpuHob().
176 #
177 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
178
179 #
180 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
181 #
182 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
183
184 !if $(SECURE_BOOT_ENABLE) == TRUE
185 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
186 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
187 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
188 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
189 !endif
190
191 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
192
193 [PcdsFixedAtBuild.AARCH64]
194 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
195 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
196 # presence of the 32-bit entry point anyway (because many AARCH64 systems
197 # don't have 32-bit addressable physical RAM), and the additional allocations
198 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
199 # point only, for entry point versions >= 3.0.
200 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
201
202 # ACPI predates the AARCH64 architecture by 5 versions, so
203 # we only target OSes that support ACPI v5.0 or later
204 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
205
206 [PcdsDynamicDefault.common]
207 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
208
209 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
210 # enumeration to complete before installing ACPI tables.
211 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
212
213 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
214 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
215
216 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
217 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
218 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
219 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
220
221 #
222 # ARM General Interrupt Controller
223 #
224 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
225 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
226 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
227
228 ## PL031 RealTimeClock
229 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
230
231 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
232 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
233 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
234
235 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
236
237 #
238 # Set video resolution for boot options and for text setup.
239 # PlatformDxe can set the former at runtime.
240 #
241 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
242 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
243 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
244 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
245
246 #
247 # SMBIOS entry point version
248 #
249 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
250 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
251 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
252
253 #
254 # TPM2 support
255 #
256 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0
257 !if $(TPM2_ENABLE) == TRUE
258 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
259 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0
260 !endif
261
262 [PcdsDynamicHii]
263 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
264
265 ################################################################################
266 #
267 # Components Section - list of all EDK II Modules needed by this Platform
268 #
269 ################################################################################
270 [Components.common]
271 #
272 # PEI Phase modules
273 #
274 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
275 MdeModulePkg/Core/Pei/PeiMain.inf
276 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
277 <LibraryClasses>
278 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
279 }
280 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
281 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
282 ArmPkg/Drivers/CpuPei/CpuPei.inf
283
284 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
285
286 !if $(TPM2_ENABLE) == TRUE
287 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {
288 <LibraryClasses>
289 ResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemPeiLib/ArmVirtPsciResetSystemPeiLib.inf
290 }
291 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
292 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
293 <LibraryClasses>
294 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
295 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
296 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
297 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
298 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
299 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
300 }
301 !endif
302
303 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
304 <LibraryClasses>
305 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
306 }
307
308 #
309 # DXE
310 #
311 MdeModulePkg/Core/Dxe/DxeMain.inf {
312 <LibraryClasses>
313 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
314 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
315 }
316 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
317 <LibraryClasses>
318 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
319 }
320
321 #
322 # Architectural Protocols
323 #
324 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
325 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
326 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
327 <LibraryClasses>
328 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
329 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
330 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
331 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
332 }
333 !if $(SECURE_BOOT_ENABLE) == TRUE
334 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
335 <LibraryClasses>
336 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
337 }
338 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
339 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
340 !else
341 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
342 !endif
343 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
344 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
345 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
346 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
347 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
348 <LibraryClasses>
349 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
350 }
351 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
352
353 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
354 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
355 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
356 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
357 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
358
359 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
360
361 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
362 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
363 <LibraryClasses>
364 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
365 }
366 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
367 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
368
369 #
370 # Status Code Routing
371 #
372 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
373
374 #
375 # Platform Driver
376 #
377 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
378 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
379 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
380 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
381 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
382 OvmfPkg/VirtioNetDxe/VirtioNet.inf
383 OvmfPkg/VirtioRngDxe/VirtioRng.inf
384
385 #
386 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
387 #
388 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
389 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
390 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
391 FatPkg/EnhancedFatDxe/Fat.inf
392 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
393
394 #
395 # Bds
396 #
397 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
398 <LibraryClasses>
399 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
400 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
401 }
402 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
403 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
404 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
405 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
406 MdeModulePkg/Logo/LogoDxe.inf
407 MdeModulePkg/Application/UiApp/UiApp.inf {
408 <LibraryClasses>
409 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
410 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
411 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
412 }
413
414 #
415 # Networking stack
416 #
417 !include NetworkPkg/NetworkComponents.dsc.inc
418 !if $(NETWORK_TLS_ENABLE) == TRUE
419 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
420 <LibraryClasses>
421 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
422 }
423 !endif
424
425 #
426 # SCSI Bus and Disk Driver
427 #
428 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
429 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
430
431 #
432 # SMBIOS Support
433 #
434 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
435 <LibraryClasses>
436 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
437 }
438 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
439
440 #
441 # PCI support
442 #
443 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
444 <LibraryClasses>
445 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
446 }
447 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
448 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
449 <LibraryClasses>
450 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
451 }
452 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
453 OvmfPkg/Virtio10Dxe/Virtio10.inf
454
455 #
456 # Video support
457 #
458 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
459 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
460 OvmfPkg/PlatformDxe/Platform.inf
461
462 #
463 # USB Support
464 #
465 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
466 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
467 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
468 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
469 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
470 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
471
472 #
473 # ACPI Support
474 #
475 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
476 [Components.AARCH64]
477 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
478 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
479 <LibraryClasses>
480 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
481 }