]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemu: use non-accelerated CopyMem for VariableRuntimeDxe
[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
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 HTTP_BOOT_ENABLE = FALSE
38
39 !include ArmVirtPkg/ArmVirt.dsc.inc
40
41 [LibraryClasses.common]
42 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
43 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
44
45 # Virtio Support
46 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
47 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
48 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
49 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
50
51 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf
52 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.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 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
62 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
63 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
64 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
65 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
66
67 !if $(HTTP_BOOT_ENABLE) == TRUE
68 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
69 !endif
70
71 [LibraryClasses.common.UEFI_DRIVER]
72 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
73
74 [BuildOptions]
75 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
76 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
77 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
78
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 !if $(HTTP_BOOT_ENABLE) == TRUE
133 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
134 !endif
135
136 # System Memory Base -- fixed at 0x4000_0000
137 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
138
139 # initial location of the device tree blob passed by QEMU -- base of DRAM
140 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
141
142 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
143 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
144
145 #
146 # The maximum physical I/O addressability of the processor, set with
147 # BuildCpuHob().
148 #
149 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
150
151 [PcdsFixedAtBuild.AARCH64]
152 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
153 # support anything bigger, even if the host hardware does
154 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
155
156 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
157 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
158 # presence of the 32-bit entry point anyway (because many AARCH64 systems
159 # don't have 32-bit addressable physical RAM), and the additional allocations
160 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
161 # point only, for entry point versions >= 3.0.
162 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
163
164 # ACPI predates the AARCH64 architecture by 5 versions, so
165 # we only target OSes that support ACPI v5.0 or later
166 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
167
168 [PcdsDynamicDefault.common]
169 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
170
171 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
172 # enumeration to complete before installing ACPI tables.
173 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
174
175 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
176 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
177
178 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
179 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
180 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
181 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
182
183 #
184 # ARM General Interrupt Controller
185 #
186 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
187 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
188 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
189
190 ## PL031 RealTimeClock
191 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
192
193 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
194 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
195 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
196
197 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
198
199 #
200 # Set video resolution for boot options and for text setup.
201 # PlatformDxe can set the former at runtime.
202 #
203 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
204 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
205 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
206 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
207
208 #
209 # SMBIOS entry point version
210 #
211 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
212 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
213 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
214
215 [PcdsDynamicHii]
216 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
217
218 ################################################################################
219 #
220 # Components Section - list of all EDK II Modules needed by this Platform
221 #
222 ################################################################################
223 [Components.common]
224 #
225 # PEI Phase modules
226 #
227 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
228 MdeModulePkg/Core/Pei/PeiMain.inf
229 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
230 <LibraryClasses>
231 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
232 }
233 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
234 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
235 ArmPkg/Drivers/CpuPei/CpuPei.inf
236
237 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
238
239 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
240 <LibraryClasses>
241 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
242 }
243
244 #
245 # DXE
246 #
247 MdeModulePkg/Core/Dxe/DxeMain.inf {
248 <LibraryClasses>
249 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
250 }
251 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
252 <LibraryClasses>
253 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
254 }
255
256 #
257 # Architectural Protocols
258 #
259 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
260 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
261 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
262 <LibraryClasses>
263 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
264 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
265 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
266 }
267 !if $(SECURE_BOOT_ENABLE) == TRUE
268 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
269 <LibraryClasses>
270 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
271 }
272 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
273 !else
274 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
275 !endif
276 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
277 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
278 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
279 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
280 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
281 <LibraryClasses>
282 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
283 }
284 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
285
286 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
287 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
288 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
289 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
290 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
291
292 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
293
294 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
295 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
296 <LibraryClasses>
297 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
298 }
299 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
300 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
301
302 #
303 # Platform Driver
304 #
305 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
306 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
307 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
308 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
309 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
310 OvmfPkg/VirtioNetDxe/VirtioNet.inf
311 OvmfPkg/VirtioRngDxe/VirtioRng.inf
312
313 #
314 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
315 #
316 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
317 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
318 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
319 FatPkg/EnhancedFatDxe/Fat.inf
320 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
321
322 #
323 # Bds
324 #
325 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
326 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
327 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
328 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
329 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
330 MdeModulePkg/Logo/LogoDxe.inf
331 MdeModulePkg/Application/UiApp/UiApp.inf {
332 <LibraryClasses>
333 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
334 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
335 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
336 }
337
338 #
339 # Networking stack
340 #
341 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
342 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
343 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
344 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
345 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
346 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
347 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
348 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
349 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
350 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
351 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
352 !if $(HTTP_BOOT_ENABLE) == TRUE
353 NetworkPkg/DnsDxe/DnsDxe.inf
354 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
355 NetworkPkg/HttpDxe/HttpDxe.inf
356 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
357 !endif
358
359 #
360 # SCSI Bus and Disk Driver
361 #
362 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
363 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
364
365 #
366 # SMBIOS Support
367 #
368 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
369 <LibraryClasses>
370 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
371 }
372 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
373
374 #
375 # PCI support
376 #
377 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
378 <LibraryClasses>
379 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
380 }
381 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
382 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
383 <LibraryClasses>
384 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
385 }
386 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
387 OvmfPkg/Virtio10Dxe/Virtio10.inf
388
389 #
390 # Video support
391 #
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 }