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