]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtQemu.dsc
OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line
[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 # ACPI predates the AARCH64 architecture by 5 versions, so\r
213 # we only target OSes that support ACPI v5.0 or later\r
214 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
215\r
216[PcdsDynamicDefault.common]\r
217 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
218\r
219 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
220 # enumeration to complete before installing ACPI tables.\r
221 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
222\r
223 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
224 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
225\r
226 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
227 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
228 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
229 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
230\r
231 #\r
232 # ARM General Interrupt Controller\r
233 #\r
234 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
235 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
236 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
237\r
238 ## PL031 RealTimeClock\r
239 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
240\r
241 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
242 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
243 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
244\r
245 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
246\r
247 #\r
248 # Set video resolution for boot options and for text setup.\r
249 # PlatformDxe can set the former at runtime.\r
250 #\r
251 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
252 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
253 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
254 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
255\r
256 #\r
257 # SMBIOS entry point version\r
258 #\r
259 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
260 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
261 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
262\r
263 #\r
264 # TPM2 support\r
265 #\r
266 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0\r
267!if $(TPM2_ENABLE) == TRUE\r
268 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}\r
269 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0\r
270!endif\r
271\r
272[PcdsDynamicHii]\r
273 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS\r
274\r
275!if $(TPM2_CONFIG_ENABLE) == TRUE\r
276 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS\r
277 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS\r
278!endif\r
279\r
280################################################################################\r
281#\r
282# Components Section - list of all EDK II Modules needed by this Platform\r
283#\r
284################################################################################\r
285[Components.common]\r
286 #\r
287 # PEI Phase modules\r
288 #\r
289 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
290 MdeModulePkg/Core/Pei/PeiMain.inf\r
291 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
292 <LibraryClasses>\r
293 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
294 }\r
295 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
296 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
297 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
298\r
299 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
300\r
301!if $(TPM2_ENABLE) == TRUE\r
302 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {\r
303 <LibraryClasses>\r
304 ResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemPeiLib/ArmVirtPsciResetSystemPeiLib.inf\r
305 }\r
306 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf\r
307 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {\r
308 <LibraryClasses>\r
309 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf\r
310 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf\r
311 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
312 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf\r
313 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf\r
314 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf\r
315 }\r
316!endif\r
317\r
318 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
319 <LibraryClasses>\r
320 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
321 }\r
322\r
323 #\r
324 # DXE\r
325 #\r
326 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
327 <LibraryClasses>\r
328 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
329 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
330 }\r
331 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
332 <LibraryClasses>\r
333 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
334 }\r
335\r
336 #\r
337 # Architectural Protocols\r
338 #\r
339 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
340 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
341 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
342 <LibraryClasses>\r
343 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
344 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
345 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
346 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
347 }\r
348!if $(SECURE_BOOT_ENABLE) == TRUE\r
349 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
350 <LibraryClasses>\r
351 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
352!if $(TPM2_ENABLE) == TRUE\r
353 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf\r
354!endif\r
355 }\r
356 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
357 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf\r
358!else\r
359 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
360!endif\r
361 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
362 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
363 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
364 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
365 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
366 <LibraryClasses>\r
367 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
368 }\r
369 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
370\r
371 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
372 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
373 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
374 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
375 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
376\r
377 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
378\r
379 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
380 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
381 <LibraryClasses>\r
382 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
383 }\r
384 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
385 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
386\r
387 #\r
388 # Status Code Routing\r
389 #\r
390 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
391\r
392 #\r
393 # Platform Driver\r
394 #\r
395 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
396 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
397 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
398 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
399 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
400 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
401 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
402\r
403 #\r
404 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
405 #\r
406 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
407 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
408 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
409 FatPkg/EnhancedFatDxe/Fat.inf\r
410 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
411\r
412 #\r
413 # Bds\r
414 #\r
415 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
416 <LibraryClasses>\r
417 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
418 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
419 }\r
420 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
421 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
422 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
423 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
424 MdeModulePkg/Logo/LogoDxe.inf\r
425 MdeModulePkg/Application/UiApp/UiApp.inf {\r
426 <LibraryClasses>\r
427 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
428 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
429 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
430 }\r
431 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf\r
432\r
433 #\r
434 # Networking stack\r
435 #\r
436!include NetworkPkg/NetworkComponents.dsc.inc\r
437!if $(NETWORK_TLS_ENABLE) == TRUE\r
438 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {\r
439 <LibraryClasses>\r
440 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf\r
441 }\r
442!endif\r
443\r
444 #\r
445 # SCSI Bus and Disk Driver\r
446 #\r
447 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
448 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
449\r
450 #\r
451 # SMBIOS Support\r
452 #\r
453 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
454 <LibraryClasses>\r
455 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
456 }\r
457 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
458\r
459 #\r
460 # PCI support\r
461 #\r
462 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
463 <LibraryClasses>\r
464 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
465 }\r
466 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
467 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
468 <LibraryClasses>\r
469 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
470 }\r
471 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
472 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
473\r
474 #\r
475 # Video support\r
476 #\r
477 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
478 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
479 OvmfPkg/PlatformDxe/Platform.inf\r
480\r
481 #\r
482 # USB Support\r
483 #\r
484 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
485 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
486 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
487 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
488 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
489 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
490\r
491 #\r
492 # TPM2 support\r
493 #\r
494!if $(TPM2_ENABLE) == TRUE\r
495 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {\r
496 <LibraryClasses>\r
497 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf\r
498 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf\r
499 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf\r
500 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf\r
501 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
502 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf\r
503 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf\r
504 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf\r
505 }\r
506!if $(TPM2_CONFIG_ENABLE) == TRUE\r
507 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf\r
508!endif\r
509!endif\r
510\r
511 #\r
512 # ACPI Support\r
513 #\r
514 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
515[Components.AARCH64]\r
516 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
517 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
518 <LibraryClasses>\r
519 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
520 }\r