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