]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35
[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 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.ARM.SEC]
49 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
50
51 [LibraryClasses.common]
52 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
53
54 # Virtio Support
55 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
56 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
57 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
58
59 ArmPlatformLib|ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf
60 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
61
62 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
63 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
64
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
67 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
68 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
69 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
70 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
71 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
72 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
73 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
74
75 [LibraryClasses.common.UEFI_DRIVER]
76 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.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 [BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]
84 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
85 # executable we build for the relocatable PrePi. They are not runtime
86 # relocatable in ELF.
87 *_CLANG35_*_CC_FLAGS = -mno-movt
88
89 ################################################################################
90 #
91 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
92 #
93 ################################################################################
94
95 [PcdsFeatureFlag.common]
96 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
97 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
98
99 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
100 # It could be set FALSE to save size.
101 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
102 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
103
104 # Activate KVM workaround for now.
105 gArmVirtTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE
106
107 [PcdsFixedAtBuild.common]
108 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
109 !if $(ARCH) == AARCH64
110 gArmTokenSpaceGuid.PcdVFPEnabled|1
111 !endif
112
113 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
114 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
115 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
116 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
117
118 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
119 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
120
121 #
122 # ARM Pcds
123 #
124 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
125
126 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
127 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
128
129 #
130 # ARM PrimeCell
131 #
132
133 ## PL011 - Serial Terminal
134 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
135
136 ## Default Terminal Type
137 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
138 !if $(TTY_TERMINAL) == TRUE
139 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
140 !else
141 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
142 !endif
143
144 #
145 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
146 #
147 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
148
149 [PcdsPatchableInModule.common]
150 #
151 # This will be overridden in the code
152 #
153 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
154 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
155
156 #
157 # Define a default initial address for the device tree.
158 # Ignored if x0 != 0 at entry.
159 #
160 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
161
162 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
163 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
164
165 [PcdsFixedAtBuild.AARCH64]
166
167 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
168 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
169 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
170
171 #
172 # The maximum physical I/O addressability of the processor, set with
173 # BuildCpuHob().
174 #
175 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
176
177 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
178
179 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
180 # support anything bigger, even if the host hardware does
181 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
182
183 [PcdsDynamicDefault.common]
184 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
185
186 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
187 # enumeration to complete before installing ACPI tables.
188 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
189
190 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
191 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
192 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
193 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
194
195 #
196 # ARM General Interrupt Controller
197 #
198 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
199 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
200 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
201
202 ## PL031 RealTimeClock
203 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
204
205 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
206 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
207 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
208
209 #
210 # Set video resolution for boot options and for text setup.
211 # PlatformDxe can set the former at runtime.
212 #
213 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
214 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
215 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
216 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
217
218 #
219 # SMBIOS entry point version
220 #
221 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
222 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
223 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
224
225 ################################################################################
226 #
227 # Components Section - list of all EDK II Modules needed by this Platform
228 #
229 ################################################################################
230 [Components.common]
231 #
232 # PEI Phase modules
233 #
234 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
235 <LibraryClasses>
236 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
237 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
238 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
239 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
240 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
241 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.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 <LibraryClasses>
328 NULL|MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf
329 }
330 MdeModulePkg/Application/UiApp/UiApp.inf {
331 <LibraryClasses>
332 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
333 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
334 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
335 }
336
337 #
338 # SCSI Bus and Disk Driver
339 #
340 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
341 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
342
343 #
344 # SMBIOS Support
345 #
346 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
347 <LibraryClasses>
348 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
349 }
350 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
351
352 #
353 # PCI support
354 #
355 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
356 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
357 <LibraryClasses>
358 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
359 }
360 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
361 OvmfPkg/Virtio10Dxe/Virtio10.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 <LibraryClasses>
388 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
389 }