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