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