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