]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/{ArmVirtQemu,ArmVirtQemuKernel}: don't set PcdTrustzoneSupport
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.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/ArmVirtQemu-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.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 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.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.PEIM]
69 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
70
71 [LibraryClasses.common.UEFI_DRIVER]
72 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
73
74 ################################################################################
75 #
76 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
77 #
78 ################################################################################
79
80 [PcdsFeatureFlag.common]
81 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
82 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
83
84 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
85 # It could be set FALSE to save size.
86 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
87 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
88
89 [PcdsFixedAtBuild.common]
90 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
91 !if $(ARCH) == AARCH64
92 gArmTokenSpaceGuid.PcdVFPEnabled|1
93 !endif
94
95 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
96 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
97 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
98 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
99
100 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
101 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
102
103 #
104 # ARM PrimeCell
105 #
106
107 ## PL011 - Serial Terminal
108 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
109
110 ## Default Terminal Type
111 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
112 !if $(TTY_TERMINAL) == TRUE
113 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
114 !else
115 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
116 !endif
117
118 #
119 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
120 #
121 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
122
123 !if $(HTTP_BOOT_ENABLE) == TRUE
124 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
125 !endif
126
127 # System Memory Base -- fixed at 0x4000_0000
128 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
129
130 # initial location of the device tree blob passed by QEMU -- base of DRAM
131 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
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 [PcdsFixedAtBuild.AARCH64]
143 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
144 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
145 # presence of the 32-bit entry point anyway (because many AARCH64 systems
146 # don't have 32-bit addressable physical RAM), and the additional allocations
147 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
148 # point only, for entry point versions >= 3.0.
149 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
150
151 # ACPI predates the AARCH64 architecture by 5 versions, so
152 # we only target OSes that support ACPI v5.0 or later
153 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
154
155 [PcdsDynamicDefault.common]
156 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
157
158 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
159 # enumeration to complete before installing ACPI tables.
160 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
161
162 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
163 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
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 [PcdsDynamicHii]
203 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
204
205 ################################################################################
206 #
207 # Components Section - list of all EDK II Modules needed by this Platform
208 #
209 ################################################################################
210 [Components.common]
211 #
212 # PEI Phase modules
213 #
214 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
215 MdeModulePkg/Core/Pei/PeiMain.inf
216 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
217 <LibraryClasses>
218 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
219 }
220 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
221 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
222 ArmPkg/Drivers/CpuPei/CpuPei.inf
223
224 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
225
226 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
227 <LibraryClasses>
228 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
229 }
230
231 #
232 # DXE
233 #
234 MdeModulePkg/Core/Dxe/DxeMain.inf {
235 <LibraryClasses>
236 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
237 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
238 }
239 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
240 <LibraryClasses>
241 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
242 }
243
244 #
245 # Architectural Protocols
246 #
247 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
248 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
249 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
250 <LibraryClasses>
251 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
252 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
253 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
254 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
255 }
256 !if $(SECURE_BOOT_ENABLE) == TRUE
257 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
258 <LibraryClasses>
259 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
260 }
261 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
262 !else
263 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
264 !endif
265 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
266 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
267 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
268 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
269 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
270 <LibraryClasses>
271 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
272 }
273 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
274
275 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
276 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
277 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
278 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
279 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
280
281 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
282
283 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
284 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
285 <LibraryClasses>
286 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
287 }
288 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
289 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
290
291 #
292 # Platform Driver
293 #
294 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
295 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
296 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
297 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
298 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
299 OvmfPkg/VirtioNetDxe/VirtioNet.inf
300 OvmfPkg/VirtioRngDxe/VirtioRng.inf
301
302 #
303 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
304 #
305 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
306 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
307 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
308 FatPkg/EnhancedFatDxe/Fat.inf
309 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
310
311 #
312 # Bds
313 #
314 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
315 <LibraryClasses>
316 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
317 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
318 }
319 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
320 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
321 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
322 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
323 MdeModulePkg/Logo/LogoDxe.inf
324 MdeModulePkg/Application/UiApp/UiApp.inf {
325 <LibraryClasses>
326 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
327 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
328 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
329 }
330
331 #
332 # Networking stack
333 #
334 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
335 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
336 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
337 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
338 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
339 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
340 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
341 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
342 NetworkPkg/TcpDxe/TcpDxe.inf
343 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
344 NetworkPkg/IScsiDxe/IScsiDxe.inf
345 !if $(NETWORK_IP6_ENABLE) == TRUE
346 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
347 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
348 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
349 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
350 !endif
351 !if $(HTTP_BOOT_ENABLE) == TRUE
352 NetworkPkg/DnsDxe/DnsDxe.inf
353 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
354 NetworkPkg/HttpDxe/HttpDxe.inf
355 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
356 !endif
357
358 #
359 # SCSI Bus and Disk Driver
360 #
361 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
362 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
363
364 #
365 # SMBIOS Support
366 #
367 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
368 <LibraryClasses>
369 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
370 }
371 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
372
373 #
374 # PCI support
375 #
376 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
377 <LibraryClasses>
378 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
379 }
380 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
381 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
382 <LibraryClasses>
383 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
384 }
385 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
386 OvmfPkg/Virtio10Dxe/Virtio10.inf
387
388 #
389 # Video support
390 #
391 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
392 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
393 OvmfPkg/PlatformDxe/Platform.inf
394
395 #
396 # USB Support
397 #
398 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
399 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
400 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
401 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
402 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
403 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
404
405 #
406 # ACPI Support
407 #
408 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
409 [Components.AARCH64]
410 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
411 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
412 <LibraryClasses>
413 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
414 }