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