]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemuKernel.dsc
MdePkg: Add MmAccess and MmControl definition.
[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
AB
174[PcdsPatchableInModule.common]\r
175 #\r
176 # This will be overridden in the code\r
177 #\r
178 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
179 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
180\r
181 #\r
182 # Define a default initial address for the device tree.\r
183 # Ignored if x0 != 0 at entry.\r
184 #\r
185 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
186\r
187 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
188 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
189\r
8de84d42 190[PcdsDynamicDefault.common]\r
48799ab2
LE
191 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
192\r
8de84d42
AB
193 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
194 # enumeration to complete before installing ACPI tables.\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
196\r
197 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
198 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
199 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
200 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
201\r
202 #\r
203 # ARM General Interrupt Controller\r
204 #\r
205 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
206 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
207 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
8de84d42
AB
208\r
209 ## PL031 RealTimeClock\r
210 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
211\r
a06d0bb5
AB
212 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
213 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
214 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
8de84d42 215\r
53ee81bb
AB
216 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
217\r
8de84d42
AB
218 #\r
219 # Set video resolution for boot options and for text setup.\r
220 # PlatformDxe can set the former at runtime.\r
221 #\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
223 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
224 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
225 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
226\r
227 #\r
228 # SMBIOS entry point version\r
229 #\r
230 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
231 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
232 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
233\r
234################################################################################\r
235#\r
236# Components Section - list of all EDK II Modules needed by this Platform\r
237#\r
238################################################################################\r
239[Components.common]\r
240 #\r
241 # PEI Phase modules\r
242 #\r
243 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
244 <LibraryClasses>\r
245 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
246 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
247 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
248 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
249 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
250 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
251 }\r
252\r
253 #\r
254 # DXE\r
255 #\r
256 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
257 <LibraryClasses>\r
258 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
f9dff902 259 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
8de84d42 260 }\r
31b3b02a
AB
261 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
262 <LibraryClasses>\r
263 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
264 }\r
8de84d42
AB
265\r
266 #\r
267 # Architectural Protocols\r
268 #\r
269 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
270 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
271 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
272 <LibraryClasses>\r
273 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
bf453d58 274 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf\r
44d71c21
AB
275 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region\r
276 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
8de84d42
AB
277 }\r
278!if $(SECURE_BOOT_ENABLE) == TRUE\r
279 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
280 <LibraryClasses>\r
281 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
282 }\r
283 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
034dec6c 284 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf\r
8de84d42
AB
285!else\r
286 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
287!endif\r
288 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
289 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
290 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 291 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
7fba5299
AB
292 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
293 <LibraryClasses>\r
294 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
295 }\r
8de84d42
AB
296 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
297\r
298 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
299 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
300 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
301 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
302 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
303\r
304 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
305\r
306 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
307 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
308 <LibraryClasses>\r
309 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
310 }\r
8de84d42 311 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
8de84d42
AB
312 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
313\r
5c574b22
LE
314 #\r
315 # Status Code Routing\r
316 #\r
317 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
318\r
8de84d42
AB
319 #\r
320 # Platform Driver\r
321 #\r
57b6122f 322 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 323 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
0a8bc04e 324 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
8de84d42
AB
325 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
326 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
327 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
0a8bc04e 328 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
8de84d42
AB
329\r
330 #\r
88fff4f6 331 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
8de84d42
AB
332 #\r
333 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
334 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
335 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 336 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 337 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
8de84d42
AB
338\r
339 #\r
340 # Bds\r
341 #\r
f9dff902
LE
342 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
343 <LibraryClasses>\r
344 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
345 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
346 }\r
8de84d42
AB
347 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
348 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 349 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
350 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
351 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
352 MdeModulePkg/Application/UiApp/UiApp.inf {\r
353 <LibraryClasses>\r
354 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
355 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
356 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
357 }\r
8de84d42 358\r
2f295918
LE
359 #\r
360 # Networking stack\r
361 #\r
157a3b1a 362!include NetworkPkg/NetworkComponents.dsc.inc\r
ffe048a0
LE
363!if $(NETWORK_TLS_ENABLE) == TRUE\r
364 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {\r
365 <LibraryClasses>\r
366 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf\r
367 }\r
368!endif\r
2f295918 369\r
8de84d42
AB
370 #\r
371 # SCSI Bus and Disk Driver\r
372 #\r
373 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
374 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
375\r
376 #\r
377 # SMBIOS Support\r
378 #\r
379 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
380 <LibraryClasses>\r
381 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
382 }\r
383 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
384\r
8de84d42
AB
385 #\r
386 # PCI support\r
387 #\r
53ee81bb
AB
388 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
389 <LibraryClasses>\r
390 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
391 }\r
392 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
393 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
394 <LibraryClasses>\r
395 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
396 }\r
8de84d42 397 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 398 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
8de84d42
AB
399\r
400 #\r
401 # Video support\r
402 #\r
c64688f3 403 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf\r
92f200c2 404 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
8de84d42
AB
405 OvmfPkg/PlatformDxe/Platform.inf\r
406\r
407 #\r
408 # USB Support\r
409 #\r
410 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
411 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
412 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
413 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
414 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
62ef40c4 415 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
9940a804 416\r
9940a804
AB
417 #\r
418 # ACPI Support\r
419 #\r
3a2c1548 420 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf\r
01430be5 421[Components.AARCH64]\r
13a50a6f 422 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
9940a804
AB
423 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
424 <LibraryClasses>\r
425 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
426 }\r