]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: Add FileExplorerLib.inf to the QEMU dsc files
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = ArmVirtQemu
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf
31
32 #
33 # Defines for default states. These can be changed on the command line.
34 # -D FLAG=VALUE
35 #
36 DEFINE SECURE_BOOT_ENABLE = FALSE
37
38 !include ArmVirtPkg/ArmVirt.dsc.inc
39
40 [LibraryClasses.AARCH64]
41 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
42 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
43
44 [LibraryClasses.ARM]
45 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
46 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
47
48 [LibraryClasses.common]
49 # Virtio Support
50 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
51 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
52 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
53
54 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf
55 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
56
57 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
58 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
59
60 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
61 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
62 PlatformBdsLib|ArmVirtPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
63 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
64 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
65 !if $(SECURE_BOOT_ENABLE) == TRUE
66 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
67 !endif
68
69 [LibraryClasses.common.UEFI_DRIVER]
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71
72 [LibraryClasses.AARCH64.SEC]
73 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
74
75 [LibraryClasses.ARM.SEC]
76 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
77
78 [BuildOptions]
79 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
80 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
81 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
82
83
84 ################################################################################
85 #
86 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
87 #
88 ################################################################################
89
90 [PcdsFeatureFlag.common]
91 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
92 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
93
94 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
95 # It could be set FALSE to save size.
96 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
97 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
98
99 # Activate KVM workaround for now.
100 gArmVirtTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE
101
102 [PcdsFixedAtBuild.common]
103 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
104 !if $(ARCH) == AARCH64
105 gArmTokenSpaceGuid.PcdVFPEnabled|1
106 !endif
107
108 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
109 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
110
111 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
112 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
113
114 #
115 # ARM Pcds
116 #
117 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
118
119 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
120 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
121
122 #
123 # ARM PrimeCell
124 #
125
126 ## PL011 - Serial Terminal
127 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
128
129 ## Default Terminal Type
130 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
131 !if $(TTY_TERMINAL) == TRUE
132 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
133 !else
134 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
135 !endif
136 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
137
138 #
139 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
140 #
141 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
142
143 #
144 # NV Storage PCDs. Use base of 0x04000000 for NOR1
145 #
146 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x04000000
147 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000
148 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x04040000
149 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000
150 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x04080000
151 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000
152
153 # System Memory Base -- fixed at 0x4000_0000
154 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
155
156 # initial location of the device tree blob passed by QEMU -- base of DRAM
157 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
158
159 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
160 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
161
162 #
163 # The maximum physical I/O addressability of the processor, set with
164 # BuildCpuHob().
165 #
166 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
167
168 [PcdsFixedAtBuild.AARCH64]
169 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
170
171 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
172 # support anything bigger, even if the host hardware does
173 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
174
175 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
176 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
177 # presence of the 32-bit entry point anyway (because many AARCH64 systems
178 # don't have 32-bit addressable physical RAM), and the additional allocations
179 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
180 # point only, for entry point versions >= 3.0.
181 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
182
183 # ACPI predates the AARCH64 architecture by 5 versions, so
184 # we only target OSes that support ACPI v5.0 or later
185 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
186
187 [PcdsDynamicDefault.common]
188 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
189 # enumeration to complete before installing ACPI tables.
190 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
191
192 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
193 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
194
195 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
196 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
197 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
198 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
199
200 #
201 # ARM General Interrupt Controller
202 #
203 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
204 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
205 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
206 gArmVirtTokenSpaceGuid.PcdArmGicRevision|0x0
207
208 ## PL031 RealTimeClock
209 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
210
211 gArmPlatformTokenSpaceGuid.PcdPciBusMin|0x0
212 gArmPlatformTokenSpaceGuid.PcdPciBusMax|0x0
213 gArmPlatformTokenSpaceGuid.PcdPciIoBase|0x0
214 gArmPlatformTokenSpaceGuid.PcdPciIoSize|0x0
215 gArmPlatformTokenSpaceGuid.PcdPciIoTranslation|0x0
216 gArmPlatformTokenSpaceGuid.PcdPciMmio32Base|0x0
217 gArmPlatformTokenSpaceGuid.PcdPciMmio32Size|0x0
218 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x0
219
220 gArmVirtTokenSpaceGuid.PcdArmPsciMethod|0
221
222 gArmVirtTokenSpaceGuid.PcdFwCfgSelectorAddress|0x0
223 gArmVirtTokenSpaceGuid.PcdFwCfgDataAddress|0x0
224 gArmVirtTokenSpaceGuid.PcdFwCfgDmaAddress|0x0
225
226 #
227 # Set video resolution for boot options and for text setup.
228 # PlatformDxe can set the former at runtime.
229 #
230 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
231 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
232 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
233 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
234
235 #
236 # SMBIOS entry point version
237 #
238 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
239 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
240 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
241
242 ################################################################################
243 #
244 # Components Section - list of all EDK II Modules needed by this Platform
245 #
246 ################################################################################
247 [Components.common]
248 #
249 # PEI Phase modules
250 #
251 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
252 MdeModulePkg/Core/Pei/PeiMain.inf
253 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
254 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
255 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
256 ArmPkg/Drivers/CpuPei/CpuPei.inf
257
258 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
259
260 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
261 <LibraryClasses>
262 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
263 }
264
265 #
266 # DXE
267 #
268 MdeModulePkg/Core/Dxe/DxeMain.inf {
269 <LibraryClasses>
270 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
271 }
272 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
273
274 #
275 # Architectural Protocols
276 #
277 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
278 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
279 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
280 <LibraryClasses>
281 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
282 }
283 !if $(SECURE_BOOT_ENABLE) == TRUE
284 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
285 <LibraryClasses>
286 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
287 }
288 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
289 !else
290 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
291 !endif
292 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
293 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
294 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
295 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
296 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
297 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
298
299 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
300 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
301 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
302 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
303 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
304
305 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
306
307 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
308 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
309 !if $(SECURE_BOOT_ENABLE) == TRUE
310 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
311 !else
312 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
313 !endif
314 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
315
316 #
317 # Platform Driver
318 #
319 ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.inf
320 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
321 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
322 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
323 OvmfPkg/VirtioNetDxe/VirtioNet.inf
324 OvmfPkg/VirtioRngDxe/VirtioRng.inf
325
326 #
327 # FAT filesystem + GPT/MBR partitioning
328 #
329 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
330 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
331 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
332
333 #
334 # Bds
335 #
336 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
337 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
338 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
339 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
340
341 #
342 # SCSI Bus and Disk Driver
343 #
344 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
345 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
346
347 #
348 # SMBIOS Support
349 #
350 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
351 <LibraryClasses>
352 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
353 }
354 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
355
356 #
357 # PCI support
358 #
359 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
360 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
361 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
362
363 #
364 # Video support
365 #
366 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {
367 <LibraryClasses>
368 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
369 }
370 OvmfPkg/PlatformDxe/Platform.inf
371
372 #
373 # USB Support
374 #
375 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
376 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
377 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
378 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
379 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
380
381 [Components.AARCH64]
382 #
383 # ACPI Support
384 #
385 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
386 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
387
388 [Components.ARM]
389 #
390 # The ARM/Linux kernel has no built in EFI boot stub (yet), so we still need
391 # an intermediate OS loader. Add the LinuxLoader UEFI application so we can
392 # invoke it from the shell.
393 #
394 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
395 ArmPkg/Application/LinuxLoader/LinuxLoader.inf {
396 <LibraryClasses>
397 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
398 }