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