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