]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: unshare TpmMeasurementLib resolution between platforms
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
CommitLineData
6f5872b1 1#\r
7fbd1eb2 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
6f5872b1 3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
2ff39d58 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
6f5872b1 5#\r
9792fb0e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6f5872b1
MC
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
7fbd1eb2 16 PLATFORM_NAME = ArmVirtQemu\r
6f5872b1
MC
17 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
18 PLATFORM_VERSION = 0.1\r
19 DSC_SPECIFICATION = 0x00010005\r
7fbd1eb2 20 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
6f5872b1 21 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
80ee06ce 22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
6f5872b1 23 SKUID_IDENTIFIER = DEFAULT\r
7fbd1eb2 24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
6f5872b1 25\r
80f882ab
AB
26 #\r
27 # Defines for default states. These can be changed on the command line.\r
28 # -D FLAG=VALUE\r
29 #\r
81d5daea 30 DEFINE TTY_TERMINAL = FALSE\r
80f882ab 31 DEFINE SECURE_BOOT_ENABLE = FALSE\r
f5cb3767 32 DEFINE TPM2_ENABLE = FALSE\r
157a3b1a
FS
33\r
34 #\r
35 # Network definition\r
36 #\r
37 DEFINE NETWORK_IP6_ENABLE = FALSE\r
38 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE\r
39 DEFINE NETWORK_SNP_ENABLE = FALSE\r
40 DEFINE NETWORK_TLS_ENABLE = FALSE\r
41 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE\r
42\r
43!if $(NETWORK_SNP_ENABLE) == TRUE\r
44 !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"\r
45!endif\r
46\r
157a3b1a 47!include NetworkPkg/NetworkDefines.dsc.inc\r
80f882ab 48\r
7fbd1eb2 49!include ArmVirtPkg/ArmVirt.dsc.inc\r
6f5872b1 50\r
6f5872b1 51[LibraryClasses.common]\r
550eaa4a 52 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
53 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
54\r
6f5872b1
MC
55 # Virtio Support\r
56 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
57 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
7fbd1eb2 58 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
837d340e 59 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
6f5872b1 60\r
39da4861 61 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
6f5872b1
MC
62\r
63 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
7fbd1eb2 64 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
6f5872b1 65\r
43ac100e 66 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
2c8805bc 67 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 68 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
1797f32e 69 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf\r
43ac100e 70 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
c64688f3 71 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
d85c5e31 72 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 73 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 74 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
53ee81bb
AB
75 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
76 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
d9cd82e8 77 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
43ac100e 78\r
ddd34a81
AB
79!if $(TPM2_ENABLE) == TRUE\r
80 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf\r
81!endif\r
82\r
04865126
AB
83[LibraryClasses.common.PEIM]\r
84 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf\r
85\r
f5cb3767 86!if $(TPM2_ENABLE) == TRUE\r
ddd34a81 87 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
f5cb3767 88 ResetSystemLib|MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf\r
ddd34a81 89 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf\r
f5cb3767
AB
90!endif\r
91\r
5c574b22
LE
92[LibraryClasses.common.DXE_DRIVER]\r
93 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
94\r
6f5872b1
MC
95[LibraryClasses.common.UEFI_DRIVER]\r
96 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
97\r
6f5872b1
MC
98################################################################################\r
99#\r
100# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
101#\r
102################################################################################\r
103\r
104[PcdsFeatureFlag.common]\r
10233c9e 105 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
274b4a8d
LE
106 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
107\r
6f5872b1
MC
108 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
109 # It could be set FALSE to save size.\r
d01c77bb
LE
110 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
111 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
6f5872b1 112\r
c0b612b3
LE
113 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
114\r
f5cb3767
AB
115 gArmVirtTokenSpaceGuid.PcdTpm2SupportEnabled|$(TPM2_ENABLE)\r
116\r
6f5872b1 117[PcdsFixedAtBuild.common]\r
6f5872b1
MC
118!if $(ARCH) == AARCH64\r
119 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
120!endif\r
121\r
122 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
123 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
124 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
125 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
ffe048a0
LE
126!if $(NETWORK_TLS_ENABLE) == TRUE\r
127 #\r
128 # The cumulative and individual VOLATILE variable size limits should be set\r
129 # high enough for accommodating several and/or large CA certificates.\r
130 #\r
131 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000\r
132 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000\r
133!endif\r
6f5872b1
MC
134\r
135 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
136 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
137\r
6f5872b1
MC
138 #\r
139 # ARM PrimeCell\r
140 #\r
141\r
142 ## PL011 - Serial Terminal\r
143 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
144\r
1c51e601 145 ## Default Terminal Type\r
a5955fa3 146 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
1c51e601 147!if $(TTY_TERMINAL) == TRUE\r
a5955fa3 148 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
81d5daea
LE
149 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID\r
150 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}\r
aa754e83 151!else\r
a5955fa3 152 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
aa754e83 153!endif\r
6f5872b1
MC
154\r
155 #\r
ab879e4c 156 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
6f5872b1 157 #\r
ab879e4c 158 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
6f5872b1 159\r
157a3b1a
FS
160 #\r
161 # Network Pcds\r
162 #\r
163!include NetworkPkg/NetworkPcds.dsc.inc\r
b4ec32c2 164\r
6f5872b1
MC
165 # System Memory Base -- fixed at 0x4000_0000\r
166 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
167\r
168 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
7fbd1eb2 169 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
6f5872b1 170\r
43ac100e 171 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 172 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
43ac100e 173\r
1ff2b5a8
LE
174 #\r
175 # The maximum physical I/O addressability of the processor, set with\r
176 # BuildCpuHob().\r
177 #\r
178 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
179\r
a1e30dfd
LE
180 #\r
181 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)\r
182 #\r
183 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
184\r
da06a2a2
LE
185!if $(SECURE_BOOT_ENABLE) == TRUE\r
186 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
187 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
188 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
189 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
190!endif\r
191\r
5c574b22
LE
192 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3\r
193\r
64df44b7 194[PcdsFixedAtBuild.AARCH64]\r
ca6d61b2
AB
195 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
196 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
197 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
198 # don't have 32-bit addressable physical RAM), and the additional allocations\r
199 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
200 # point only, for entry point versions >= 3.0.\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
202\r
e0692789
AB
203 # ACPI predates the AARCH64 architecture by 5 versions, so\r
204 # we only target OSes that support ACPI v5.0 or later\r
205 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
206\r
65bb13b0 207[PcdsDynamicDefault.common]\r
48799ab2
LE
208 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
209\r
2c3ce491
JJ
210 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
211 # enumeration to complete before installing ACPI tables.\r
212 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
213\r
6f5872b1
MC
214 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
215 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
216\r
6f5872b1
MC
217 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
218 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
219 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
220 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
221\r
222 #\r
223 # ARM General Interrupt Controller\r
224 #\r
225 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
7b70dabb 226 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
6f5872b1
MC
227 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
228\r
229 ## PL031 RealTimeClock\r
230 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
231\r
a06d0bb5
AB
232 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
233 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
234 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
65bb13b0 235\r
53ee81bb
AB
236 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
237\r
d01c77bb
LE
238 #\r
239 # Set video resolution for boot options and for text setup.\r
240 # PlatformDxe can set the former at runtime.\r
241 #\r
242 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
243 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
66b43839
RN
244 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
245 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
d01c77bb 246\r
c98da334
LE
247 #\r
248 # SMBIOS entry point version\r
249 #\r
250 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
9b1c5be0 251 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
f52af489 252 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
c98da334 253\r
82662a3b
AB
254 #\r
255 # TPM2 support\r
256 #\r
257 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0\r
ddd34a81
AB
258!if $(TPM2_ENABLE) == TRUE\r
259 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}\r
260 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0\r
261!endif\r
82662a3b 262\r
7e5f1b67
AB
263[PcdsDynamicHii]\r
264 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS\r
265\r
6f5872b1
MC
266################################################################################\r
267#\r
268# Components Section - list of all EDK II Modules needed by this Platform\r
269#\r
270################################################################################\r
271[Components.common]\r
272 #\r
273 # PEI Phase modules\r
274 #\r
94904a84 275 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
6f5872b1 276 MdeModulePkg/Core/Pei/PeiMain.inf\r
874399d4
AB
277 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
278 <LibraryClasses>\r
279 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
280 }\r
6f5872b1
MC
281 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
282 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
283 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
284\r
285 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
80f882ab 286\r
f5cb3767
AB
287!if $(TPM2_ENABLE) == TRUE\r
288 MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {\r
289 <LibraryClasses>\r
290 ResetSystemLib|ArmVirtPkg/Library/ArmVirtPsciResetSystemPeiLib/ArmVirtPsciResetSystemPeiLib.inf\r
291 }\r
ddd34a81
AB
292 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf\r
293 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {\r
294 <LibraryClasses>\r
295 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf\r
296 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf\r
297 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf\r
298 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf\r
299 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf\r
300 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf\r
301 }\r
f5cb3767
AB
302!endif\r
303\r
6f5872b1
MC
304 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
305 <LibraryClasses>\r
9435a57e 306 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
6f5872b1
MC
307 }\r
308\r
309 #\r
310 # DXE\r
311 #\r
312 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
313 <LibraryClasses>\r
314 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
f9dff902 315 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
6f5872b1 316 }\r
31b3b02a
AB
317 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
318 <LibraryClasses>\r
319 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
320 }\r
6f5872b1
MC
321\r
322 #\r
323 # Architectural Protocols\r
324 #\r
325 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
326 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
7a9f5b20
SZ
327 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
328 <LibraryClasses>\r
329 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
bf453d58 330 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
44d71c21
AB
331 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
332 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
7a9f5b20 333 }\r
80f882ab
AB
334!if $(SECURE_BOOT_ENABLE) == TRUE\r
335 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
336 <LibraryClasses>\r
337 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
338 }\r
80f882ab 339 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
034dec6c 340 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf\r
80f882ab 341!else\r
6f5872b1 342 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
80f882ab
AB
343!endif\r
344 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
6f5872b1
MC
345 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
346 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 347 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
7fba5299
AB
348 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
349 <LibraryClasses>\r
350 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
351 }\r
6f5872b1
MC
352 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
353\r
354 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
355 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
356 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
357 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
ad7f6bc2 358 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
6f5872b1
MC
359\r
360 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
361\r
362 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
363 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
364 <LibraryClasses>\r
365 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
366 }\r
80f882ab 367 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
6f5872b1
MC
368 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
369\r
5c574b22
LE
370 #\r
371 # Status Code Routing\r
372 #\r
373 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
374\r
6f5872b1
MC
375 #\r
376 # Platform Driver\r
377 #\r
57b6122f 378 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 379 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
68312710 380 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
6f5872b1
MC
381 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
382 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
383 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
e881ab44 384 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
6f5872b1
MC
385\r
386 #\r
88fff4f6 387 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
6f5872b1
MC
388 #\r
389 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
390 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
391 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 392 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 393 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
6f5872b1
MC
394\r
395 #\r
396 # Bds\r
397 #\r
f9dff902
LE
398 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
399 <LibraryClasses>\r
400 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
401 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
402 }\r
43ac100e
OM
403 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
404 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 405 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
406 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
407 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
408 MdeModulePkg/Application/UiApp/UiApp.inf {\r
409 <LibraryClasses>\r
410 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
411 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
412 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
413 }\r
6f5872b1 414\r
2f295918
LE
415 #\r
416 # Networking stack\r
417 #\r
157a3b1a 418!include NetworkPkg/NetworkComponents.dsc.inc\r
ffe048a0
LE
419!if $(NETWORK_TLS_ENABLE) == TRUE\r
420 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {\r
421 <LibraryClasses>\r
422 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf\r
423 }\r
424!endif\r
2f295918 425\r
6f5872b1
MC
426 #\r
427 # SCSI Bus and Disk Driver\r
428 #\r
429 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
430 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
1c5adbef 431\r
ceb05740
LE
432 #\r
433 # SMBIOS Support\r
434 #\r
34eeb676
LE
435 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
436 <LibraryClasses>\r
437 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
438 }\r
ceb05740
LE
439 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
440\r
10233c9e
LE
441 #\r
442 # PCI support\r
443 #\r
53ee81bb
AB
444 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
445 <LibraryClasses>\r
446 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
447 }\r
448 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
449 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
450 <LibraryClasses>\r
451 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
452 }\r
10233c9e 453 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 454 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
d01c77bb
LE
455\r
456 #\r
457 # Video support\r
458 #\r
c64688f3 459 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
92f200c2 460 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
d01c77bb 461 OvmfPkg/PlatformDxe/Platform.inf\r
e17b1db5
LE
462\r
463 #\r
464 # USB Support\r
465 #\r
466 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
467 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
eee32602 468 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
e17b1db5
LE
469 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
470 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 471 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9038538b 472\r
8e2efec6
AB
473 #\r
474 # ACPI Support\r
475 #\r
3a2c1548 476 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 477[Components.AARCH64]\r
13a50a6f 478 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
ffea0a2c
AB
479 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
480 <LibraryClasses>\r
481 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
482 }\r