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