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