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