]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.dsc
CommitLineData
8de84d42
AB
1#\r
2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
2ff39d58 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
8de84d42 5#\r
9792fb0e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8de84d42
AB
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/ArmVirtQemuKernel-$(ARCH)\r
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
80ee06ce 22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
8de84d42
AB
23 SKUID_IDENTIFIER = DEFAULT\r
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.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
81d5daea 30 DEFINE TTY_TERMINAL = FALSE\r
8de84d42 31 DEFINE SECURE_BOOT_ENABLE = FALSE\r
157a3b1a
FS
32\r
33 #\r
34 # Network definition\r
35 #\r
36 DEFINE NETWORK_IP6_ENABLE = FALSE\r
37 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE\r
38 DEFINE NETWORK_SNP_ENABLE = FALSE\r
39 DEFINE NETWORK_TLS_ENABLE = FALSE\r
40 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE\r
41\r
42!if $(NETWORK_SNP_ENABLE) == TRUE\r
43 !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"\r
44!endif\r
45\r
157a3b1a 46!include NetworkPkg/NetworkDefines.dsc.inc\r
8de84d42
AB
47\r
48!include ArmVirtPkg/ArmVirt.dsc.inc\r
49\r
8de84d42 50[LibraryClasses.common]\r
550eaa4a 51 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
52 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
53\r
8de84d42
AB
54 # Virtio Support\r
55 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
56 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
57 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
837d340e 58 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf\r
8de84d42 59\r
30436034 60 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf\r
8de84d42
AB
61\r
62 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
63 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
64\r
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
2c8805bc 66 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 67 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
1797f32e 68 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf\r
8de84d42 69 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
c64688f3 70 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
d85c5e31 71 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 72 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 73 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
53ee81bb
AB
74 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
75 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
8de84d42 76\r
5c574b22
LE
77[LibraryClasses.common.DXE_DRIVER]\r
78 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
79\r
8de84d42
AB
80[LibraryClasses.common.UEFI_DRIVER]\r
81 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
82\r
e07092ed 83[BuildOptions.common.EDKII.SEC, BuildOptions.common.EDKII.BASE]\r
e07092ed
AB
84 #\r
85 # CLANG38 with LTO support enabled uses the GNU GOLD linker, which insists\r
86 # on emitting GOT based symbol references when running in shared mode, unless\r
87 # we override visibility to 'hidden' in all modules that make up the PrePi\r
88 # build.\r
89 #\r
90 GCC:*_CLANG38_*_CC_FLAGS = -include $(WORKSPACE)/ArmVirtPkg/Include/Platform/Hidden.h\r
8de84d42
AB
91\r
92################################################################################\r
93#\r
94# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
95#\r
96################################################################################\r
97\r
98[PcdsFeatureFlag.common]\r
99 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
100 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
101\r
102 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
103 # It could be set FALSE to save size.\r
104 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
105 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
106\r
c0b612b3
LE
107 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
108\r
8de84d42 109[PcdsFixedAtBuild.common]\r
8de84d42
AB
110!if $(ARCH) == AARCH64\r
111 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
112!endif\r
113\r
8de84d42 114 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
115 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
116 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
ffe048a0
LE
117!if $(NETWORK_TLS_ENABLE) == TRUE\r
118 #\r
119 # The cumulative and individual VOLATILE variable size limits should be set\r
120 # high enough for accommodating several and/or large CA certificates.\r
121 #\r
122 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000\r
123 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000\r
124!endif\r
8de84d42
AB
125\r
126 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
127 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
128\r
8de84d42
AB
129 #\r
130 # ARM PrimeCell\r
131 #\r
132\r
133 ## PL011 - Serial Terminal\r
134 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
135\r
136 ## Default Terminal Type\r
137 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
138!if $(TTY_TERMINAL) == TRUE\r
139 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
81d5daea
LE
140 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID\r
141 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}\r
8de84d42
AB
142!else\r
143 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
144!endif\r
8de84d42
AB
145\r
146 #\r
147 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
148 #\r
149 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
150\r
157a3b1a
FS
151 #\r
152 # Network Pcds\r
153 #\r
154!include NetworkPkg/NetworkPcds.dsc.inc\r
b4ec32c2 155\r
ded3c576
AB
156 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
157 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
158\r
159 #\r
160 # The maximum physical I/O addressability of the processor, set with\r
161 # BuildCpuHob().\r
162 #\r
163 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
164\r
da06a2a2
LE
165!if $(SECURE_BOOT_ENABLE) == TRUE\r
166 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
167 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
168 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
169 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
170!endif\r
171\r
5c574b22
LE
172 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3\r
173\r
8de84d42 174[PcdsPatchableInModule.common]\r
82662a3b
AB
175 # we need to provide a resolution for this PCD that supports PcdSet64()\r
176 # being called from ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.c,\r
177 # even though that call will be compiled out on this platform as it does\r
178 # not (and cannot) support the TPM2 driver stack\r
179 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0\r
180\r
8de84d42
AB
181 #\r
182 # This will be overridden in the code\r
183 #\r
184 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
185 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
186\r
187 #\r
188 # Define a default initial address for the device tree.\r
189 # Ignored if x0 != 0 at entry.\r
190 #\r
191 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
192\r
193 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
194 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
195\r
8de84d42 196[PcdsDynamicDefault.common]\r
48799ab2
LE
197 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
198\r
8de84d42
AB
199 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
200 # enumeration to complete before installing ACPI tables.\r
201 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
202\r
203 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
204 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
205 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
206 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
207\r
208 #\r
209 # ARM General Interrupt Controller\r
210 #\r
211 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
212 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
213 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
8de84d42
AB
214\r
215 ## PL031 RealTimeClock\r
216 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
217\r
a06d0bb5
AB
218 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
219 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
220 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
8de84d42 221\r
53ee81bb
AB
222 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
223\r
8de84d42
AB
224 #\r
225 # Set video resolution for boot options and for text setup.\r
226 # PlatformDxe can set the former at runtime.\r
227 #\r
228 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
229 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
230 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
231 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
232\r
233 #\r
234 # SMBIOS entry point version\r
235 #\r
236 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
237 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
238 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
239\r
240################################################################################\r
241#\r
242# Components Section - list of all EDK II Modules needed by this Platform\r
243#\r
244################################################################################\r
245[Components.common]\r
246 #\r
247 # PEI Phase modules\r
248 #\r
249 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
250 <LibraryClasses>\r
251 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
252 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
253 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
254 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
255 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
256 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
257 }\r
258\r
259 #\r
260 # DXE\r
261 #\r
262 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
263 <LibraryClasses>\r
264 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
f9dff902 265 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
8de84d42 266 }\r
31b3b02a
AB
267 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
268 <LibraryClasses>\r
269 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
270 }\r
8de84d42
AB
271\r
272 #\r
273 # Architectural Protocols\r
274 #\r
275 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
276 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
277 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
278 <LibraryClasses>\r
279 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
bf453d58 280 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
44d71c21
AB
281 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
282 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
8de84d42
AB
283 }\r
284!if $(SECURE_BOOT_ENABLE) == TRUE\r
285 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
286 <LibraryClasses>\r
287 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
288 }\r
289 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
034dec6c 290 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf\r
8de84d42
AB
291!else\r
292 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
293!endif\r
294 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
295 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
296 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 297 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
7fba5299
AB
298 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
299 <LibraryClasses>\r
300 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
301 }\r
8de84d42
AB
302 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
303\r
304 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
305 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
306 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
307 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
308 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
309\r
310 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
311\r
312 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
313 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
314 <LibraryClasses>\r
315 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
316 }\r
8de84d42 317 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
8de84d42
AB
318 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
319\r
5c574b22
LE
320 #\r
321 # Status Code Routing\r
322 #\r
323 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
324\r
8de84d42
AB
325 #\r
326 # Platform Driver\r
327 #\r
57b6122f 328 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 329 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
0a8bc04e 330 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
8de84d42
AB
331 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
332 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
333 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
0a8bc04e 334 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
8de84d42
AB
335\r
336 #\r
88fff4f6 337 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
8de84d42
AB
338 #\r
339 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
340 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
341 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 342 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 343 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
8de84d42
AB
344\r
345 #\r
346 # Bds\r
347 #\r
f9dff902
LE
348 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
349 <LibraryClasses>\r
350 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
351 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
352 }\r
8de84d42
AB
353 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
354 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 355 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
356 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
357 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
358 MdeModulePkg/Application/UiApp/UiApp.inf {\r
359 <LibraryClasses>\r
360 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
361 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
362 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
363 }\r
8de84d42 364\r
2f295918
LE
365 #\r
366 # Networking stack\r
367 #\r
157a3b1a 368!include NetworkPkg/NetworkComponents.dsc.inc\r
ffe048a0
LE
369!if $(NETWORK_TLS_ENABLE) == TRUE\r
370 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {\r
371 <LibraryClasses>\r
372 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf\r
373 }\r
374!endif\r
2f295918 375\r
8de84d42
AB
376 #\r
377 # SCSI Bus and Disk Driver\r
378 #\r
379 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
380 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
381\r
382 #\r
383 # SMBIOS Support\r
384 #\r
385 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
386 <LibraryClasses>\r
387 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
388 }\r
389 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
390\r
8de84d42
AB
391 #\r
392 # PCI support\r
393 #\r
53ee81bb
AB
394 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
395 <LibraryClasses>\r
396 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
397 }\r
398 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
399 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
400 <LibraryClasses>\r
401 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
402 }\r
8de84d42 403 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 404 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
8de84d42
AB
405\r
406 #\r
407 # Video support\r
408 #\r
c64688f3 409 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
92f200c2 410 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
8de84d42
AB
411 OvmfPkg/PlatformDxe/Platform.inf\r
412\r
413 #\r
414 # USB Support\r
415 #\r
416 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
417 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
418 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
419 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
420 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 421 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9940a804 422\r
9940a804
AB
423 #\r
424 # ACPI Support\r
425 #\r
3a2c1548 426 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 427[Components.AARCH64]\r
13a50a6f 428 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
9940a804
AB
429 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
430 <LibraryClasses>\r
431 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
432 }\r