]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: Use the new LogoDxe driver
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.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/ArmVirtQemuKernel-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.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 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
42
43 [LibraryClasses.ARM]
44 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
45
46 [LibraryClasses.common]
47 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
48 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
49
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/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.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 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
63 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
64 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
65 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
66 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
67 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
68 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
69 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
70 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
71
72 [LibraryClasses.common.UEFI_DRIVER]
73 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
74
75 [BuildOptions]
76 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
77 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
78 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
79
80 [BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]
81 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
82 # executable we build for the relocatable PrePi. They are not runtime
83 # relocatable in ELF.
84 *_CLANG35_*_CC_FLAGS = -mno-movt
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 [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 #
116 # ARM Pcds
117 #
118 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
119
120 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
121 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
122
123 #
124 # ARM PrimeCell
125 #
126
127 ## PL011 - Serial Terminal
128 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
129
130 ## Default Terminal Type
131 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
132 !if $(TTY_TERMINAL) == TRUE
133 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
134 !else
135 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
136 !endif
137
138 #
139 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
140 #
141 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
142
143 [PcdsPatchableInModule.common]
144 #
145 # This will be overridden in the code
146 #
147 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
148 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
149
150 #
151 # Define a default initial address for the device tree.
152 # Ignored if x0 != 0 at entry.
153 #
154 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
155
156 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
157 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
158
159 [PcdsFixedAtBuild.AARCH64]
160
161 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
162 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
163 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
164
165 #
166 # The maximum physical I/O addressability of the processor, set with
167 # BuildCpuHob().
168 #
169 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
170
171 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
172
173 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
174 # support anything bigger, even if the host hardware does
175 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
176
177 [PcdsDynamicDefault.common]
178 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
179
180 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
181 # enumeration to complete before installing ACPI tables.
182 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
183
184 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
185 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
186 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
187 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
188
189 #
190 # ARM General Interrupt Controller
191 #
192 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
193 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
194 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
195
196 ## PL031 RealTimeClock
197 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
198
199 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
200 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
201 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
202
203 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
204
205 #
206 # Set video resolution for boot options and for text setup.
207 # PlatformDxe can set the former at runtime.
208 #
209 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
210 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
211 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
212 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
213
214 #
215 # SMBIOS entry point version
216 #
217 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
218 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
219 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
220
221 ################################################################################
222 #
223 # Components Section - list of all EDK II Modules needed by this Platform
224 #
225 ################################################################################
226 [Components.common]
227 #
228 # PEI Phase modules
229 #
230 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
231 <LibraryClasses>
232 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
233 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
234 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
235 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
236 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
237 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
238 }
239
240 #
241 # DXE
242 #
243 MdeModulePkg/Core/Dxe/DxeMain.inf {
244 <LibraryClasses>
245 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
246 }
247 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
248 <LibraryClasses>
249 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
250 }
251
252 #
253 # Architectural Protocols
254 #
255 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
256 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
257 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
258 <LibraryClasses>
259 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
260 }
261 !if $(SECURE_BOOT_ENABLE) == TRUE
262 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
263 <LibraryClasses>
264 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
265 }
266 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
267 !else
268 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
269 !endif
270 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
271 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
272 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
273 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
274 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
275 <LibraryClasses>
276 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
277 }
278 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
279
280 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
281 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
282 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
283 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
284 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
285
286 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
287
288 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
289 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
290 <LibraryClasses>
291 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
292 }
293 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
294 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
295
296 #
297 # Platform Driver
298 #
299 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
300 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
301 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
302 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
303 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
304 OvmfPkg/VirtioNetDxe/VirtioNet.inf
305 OvmfPkg/VirtioRngDxe/VirtioRng.inf
306
307 #
308 # FAT filesystem + GPT/MBR partitioning
309 #
310 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
311 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
312 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
313 FatPkg/EnhancedFatDxe/Fat.inf
314
315 #
316 # Bds
317 #
318 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
319 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
320 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
321 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
322 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
323 MdeModulePkg/Logo/LogoDxe.inf
324 MdeModulePkg/Application/UiApp/UiApp.inf {
325 <LibraryClasses>
326 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
327 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
328 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
329 }
330
331 #
332 # SCSI Bus and Disk Driver
333 #
334 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
335 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
336
337 #
338 # SMBIOS Support
339 #
340 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
341 <LibraryClasses>
342 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
343 }
344 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
345
346 #
347 # PCI support
348 #
349 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
350 <LibraryClasses>
351 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
352 }
353 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
354 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
355 <LibraryClasses>
356 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
357 }
358 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
359 OvmfPkg/Virtio10Dxe/Virtio10.inf
360
361 #
362 # Video support
363 #
364 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {
365 <LibraryClasses>
366 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
367 }
368 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
369 OvmfPkg/PlatformDxe/Platform.inf
370
371 #
372 # USB Support
373 #
374 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
375 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
376 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
377 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
378 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
379
380 [Components.AARCH64]
381 #
382 # ACPI Support
383 #
384 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
385 <LibraryClasses>
386 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
387 }