]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: enable non-executable DXE stack for all platforms
[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
MC
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
7fbd1eb2 22 PLATFORM_NAME = ArmVirtQemu\r
6f5872b1
MC
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
7fbd1eb2 26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)\r
6f5872b1
MC
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
7fbd1eb2 30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf\r
6f5872b1 31\r
80f882ab
AB
32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
b359fb91 37 DEFINE PURE_ACPI_BOOT_ENABLE = FALSE\r
80f882ab 38\r
7fbd1eb2 39!include ArmVirtPkg/ArmVirt.dsc.inc\r
6f5872b1
MC
40\r
41[LibraryClasses.AARCH64]\r
6f5872b1
MC
42 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
43\r
44[LibraryClasses.ARM]\r
6f5872b1
MC
45 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
46\r
47[LibraryClasses.common]\r
550eaa4a 48 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
49 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
50\r
6f5872b1
MC
51 # Virtio Support\r
52 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
53 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
7fbd1eb2 54 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
6f5872b1 55\r
7fbd1eb2 56 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r
6f5872b1
MC
57 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
58\r
59 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
7fbd1eb2 60 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
6f5872b1 61\r
43ac100e 62 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
2c8805bc 63 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
1946faa7 64 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
43ac100e 65 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
47e4bf71 66 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
d85c5e31 67 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 68 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 69 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
53ee81bb
AB
70 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
71 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf\r
43ac100e 72\r
6f5872b1
MC
73[LibraryClasses.common.UEFI_DRIVER]\r
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
75\r
6f5872b1 76[BuildOptions]\r
7fbd1eb2
OM
77 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
78 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
79 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r
6f5872b1
MC
80\r
81\r
82################################################################################\r
83#\r
84# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
85#\r
86################################################################################\r
87\r
88[PcdsFeatureFlag.common]\r
10233c9e 89 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
274b4a8d
LE
90 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
91\r
6f5872b1
MC
92 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
93 # It could be set FALSE to save size.\r
d01c77bb
LE
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
95 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
6f5872b1 96\r
b359fb91
AB
97!if $(PURE_ACPI_BOOT_ENABLE) == TRUE\r
98 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot|TRUE\r
99!endif\r
100\r
6f5872b1 101[PcdsFixedAtBuild.common]\r
6f5872b1
MC
102 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
103!if $(ARCH) == AARCH64\r
104 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
105!endif\r
106\r
107 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
108 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
109 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
6f5872b1
MC
111\r
112 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
113 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
114\r
6f5872b1
MC
115 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
116 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
117\r
118 #\r
119 # ARM PrimeCell\r
120 #\r
121\r
122 ## PL011 - Serial Terminal\r
123 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
124\r
1c51e601 125 ## Default Terminal Type\r
a5955fa3 126 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
1c51e601 127!if $(TTY_TERMINAL) == TRUE\r
a5955fa3 128 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
aa754e83 129!else\r
a5955fa3 130 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
aa754e83 131!endif\r
6f5872b1
MC
132\r
133 #\r
ab879e4c 134 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
6f5872b1 135 #\r
ab879e4c 136 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
6f5872b1 137\r
6f5872b1
MC
138 # System Memory Base -- fixed at 0x4000_0000\r
139 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r
140\r
141 # initial location of the device tree blob passed by QEMU -- base of DRAM\r
7fbd1eb2 142 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
6f5872b1 143\r
43ac100e 144 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 145 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
b49ed62d 146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
43ac100e 147\r
1ff2b5a8
LE
148 #\r
149 # The maximum physical I/O addressability of the processor, set with\r
150 # BuildCpuHob().\r
151 #\r
152 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
153\r
64df44b7 154[PcdsFixedAtBuild.AARCH64]\r
7416fd46
AB
155 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
156 # support anything bigger, even if the host hardware does\r
157 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
158\r
ca6d61b2
AB
159 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,\r
160 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the\r
161 # presence of the 32-bit entry point anyway (because many AARCH64 systems\r
162 # don't have 32-bit addressable physical RAM), and the additional allocations\r
163 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry\r
164 # point only, for entry point versions >= 3.0.\r
165 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2\r
166\r
e0692789
AB
167 # ACPI predates the AARCH64 architecture by 5 versions, so\r
168 # we only target OSes that support ACPI v5.0 or later\r
169 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20\r
170\r
65bb13b0 171[PcdsDynamicDefault.common]\r
48799ab2
LE
172 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
173\r
2c3ce491
JJ
174 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
175 # enumeration to complete before installing ACPI tables.\r
176 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
177\r
6f5872b1
MC
178 # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r
179 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r
180\r
6f5872b1
MC
181 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
182 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
183 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
184 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
185\r
186 #\r
187 # ARM General Interrupt Controller\r
188 #\r
189 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
7b70dabb 190 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
6f5872b1
MC
191 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
192\r
193 ## PL031 RealTimeClock\r
194 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
195\r
a06d0bb5
AB
196 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
197 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
198 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
65bb13b0 199\r
53ee81bb
AB
200 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0\r
201\r
d01c77bb
LE
202 #\r
203 # Set video resolution for boot options and for text setup.\r
204 # PlatformDxe can set the former at runtime.\r
205 #\r
206 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
207 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
66b43839
RN
208 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
d01c77bb 210\r
c98da334
LE
211 #\r
212 # SMBIOS entry point version\r
213 #\r
214 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
9b1c5be0 215 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
f52af489 216 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
c98da334 217\r
6f5872b1
MC
218################################################################################\r
219#\r
220# Components Section - list of all EDK II Modules needed by this Platform\r
221#\r
222################################################################################\r
223[Components.common]\r
224 #\r
225 # PEI Phase modules\r
226 #\r
94904a84 227 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
6f5872b1 228 MdeModulePkg/Core/Pei/PeiMain.inf\r
874399d4
AB
229 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
230 <LibraryClasses>\r
231 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
232 }\r
6f5872b1
MC
233 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
234 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
235 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
236\r
237 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
80f882ab 238\r
6f5872b1
MC
239 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
240 <LibraryClasses>\r
9435a57e 241 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
6f5872b1
MC
242 }\r
243\r
244 #\r
245 # DXE\r
246 #\r
247 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
248 <LibraryClasses>\r
249 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
250 }\r
31b3b02a
AB
251 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
252 <LibraryClasses>\r
253 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
254 }\r
6f5872b1
MC
255\r
256 #\r
257 # Architectural Protocols\r
258 #\r
259 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
260 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
7a9f5b20
SZ
261 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
262 <LibraryClasses>\r
263 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
264 }\r
80f882ab
AB
265!if $(SECURE_BOOT_ENABLE) == TRUE\r
266 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
267 <LibraryClasses>\r
268 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
269 }\r
80f882ab
AB
270 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
271!else\r
6f5872b1 272 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
80f882ab
AB
273!endif\r
274 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
6f5872b1
MC
275 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
276 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
277 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
7fba5299
AB
278 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
279 <LibraryClasses>\r
280 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
281 }\r
6f5872b1
MC
282 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
283\r
284 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
285 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
286 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
287 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
ad7f6bc2 288 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
6f5872b1
MC
289\r
290 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
291\r
292 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
293 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
294 <LibraryClasses>\r
295 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
296 }\r
80f882ab 297 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
6f5872b1
MC
298 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
299\r
300 #\r
301 # Platform Driver\r
302 #\r
57b6122f 303 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 304 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
68312710 305 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
6f5872b1
MC
306 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
307 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
308 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
e881ab44 309 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
6f5872b1
MC
310\r
311 #\r
312 # FAT filesystem + GPT/MBR partitioning\r
313 #\r
314 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
315 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
316 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 317 FatPkg/EnhancedFatDxe/Fat.inf\r
6f5872b1
MC
318\r
319 #\r
320 # Bds\r
321 #\r
322 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
43ac100e
OM
323 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
324 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 325 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
738f70ae
RN
326 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
327 MdeModulePkg/Logo/LogoDxe.inf\r
1946faa7
LE
328 MdeModulePkg/Application/UiApp/UiApp.inf {\r
329 <LibraryClasses>\r
330 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
331 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
332 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
333 }\r
6f5872b1
MC
334\r
335 #\r
336 # SCSI Bus and Disk Driver\r
337 #\r
338 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
339 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
1c5adbef 340\r
ceb05740
LE
341 #\r
342 # SMBIOS Support\r
343 #\r
34eeb676
LE
344 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
345 <LibraryClasses>\r
346 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
347 }\r
ceb05740
LE
348 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
349\r
10233c9e
LE
350 #\r
351 # PCI support\r
352 #\r
53ee81bb
AB
353 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {\r
354 <LibraryClasses>\r
355 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
356 }\r
357 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
358 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
359 <LibraryClasses>\r
360 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
361 }\r
10233c9e 362 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 363 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
d01c77bb
LE
364\r
365 #\r
366 # Video support\r
367 #\r
ac9f5a29 368 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf\r
92f200c2 369 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
d01c77bb 370 OvmfPkg/PlatformDxe/Platform.inf\r
e17b1db5
LE
371\r
372 #\r
373 # USB Support\r
374 #\r
375 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
376 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
eee32602 377 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
e17b1db5
LE
378 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
379 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
9038538b 380\r
8e2efec6
AB
381[Components.AARCH64]\r
382 #\r
383 # ACPI Support\r
384 #\r
13a50a6f 385 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf\r
ffea0a2c
AB
386 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
387 <LibraryClasses>\r
388 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
389 }\r