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