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