Commit | Line | Data |
---|---|---|
6f5872b1 MC |
1 | #\r |
2 | # Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r | |
3 | # Copyright (c) 2014, Linaro Limited. All rights reserved.\r | |
4 | #\r | |
5 | # This program and the accompanying materials\r | |
6 | # are licensed and made available under the terms and conditions of the BSD License\r | |
7 | # which accompanies this distribution. The full text of the license may be found at\r | |
8 | # http://opensource.org/licenses/bsd-license.php\r | |
9 | #\r | |
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
12 | #\r | |
13 | #\r | |
14 | \r | |
15 | ################################################################################\r | |
16 | #\r | |
17 | # Defines Section - statements that will be processed to create a Makefile.\r | |
18 | #\r | |
19 | ################################################################################\r | |
20 | [Defines]\r | |
21 | PLATFORM_NAME = ArmVirtualizationQemu\r | |
22 | PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r | |
23 | PLATFORM_VERSION = 0.1\r | |
24 | DSC_SPECIFICATION = 0x00010005\r | |
25 | OUTPUT_DIRECTORY = Build/ArmVirtualizationQemu-$(ARCH)\r | |
26 | SUPPORTED_ARCHITECTURES = AARCH64|ARM\r | |
27 | BUILD_TARGETS = DEBUG|RELEASE\r | |
28 | SKUID_IDENTIFIER = DEFAULT\r | |
29 | FLASH_DEFINITION = ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.fdf\r | |
30 | \r | |
80f882ab AB |
31 | #\r |
32 | # Defines for default states. These can be changed on the command line.\r | |
33 | # -D FLAG=VALUE\r | |
34 | #\r | |
35 | DEFINE SECURE_BOOT_ENABLE = FALSE\r | |
36 | \r | |
6f5872b1 MC |
37 | !include ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc\r |
38 | \r | |
39 | [LibraryClasses.AARCH64]\r | |
40 | ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r | |
41 | ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r | |
42 | \r | |
43 | [LibraryClasses.ARM]\r | |
44 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r | |
45 | ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r | |
46 | \r | |
47 | [LibraryClasses.common]\r | |
48 | # Virtio Support\r | |
49 | VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r | |
50 | VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r | |
6e2543b0 | 51 | QemuFwCfgLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r |
6f5872b1 MC |
52 | \r |
53 | ArmPlatformLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationPlatformLib/ArmVirtualizationPlatformLib.inf\r | |
54 | ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r | |
55 | \r | |
56 | TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r | |
80f882ab | 57 | NorFlashPlatformLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r |
6f5872b1 | 58 | \r |
43ac100e OM |
59 | !ifdef INTEL_BDS\r |
60 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r | |
61 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r | |
be8afe14 | 62 | PlatformBdsLib|ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf\r |
43ac100e | 63 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r |
274b4a8d | 64 | QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r |
43ac100e OM |
65 | !endif\r |
66 | \r | |
6f5872b1 MC |
67 | [LibraryClasses.common.UEFI_DRIVER]\r |
68 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r | |
69 | \r | |
70 | [LibraryClasses.AARCH64.SEC]\r | |
71 | ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf\r | |
72 | \r | |
73 | [LibraryClasses.ARM.SEC]\r | |
74 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r | |
75 | \r | |
76 | [BuildOptions]\r | |
77 | RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVirtualizationPkg/Include\r | |
78 | GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmPlatformPkg/ArmVirtualizationPkg/Include\r | |
4a8fa966 | 79 | *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVirtualizationPkg/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 |
f9a8be42 LE |
97 | # Activate KVM workaround for now.\r |
98 | gArmVirtualizationTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE\r | |
99 | \r | |
6f5872b1 | 100 | [PcdsFixedAtBuild.common]\r |
6f5872b1 MC |
101 | gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"QEMU"\r |
102 | \r | |
103 | gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r | |
104 | !if $(ARCH) == AARCH64\r | |
105 | gArmTokenSpaceGuid.PcdVFPEnabled|1\r | |
106 | !endif\r | |
107 | \r | |
108 | gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r | |
109 | gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r | |
110 | \r | |
111 | # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r | |
112 | gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r | |
113 | \r | |
114 | #\r | |
115 | # ARM Pcds\r | |
116 | #\r | |
117 | gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r | |
118 | \r | |
119 | ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r | |
120 | gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r | |
121 | \r | |
122 | #\r | |
123 | # ARM PrimeCell\r | |
124 | #\r | |
125 | \r | |
126 | ## PL011 - Serial Terminal\r | |
127 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r | |
128 | \r | |
129 | #\r | |
130 | # ARM OS Loader\r | |
131 | #\r | |
132 | gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux (EFI stub) on virtio31:hd0:part0"\r | |
133 | gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(837DCA9E-E874-4D82-B29A-23FE0E23D1E2,003E000A00000000)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/Image"\r | |
134 | gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"root=/dev/vda2 console=ttyAMA0 earlycon uefi_debug"\r | |
135 | gArmPlatformTokenSpaceGuid.PcdDefaultBootType|0\r | |
136 | \r | |
d01c77bb | 137 | #\r |
ba67a145 | 138 | # Settings for ARM BDS -- use the serial console (ConIn & ConOut).\r |
d01c77bb | 139 | #\r |
ba67a145 LE |
140 | gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenVt100()"\r |
141 | gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenVt100()"\r | |
db1b9ea0 | 142 | gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r |
6f5872b1 MC |
143 | \r |
144 | #\r | |
ab879e4c | 145 | # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r |
6f5872b1 | 146 | #\r |
ab879e4c | 147 | gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r |
6f5872b1 MC |
148 | \r |
149 | #\r | |
150 | # NV Storage PCDs. Use base of 0x04000000 for NOR1\r | |
151 | #\r | |
152 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x04000000\r | |
153 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000\r | |
154 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x04040000\r | |
155 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000\r | |
156 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x04080000\r | |
157 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000\r | |
158 | \r | |
159 | # System Memory Base -- fixed at 0x4000_0000\r | |
160 | gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r | |
161 | \r | |
162 | # initial location of the device tree blob passed by QEMU -- base of DRAM\r | |
163 | gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r | |
164 | \r | |
43ac100e OM |
165 | !ifdef INTEL_BDS\r |
166 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r | |
b49ed62d | 167 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r |
43ac100e OM |
168 | !endif\r |
169 | \r | |
1ff2b5a8 LE |
170 | #\r |
171 | # The maximum physical I/O addressability of the processor, set with\r | |
172 | # BuildCpuHob().\r | |
173 | #\r | |
174 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r | |
175 | \r | |
65bb13b0 | 176 | [PcdsDynamicDefault.common]\r |
2c3ce491 JJ |
177 | ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r |
178 | # enumeration to complete before installing ACPI tables.\r | |
179 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r | |
180 | \r | |
6f5872b1 MC |
181 | # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r |
182 | gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r | |
183 | \r | |
6f5872b1 MC |
184 | gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r |
185 | gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r | |
186 | gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r | |
187 | gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r | |
188 | \r | |
189 | #\r | |
190 | # ARM General Interrupt Controller\r | |
191 | #\r | |
192 | gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r | |
7b70dabb | 193 | gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r |
6f5872b1 MC |
194 | gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r |
195 | \r | |
196 | ## PL031 RealTimeClock\r | |
197 | gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r | |
198 | \r | |
65bb13b0 LE |
199 | gArmPlatformTokenSpaceGuid.PcdPciBusMin|0x0\r |
200 | gArmPlatformTokenSpaceGuid.PcdPciBusMax|0x0\r | |
201 | gArmPlatformTokenSpaceGuid.PcdPciIoBase|0x0\r | |
202 | gArmPlatformTokenSpaceGuid.PcdPciIoSize|0x0\r | |
203 | gArmPlatformTokenSpaceGuid.PcdPciIoTranslation|0x0\r | |
204 | gArmPlatformTokenSpaceGuid.PcdPciMmio32Base|0x0\r | |
205 | gArmPlatformTokenSpaceGuid.PcdPciMmio32Size|0x0\r | |
206 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x0\r | |
207 | \r | |
9180ab73 | 208 | gArmVirtualizationTokenSpaceGuid.PcdArmPsciMethod|0\r |
6f5872b1 | 209 | \r |
ad652d46 LE |
210 | gArmVirtualizationTokenSpaceGuid.PcdFwCfgSelectorAddress|0x0\r |
211 | gArmVirtualizationTokenSpaceGuid.PcdFwCfgDataAddress|0x0\r | |
212 | \r | |
d01c77bb LE |
213 | #\r |
214 | # Set video resolution for boot options and for text setup.\r | |
215 | # PlatformDxe can set the former at runtime.\r | |
216 | #\r | |
217 | gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r | |
218 | gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r | |
66b43839 RN |
219 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r |
220 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r | |
d01c77bb | 221 | \r |
6f5872b1 MC |
222 | ################################################################################\r |
223 | #\r | |
224 | # Components Section - list of all EDK II Modules needed by this Platform\r | |
225 | #\r | |
226 | ################################################################################\r | |
227 | [Components.common]\r | |
228 | #\r | |
229 | # PEI Phase modules\r | |
230 | #\r | |
231 | ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf {\r | |
232 | <LibraryClasses>\r | |
233 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r | |
234 | }\r | |
235 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
236 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r | |
237 | ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r | |
238 | ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r | |
239 | ArmPkg/Drivers/CpuPei/CpuPei.inf\r | |
240 | \r | |
80f882ab AB |
241 | !if $(SECURE_BOOT_ENABLE) == TRUE\r |
242 | SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf {\r | |
243 | <LibraryClasses>\r | |
244 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r | |
245 | }\r | |
246 | !else\r | |
6f5872b1 | 247 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r |
80f882ab AB |
248 | !endif\r |
249 | \r | |
6f5872b1 MC |
250 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r |
251 | <LibraryClasses>\r | |
9435a57e | 252 | NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r |
6f5872b1 MC |
253 | }\r |
254 | \r | |
255 | #\r | |
256 | # DXE\r | |
257 | #\r | |
258 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r | |
259 | <LibraryClasses>\r | |
260 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r | |
261 | }\r | |
262 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r | |
263 | \r | |
264 | #\r | |
265 | # Architectural Protocols\r | |
266 | #\r | |
267 | ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r | |
268 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
80f882ab AB |
269 | !if $(SECURE_BOOT_ENABLE) == TRUE\r |
270 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r | |
271 | <LibraryClasses>\r | |
272 | NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r | |
273 | }\r | |
274 | SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf {\r | |
275 | <LibraryClasses>\r | |
276 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r | |
277 | OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r | |
278 | }\r | |
279 | SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r | |
280 | !else\r | |
6f5872b1 | 281 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r |
6f5872b1 | 282 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r |
80f882ab AB |
283 | !endif\r |
284 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r | |
6f5872b1 MC |
285 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r |
286 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r | |
287 | EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r | |
288 | EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r | |
289 | EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r | |
290 | \r | |
291 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r | |
292 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r | |
293 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r | |
294 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r | |
295 | EmbeddedPkg/SerialDxe/SerialDxe.inf\r | |
296 | \r | |
297 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r | |
298 | \r | |
299 | ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r | |
300 | ArmPkg/Drivers/TimerDxe/TimerDxe.inf\r | |
80f882ab AB |
301 | !if $(SECURE_BOOT_ENABLE) == TRUE\r |
302 | ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf\r | |
303 | !else\r | |
304 | ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r | |
305 | !endif\r | |
6f5872b1 MC |
306 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r |
307 | \r | |
308 | #\r | |
309 | # Platform Driver\r | |
310 | #\r | |
311 | ArmPlatformPkg/ArmVirtualizationPkg/VirtFdtDxe/VirtFdtDxe.inf\r | |
312 | OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r | |
313 | OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r | |
314 | OvmfPkg/VirtioNetDxe/VirtioNet.inf\r | |
315 | \r | |
316 | #\r | |
317 | # FAT filesystem + GPT/MBR partitioning\r | |
318 | #\r | |
319 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r | |
320 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
321 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r | |
322 | \r | |
323 | #\r | |
324 | # Bds\r | |
325 | #\r | |
326 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
43ac100e OM |
327 | !ifdef INTEL_BDS\r |
328 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r | |
329 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
330 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r | |
331 | !else\r | |
6f5872b1 | 332 | ArmPlatformPkg/Bds/Bds.inf\r |
43ac100e | 333 | !endif\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 LE |
340 | \r |
341 | #\r | |
342 | # ACPI Support\r | |
343 | #\r | |
344 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r | |
345 | OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf\r | |
10233c9e LE |
346 | \r |
347 | #\r | |
348 | # PCI support\r | |
349 | #\r | |
350 | ArmPlatformPkg/ArmVirtualizationPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r | |
351 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r | |
352 | OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r | |
d01c77bb LE |
353 | \r |
354 | #\r | |
355 | # Video support\r | |
356 | #\r | |
357 | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r | |
358 | <LibraryClasses>\r | |
359 | BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r | |
360 | }\r | |
361 | OvmfPkg/PlatformDxe/Platform.inf\r | |
e17b1db5 LE |
362 | \r |
363 | #\r | |
364 | # USB Support\r | |
365 | #\r | |
366 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r | |
367 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r | |
eee32602 | 368 | MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r |
e17b1db5 LE |
369 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r |
370 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r |