]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
c4324a9e264b8438566a3a3ef94120e2ea9bf489
[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|NOOPT
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 DEFINE NETWORK_IP6_ENABLE = FALSE
38 DEFINE HTTP_BOOT_ENABLE = FALSE
39
40 !include ArmVirtPkg/ArmVirt.dsc.inc
41
42 [LibraryClasses.common]
43 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
44 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
45
46 # Virtio Support
47 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
48 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
49 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
50 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
51
52 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf
53
54 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
55 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
56
57 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
58 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
59 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
60 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
61 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
62 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
63 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
64 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
65 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
66 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
67
68 [LibraryClasses.common.UEFI_DRIVER]
69 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
70
71 [BuildOptions.common.EDKII.SEC, BuildOptions.common.EDKII.BASE]
72 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
73 # executable we build for the relocatable PrePi. They are not runtime
74 # relocatable in ELF.
75 *_CLANG35_ARM_CC_FLAGS = -mno-movt
76
77 #
78 # CLANG38 with LTO support enabled uses the GNU GOLD linker, which insists
79 # on emitting GOT based symbol references when running in shared mode, unless
80 # we override visibility to 'hidden' in all modules that make up the PrePi
81 # build.
82 #
83 GCC:*_CLANG38_*_CC_FLAGS = -include $(WORKSPACE)/ArmVirtPkg/Include/Platform/Hidden.h
84
85 ################################################################################
86 #
87 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
88 #
89 ################################################################################
90
91 [PcdsFeatureFlag.common]
92 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
93 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
94
95 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
96 # It could be set FALSE to save size.
97 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
98 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
99
100 [PcdsFixedAtBuild.common]
101 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
102 !if $(ARCH) == AARCH64
103 gArmTokenSpaceGuid.PcdVFPEnabled|1
104 !endif
105
106 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
107 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
108 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
109 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
110
111 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
112 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
113
114 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
115 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
116
117 #
118 # ARM PrimeCell
119 #
120
121 ## PL011 - Serial Terminal
122 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
123
124 ## Default Terminal Type
125 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
126 !if $(TTY_TERMINAL) == TRUE
127 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
128 !else
129 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
130 !endif
131
132 #
133 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
134 #
135 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
136
137 !if $(HTTP_BOOT_ENABLE) == TRUE
138 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
139 !endif
140
141 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
142 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
143
144 #
145 # The maximum physical I/O addressability of the processor, set with
146 # BuildCpuHob().
147 #
148 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
149
150 [PcdsPatchableInModule.common]
151 #
152 # This will be overridden in the code
153 #
154 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
155 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
156
157 #
158 # Define a default initial address for the device tree.
159 # Ignored if x0 != 0 at entry.
160 #
161 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
162
163 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
164 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
165
166 [PcdsDynamicDefault.common]
167 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
168
169 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
170 # enumeration to complete before installing ACPI tables.
171 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
172
173 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
174 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
175 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
176 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
177
178 #
179 # ARM General Interrupt Controller
180 #
181 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
182 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
183 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
184
185 ## PL031 RealTimeClock
186 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
187
188 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
189 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
190 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
191
192 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
193
194 #
195 # Set video resolution for boot options and for text setup.
196 # PlatformDxe can set the former at runtime.
197 #
198 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
199 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
200 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
201 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
202
203 #
204 # SMBIOS entry point version
205 #
206 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
207 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
208 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
209
210 ################################################################################
211 #
212 # Components Section - list of all EDK II Modules needed by this Platform
213 #
214 ################################################################################
215 [Components.common]
216 #
217 # PEI Phase modules
218 #
219 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
220 <LibraryClasses>
221 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
222 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
223 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
224 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
225 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
226 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
227 }
228
229 #
230 # DXE
231 #
232 MdeModulePkg/Core/Dxe/DxeMain.inf {
233 <LibraryClasses>
234 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
235 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
236 }
237 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
238 <LibraryClasses>
239 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
240 }
241
242 #
243 # Architectural Protocols
244 #
245 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
246 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
247 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
248 <LibraryClasses>
249 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
250 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
251 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
252 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
253 }
254 !if $(SECURE_BOOT_ENABLE) == TRUE
255 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
256 <LibraryClasses>
257 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
258 }
259 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
260 !else
261 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
262 !endif
263 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
264 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
265 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
266 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
267 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
268 <LibraryClasses>
269 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
270 }
271 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
272
273 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
274 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
275 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
276 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
277 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
278
279 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
280
281 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
282 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
283 <LibraryClasses>
284 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
285 }
286 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
287 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
288
289 #
290 # Platform Driver
291 #
292 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
293 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
294 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
295 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
296 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
297 OvmfPkg/VirtioNetDxe/VirtioNet.inf
298 OvmfPkg/VirtioRngDxe/VirtioRng.inf
299
300 #
301 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
302 #
303 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
304 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
305 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
306 FatPkg/EnhancedFatDxe/Fat.inf
307 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
308
309 #
310 # Bds
311 #
312 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
313 <LibraryClasses>
314 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
315 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
316 }
317 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
318 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
319 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
320 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
321 MdeModulePkg/Logo/LogoDxe.inf
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 # Networking stack
331 #
332 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
333 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
334 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
335 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
336 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
337 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
338 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
339 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
340 !if $(NETWORK_IP6_ENABLE) == TRUE
341 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
342 NetworkPkg/TcpDxe/TcpDxe.inf
343 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
344 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
345 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
346 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
347 NetworkPkg/IScsiDxe/IScsiDxe.inf
348 !else
349 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
350 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
351 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
352 !endif
353 !if $(HTTP_BOOT_ENABLE) == TRUE
354 NetworkPkg/DnsDxe/DnsDxe.inf
355 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
356 NetworkPkg/HttpDxe/HttpDxe.inf
357 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
358 !endif
359
360 #
361 # SCSI Bus and Disk Driver
362 #
363 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
364 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
365
366 #
367 # SMBIOS Support
368 #
369 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
370 <LibraryClasses>
371 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
372 }
373 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
374
375 #
376 # PCI support
377 #
378 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
379 <LibraryClasses>
380 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
381 }
382 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
383 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
384 <LibraryClasses>
385 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
386 }
387 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
388 OvmfPkg/Virtio10Dxe/Virtio10.inf
389
390 #
391 # Video support
392 #
393 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
394 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
395 OvmfPkg/PlatformDxe/Platform.inf
396
397 #
398 # USB Support
399 #
400 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
401 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
402 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
403 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
404 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
405 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
406
407 #
408 # ACPI Support
409 #
410 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
411 [Components.AARCH64]
412 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
413 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
414 <LibraryClasses>
415 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
416 }