]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg/ArmVirtXen: don't set PcdTerminalTypeGuidBuffer
[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 TTY_TERMINAL = FALSE
37 DEFINE SECURE_BOOT_ENABLE = FALSE
38 DEFINE NETWORK_IP6_ENABLE = FALSE
39 DEFINE HTTP_BOOT_ENABLE = FALSE
40
41 !include ArmVirtPkg/ArmVirt.dsc.inc
42
43 [LibraryClasses.common]
44 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
45 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
46
47 # Virtio Support
48 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
49 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
50 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
51 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
52
53 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf
54
55 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
56 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
57
58 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
59 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
60 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
61 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
62 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
63 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
64 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
65 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
66 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
67 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
68
69 [LibraryClasses.common.UEFI_DRIVER]
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71
72 [BuildOptions.common.EDKII.SEC, BuildOptions.common.EDKII.BASE]
73 #
74 # CLANG38 with LTO support enabled uses the GNU GOLD linker, which insists
75 # on emitting GOT based symbol references when running in shared mode, unless
76 # we override visibility to 'hidden' in all modules that make up the PrePi
77 # build.
78 #
79 GCC:*_CLANG38_*_CC_FLAGS = -include $(WORKSPACE)/ArmVirtPkg/Include/Platform/Hidden.h
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 [PcdsFixedAtBuild.common]
97 !if $(ARCH) == AARCH64
98 gArmTokenSpaceGuid.PcdVFPEnabled|1
99 !endif
100
101 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
102 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
103 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
104
105 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
106 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
107
108 #
109 # ARM PrimeCell
110 #
111
112 ## PL011 - Serial Terminal
113 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
114
115 ## Default Terminal Type
116 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
117 !if $(TTY_TERMINAL) == TRUE
118 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
119 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
120 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
121 !else
122 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
123 !endif
124
125 #
126 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
127 #
128 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
129
130 !if $(HTTP_BOOT_ENABLE) == TRUE
131 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
132 !endif
133
134 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
135 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
136
137 #
138 # The maximum physical I/O addressability of the processor, set with
139 # BuildCpuHob().
140 #
141 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
142
143 [PcdsPatchableInModule.common]
144 #
145 # This will be overridden in the code
146 #
147 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
148 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
149
150 #
151 # Define a default initial address for the device tree.
152 # Ignored if x0 != 0 at entry.
153 #
154 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
155
156 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
157 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
158
159 [PcdsDynamicDefault.common]
160 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
161
162 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
163 # enumeration to complete before installing ACPI tables.
164 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
165
166 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
167 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
168 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
169 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
170
171 #
172 # ARM General Interrupt Controller
173 #
174 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
175 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
176 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
177
178 ## PL031 RealTimeClock
179 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
180
181 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
182 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
183 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
184
185 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
186
187 #
188 # Set video resolution for boot options and for text setup.
189 # PlatformDxe can set the former at runtime.
190 #
191 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
192 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
193 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
194 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
195
196 #
197 # SMBIOS entry point version
198 #
199 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
200 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
201 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
202
203 ################################################################################
204 #
205 # Components Section - list of all EDK II Modules needed by this Platform
206 #
207 ################################################################################
208 [Components.common]
209 #
210 # PEI Phase modules
211 #
212 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
213 <LibraryClasses>
214 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
215 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
216 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
217 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
218 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
219 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
220 }
221
222 #
223 # DXE
224 #
225 MdeModulePkg/Core/Dxe/DxeMain.inf {
226 <LibraryClasses>
227 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
228 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
229 }
230 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
231 <LibraryClasses>
232 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
233 }
234
235 #
236 # Architectural Protocols
237 #
238 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
239 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
240 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
241 <LibraryClasses>
242 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
243 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
244 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
245 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.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 <LibraryClasses>
307 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
308 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
309 }
310 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
311 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
312 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
313 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
314 MdeModulePkg/Logo/LogoDxe.inf
315 MdeModulePkg/Application/UiApp/UiApp.inf {
316 <LibraryClasses>
317 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
318 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
319 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
320 }
321
322 #
323 # Networking stack
324 #
325 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
326 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
327 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
328 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
329 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
330 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
331 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
332 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
333 NetworkPkg/TcpDxe/TcpDxe.inf
334 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
335 NetworkPkg/IScsiDxe/IScsiDxe.inf
336 !if $(NETWORK_IP6_ENABLE) == TRUE
337 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
338 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
339 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
340 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
341 !endif
342 !if $(HTTP_BOOT_ENABLE) == TRUE
343 NetworkPkg/DnsDxe/DnsDxe.inf
344 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
345 NetworkPkg/HttpDxe/HttpDxe.inf
346 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
347 !endif
348
349 #
350 # SCSI Bus and Disk Driver
351 #
352 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
353 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
354
355 #
356 # SMBIOS Support
357 #
358 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
359 <LibraryClasses>
360 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
361 }
362 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
363
364 #
365 # PCI support
366 #
367 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
368 <LibraryClasses>
369 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
370 }
371 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
372 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
373 <LibraryClasses>
374 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
375 }
376 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
377 OvmfPkg/Virtio10Dxe/Virtio10.inf
378
379 #
380 # Video support
381 #
382 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
383 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
384 OvmfPkg/PlatformDxe/Platform.inf
385
386 #
387 # USB Support
388 #
389 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
390 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
391 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
392 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
393 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
394 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
395
396 #
397 # ACPI Support
398 #
399 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
400 [Components.AARCH64]
401 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
402 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
403 <LibraryClasses>
404 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
405 }