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