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