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