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