Commit | Line | Data |
---|---|---|
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 |
5e56fb35 | 4 | # Copyright (c) 2015, 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 | |
41 | ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r | |
42 | ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r | |
43 | \r | |
44 | [LibraryClasses.ARM]\r | |
45 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r | |
46 | ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r | |
47 | \r | |
48 | [LibraryClasses.common]\r | |
49 | # Virtio Support\r | |
50 | VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r | |
51 | VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r | |
7fbd1eb2 | 52 | QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r |
6f5872b1 | 53 | \r |
7fbd1eb2 | 54 | ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf\r |
6f5872b1 MC |
55 | ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r |
56 | \r | |
57 | TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r | |
7fbd1eb2 | 58 | NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r |
6f5872b1 | 59 | \r |
aa754e83 | 60 | !if $(INTEL_BDS) == TRUE\r |
43ac100e OM |
61 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r |
62 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r | |
7fbd1eb2 | 63 | PlatformBdsLib|ArmVirtPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf\r |
43ac100e | 64 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r |
274b4a8d | 65 | QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r |
43ac100e OM |
66 | !endif\r |
67 | \r | |
6f5872b1 MC |
68 | [LibraryClasses.common.UEFI_DRIVER]\r |
69 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r | |
70 | \r | |
71 | [LibraryClasses.AARCH64.SEC]\r | |
72 | ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf\r | |
73 | \r | |
74 | [LibraryClasses.ARM.SEC]\r | |
75 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r | |
76 | \r | |
77 | [BuildOptions]\r | |
7fbd1eb2 OM |
78 | RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r |
79 | GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r | |
80 | *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r | |
6f5872b1 MC |
81 | \r |
82 | \r | |
83 | ################################################################################\r | |
84 | #\r | |
85 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r | |
86 | #\r | |
87 | ################################################################################\r | |
88 | \r | |
89 | [PcdsFeatureFlag.common]\r | |
10233c9e | 90 | gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r |
274b4a8d LE |
91 | gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r |
92 | \r | |
6f5872b1 MC |
93 | ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r |
94 | # It could be set FALSE to save size.\r | |
d01c77bb LE |
95 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r |
96 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r | |
6f5872b1 | 97 | \r |
f9a8be42 | 98 | # Activate KVM workaround for now.\r |
7fbd1eb2 | 99 | gArmVirtTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE\r |
f9a8be42 | 100 | \r |
6f5872b1 | 101 | [PcdsFixedAtBuild.common]\r |
6f5872b1 MC |
102 | gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"QEMU"\r |
103 | \r | |
104 | gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r | |
105 | !if $(ARCH) == AARCH64\r | |
106 | gArmTokenSpaceGuid.PcdVFPEnabled|1\r | |
107 | !endif\r | |
108 | \r | |
109 | gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r | |
110 | gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r | |
111 | \r | |
112 | # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r | |
113 | gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r | |
114 | \r | |
115 | #\r | |
116 | # ARM Pcds\r | |
117 | #\r | |
118 | gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r | |
119 | \r | |
120 | ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r | |
121 | gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r | |
122 | \r | |
123 | #\r | |
124 | # ARM PrimeCell\r | |
125 | #\r | |
126 | \r | |
127 | ## PL011 - Serial Terminal\r | |
128 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r | |
129 | \r | |
130 | #\r | |
131 | # ARM OS Loader\r | |
132 | #\r | |
133 | gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux (EFI stub) on virtio31:hd0:part0"\r | |
134 | gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(837DCA9E-E874-4D82-B29A-23FE0E23D1E2,003E000A00000000)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/Image"\r | |
135 | gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"root=/dev/vda2 console=ttyAMA0 earlycon uefi_debug"\r | |
6f5872b1 | 136 | \r |
d01c77bb | 137 | #\r |
ba67a145 | 138 | # Settings for ARM BDS -- use the serial console (ConIn & ConOut).\r |
d01c77bb | 139 | #\r |
aa754e83 RF |
140 | !if $(TTY_TERMINAL) == TRUE\r |
141 | gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenMsg(7D916D80-5BB1-458C-A48F-E25FDD51EF94)"\r | |
142 | gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenMsg(7D916D80-5BB1-458C-A48F-E25FDD51EF94)"\r | |
143 | !else\r | |
ba67a145 LE |
144 | gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenVt100()"\r |
145 | gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenVt100()"\r | |
aa754e83 | 146 | !endif\r |
db1b9ea0 | 147 | gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r |
6f5872b1 MC |
148 | \r |
149 | #\r | |
ab879e4c | 150 | # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r |
6f5872b1 | 151 | #\r |
ab879e4c | 152 | gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r |
6f5872b1 MC |
153 | \r |
154 | #\r | |
155 | # NV Storage PCDs. Use base of 0x04000000 for NOR1\r | |
156 | #\r | |
157 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x04000000\r | |
158 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000\r | |
159 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x04040000\r | |
160 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000\r | |
161 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x04080000\r | |
162 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000\r | |
163 | \r | |
164 | # System Memory Base -- fixed at 0x4000_0000\r | |
165 | gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000\r | |
166 | \r | |
167 | # initial location of the device tree blob passed by QEMU -- base of DRAM\r | |
7fbd1eb2 | 168 | gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r |
6f5872b1 | 169 | \r |
aa754e83 | 170 | !if $(INTEL_BDS) == TRUE\r |
43ac100e | 171 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r |
b49ed62d | 172 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r |
43ac100e OM |
173 | !endif\r |
174 | \r | |
1ff2b5a8 LE |
175 | #\r |
176 | # The maximum physical I/O addressability of the processor, set with\r | |
177 | # BuildCpuHob().\r | |
178 | #\r | |
179 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r | |
180 | \r | |
65bb13b0 | 181 | [PcdsDynamicDefault.common]\r |
2c3ce491 JJ |
182 | ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r |
183 | # enumeration to complete before installing ACPI tables.\r | |
184 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r | |
185 | \r | |
6f5872b1 MC |
186 | # System Memory Size -- 1 MB initially, actual size will be fetched from DT\r |
187 | gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000\r | |
188 | \r | |
6f5872b1 MC |
189 | gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r |
190 | gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r | |
191 | gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r | |
192 | gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r | |
193 | \r | |
194 | #\r | |
195 | # ARM General Interrupt Controller\r | |
196 | #\r | |
197 | gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r | |
7b70dabb | 198 | gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r |
6f5872b1 MC |
199 | gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r |
200 | \r | |
201 | ## PL031 RealTimeClock\r | |
202 | gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r | |
203 | \r | |
65bb13b0 LE |
204 | gArmPlatformTokenSpaceGuid.PcdPciBusMin|0x0\r |
205 | gArmPlatformTokenSpaceGuid.PcdPciBusMax|0x0\r | |
206 | gArmPlatformTokenSpaceGuid.PcdPciIoBase|0x0\r | |
207 | gArmPlatformTokenSpaceGuid.PcdPciIoSize|0x0\r | |
208 | gArmPlatformTokenSpaceGuid.PcdPciIoTranslation|0x0\r | |
209 | gArmPlatformTokenSpaceGuid.PcdPciMmio32Base|0x0\r | |
210 | gArmPlatformTokenSpaceGuid.PcdPciMmio32Size|0x0\r | |
211 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x0\r | |
212 | \r | |
7fbd1eb2 | 213 | gArmVirtTokenSpaceGuid.PcdArmPsciMethod|0\r |
6f5872b1 | 214 | \r |
7fbd1eb2 OM |
215 | gArmVirtTokenSpaceGuid.PcdFwCfgSelectorAddress|0x0\r |
216 | gArmVirtTokenSpaceGuid.PcdFwCfgDataAddress|0x0\r | |
ad652d46 | 217 | \r |
d01c77bb LE |
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 | |
66b43839 RN |
224 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r |
225 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r | |
d01c77bb | 226 | \r |
6f5872b1 MC |
227 | ################################################################################\r |
228 | #\r | |
229 | # Components Section - list of all EDK II Modules needed by this Platform\r | |
230 | #\r | |
231 | ################################################################################\r | |
232 | [Components.common]\r | |
233 | #\r | |
234 | # PEI Phase modules\r | |
235 | #\r | |
236 | ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf {\r | |
237 | <LibraryClasses>\r | |
238 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r | |
239 | }\r | |
240 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
241 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r | |
242 | ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r | |
243 | ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r | |
244 | ArmPkg/Drivers/CpuPei/CpuPei.inf\r | |
245 | \r | |
246 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r | |
80f882ab | 247 | \r |
6f5872b1 MC |
248 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r |
249 | <LibraryClasses>\r | |
9435a57e | 250 | NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r |
6f5872b1 MC |
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 | |
259 | }\r | |
260 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r | |
261 | \r | |
262 | #\r | |
263 | # Architectural Protocols\r | |
264 | #\r | |
265 | ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r | |
266 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
d68d2eda | 267 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r |
80f882ab AB |
268 | !if $(SECURE_BOOT_ENABLE) == TRUE\r |
269 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r | |
270 | <LibraryClasses>\r | |
271 | NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r | |
272 | }\r | |
80f882ab AB |
273 | SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r |
274 | !else\r | |
6f5872b1 | 275 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r |
80f882ab AB |
276 | !endif\r |
277 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r | |
6f5872b1 MC |
278 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r |
279 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r | |
280 | EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r | |
281 | EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r | |
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 | |
288 | EmbeddedPkg/SerialDxe/SerialDxe.inf\r | |
289 | \r | |
290 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r | |
291 | \r | |
292 | ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r | |
293 | ArmPkg/Drivers/TimerDxe/TimerDxe.inf\r | |
80f882ab AB |
294 | !if $(SECURE_BOOT_ENABLE) == TRUE\r |
295 | ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf\r | |
296 | !else\r | |
297 | ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r | |
298 | !endif\r | |
6f5872b1 MC |
299 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r |
300 | \r | |
301 | #\r | |
302 | # Platform Driver\r | |
303 | #\r | |
7fbd1eb2 | 304 | ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.inf\r |
6f5872b1 MC |
305 | OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r |
306 | OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r | |
307 | OvmfPkg/VirtioNetDxe/VirtioNet.inf\r | |
308 | \r | |
309 | #\r | |
310 | # FAT filesystem + GPT/MBR partitioning\r | |
311 | #\r | |
312 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r | |
313 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
314 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r | |
315 | \r | |
316 | #\r | |
317 | # Bds\r | |
318 | #\r | |
319 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
aa754e83 | 320 | !if $(INTEL_BDS) == TRUE\r |
43ac100e OM |
321 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r |
322 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
323 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r | |
324 | !else\r | |
6f5872b1 | 325 | ArmPlatformPkg/Bds/Bds.inf\r |
43ac100e | 326 | !endif\r |
6f5872b1 MC |
327 | \r |
328 | #\r | |
329 | # SCSI Bus and Disk Driver\r | |
330 | #\r | |
331 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r | |
332 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r | |
1c5adbef LE |
333 | \r |
334 | #\r | |
335 | # ACPI Support\r | |
336 | #\r | |
337 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r | |
338 | OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf\r | |
10233c9e LE |
339 | \r |
340 | #\r | |
341 | # PCI support\r | |
342 | #\r | |
7fbd1eb2 | 343 | ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r |
10233c9e LE |
344 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r |
345 | OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r | |
d01c77bb LE |
346 | \r |
347 | #\r | |
348 | # Video support\r | |
349 | #\r | |
350 | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r | |
351 | <LibraryClasses>\r | |
352 | BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r | |
353 | }\r | |
354 | OvmfPkg/PlatformDxe/Platform.inf\r | |
e17b1db5 LE |
355 | \r |
356 | #\r | |
357 | # USB Support\r | |
358 | #\r | |
359 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r | |
360 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r | |
eee32602 | 361 | MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r |
e17b1db5 LE |
362 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r |
363 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r |