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