]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: implement ArmVirtQemuKernel
[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, 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 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
62 PlatformBdsLib|ArmVirtPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
63 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
64 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
65
66 [LibraryClasses.common.UEFI_DRIVER]
67 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
68
69 [BuildOptions]
70 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
71 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
72 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
73
74
75 ################################################################################
76 #
77 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
78 #
79 ################################################################################
80
81 [PcdsFeatureFlag.common]
82 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
83 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
84
85 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
86 # It could be set FALSE to save size.
87 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
88 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
89
90 # Activate KVM workaround for now.
91 gArmVirtTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE
92
93 [PcdsFixedAtBuild.common]
94 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
95 !if $(ARCH) == AARCH64
96 gArmTokenSpaceGuid.PcdVFPEnabled|1
97 !endif
98
99 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
100 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
101
102 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
103 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
104
105 #
106 # ARM Pcds
107 #
108 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
109
110 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
111 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
112
113 #
114 # ARM PrimeCell
115 #
116
117 ## PL011 - Serial Terminal
118 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
119
120 ## Default Terminal Type
121 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
122 !if $(TTY_TERMINAL) == TRUE
123 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
124 !else
125 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
126 !endif
127 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
128
129 #
130 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
131 #
132 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
133
134 #
135 # NV Storage PCDs. Use base of 0x04000000 for NOR1
136 #
137 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x04000000
138 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000
139 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x04040000
140 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000
141 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x04080000
142 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000
143
144 [PcdsPatchableInModule.common]
145 #
146 # This will be overridden in the code
147 #
148 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
149 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
150
151 #
152 # Define a default initial address for the device tree.
153 # Ignored if x0 != 0 at entry.
154 #
155 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
156
157 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
158 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
159
160 [PcdsFixedAtBuild.AARCH64]
161
162 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
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 ## 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 gArmVirtTokenSpaceGuid.PcdArmGicRevision|0x0
194
195 ## PL031 RealTimeClock
196 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
197
198 gArmPlatformTokenSpaceGuid.PcdPciBusMin|0x0
199 gArmPlatformTokenSpaceGuid.PcdPciBusMax|0x0
200 gArmPlatformTokenSpaceGuid.PcdPciIoBase|0x0
201 gArmPlatformTokenSpaceGuid.PcdPciIoSize|0x0
202 gArmPlatformTokenSpaceGuid.PcdPciIoTranslation|0x0
203 gArmPlatformTokenSpaceGuid.PcdPciMmio32Base|0x0
204 gArmPlatformTokenSpaceGuid.PcdPciMmio32Size|0x0
205 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x0
206
207 gArmVirtTokenSpaceGuid.PcdArmPsciMethod|0
208
209 gArmVirtTokenSpaceGuid.PcdFwCfgSelectorAddress|0x0
210 gArmVirtTokenSpaceGuid.PcdFwCfgDataAddress|0x0
211 gArmVirtTokenSpaceGuid.PcdFwCfgDmaAddress|0x0
212
213 #
214 # Set video resolution for boot options and for text setup.
215 # PlatformDxe can set the former at runtime.
216 #
217 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
218 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
219 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
220 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
221
222 #
223 # SMBIOS entry point version
224 #
225 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
226 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
227 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
228
229 ################################################################################
230 #
231 # Components Section - list of all EDK II Modules needed by this Platform
232 #
233 ################################################################################
234 [Components.common]
235 #
236 # PEI Phase modules
237 #
238 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
239 <LibraryClasses>
240 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
241 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
242 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
243 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
244 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
245 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
246 }
247
248 #
249 # DXE
250 #
251 MdeModulePkg/Core/Dxe/DxeMain.inf {
252 <LibraryClasses>
253 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
254 }
255 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
256
257 #
258 # Architectural Protocols
259 #
260 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
261 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
262 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
263 <LibraryClasses>
264 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
265 }
266 !if $(SECURE_BOOT_ENABLE) == TRUE
267 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
268 <LibraryClasses>
269 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
270 }
271 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
272 !else
273 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
274 !endif
275 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
276 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
277 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
278 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
279 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
280 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
281
282 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
283 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
284 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
285 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
286 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
287
288 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
289
290 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
291 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
292 !if $(SECURE_BOOT_ENABLE) == TRUE
293 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
294 !else
295 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
296 !endif
297 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
298
299 #
300 # Platform Driver
301 #
302 ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.inf
303 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
304 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
305 OvmfPkg/VirtioNetDxe/VirtioNet.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
314 #
315 # Bds
316 #
317 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
318 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
319 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
320 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
321
322 #
323 # SCSI Bus and Disk Driver
324 #
325 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
326 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
327
328 #
329 # SMBIOS Support
330 #
331 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
332 <LibraryClasses>
333 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
334 }
335 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
336
337 #
338 # ACPI Support
339 #
340 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
341 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
342
343 #
344 # PCI support
345 #
346 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
347 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
348 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
349
350 #
351 # Video support
352 #
353 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {
354 <LibraryClasses>
355 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
356 }
357 OvmfPkg/PlatformDxe/Platform.inf
358
359 #
360 # USB Support
361 #
362 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
363 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
364 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
365 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
366 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
367
368 [Components.ARM]
369 #
370 # The ARM/Linux kernel has no built in EFI boot stub (yet), so we still need
371 # an intermediate OS loader. Add the LinuxLoader UEFI application so we can
372 # invoke it from the shell.
373 #
374 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
375 ArmPkg/Application/LinuxLoader/LinuxLoader.inf {
376 <LibraryClasses>
377 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
378 }