]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg: resolve QemuFwCfgS3Lib
[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
38 !include ArmVirtPkg/ArmVirt.dsc.inc
39
40 [LibraryClasses.AARCH64]
41 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
42
43 [LibraryClasses.ARM]
44 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
45
46 [LibraryClasses.common]
47 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
48 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
49
50 # Virtio Support
51 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
52 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
53 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
54 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
55
56 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf
57 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
58
59 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
60 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
61
62 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
63 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
64 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
65 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
66 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
67 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
68 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
69 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
70 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
71 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
72
73 [LibraryClasses.common.UEFI_DRIVER]
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
75
76 [BuildOptions]
77 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
78 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
79 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
80
81
82 ################################################################################
83 #
84 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
85 #
86 ################################################################################
87
88 [PcdsFeatureFlag.common]
89 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
90 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
91
92 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
93 # It could be set FALSE to save size.
94 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
95 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
96
97 [PcdsFixedAtBuild.common]
98 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
99 !if $(ARCH) == AARCH64
100 gArmTokenSpaceGuid.PcdVFPEnabled|1
101 !endif
102
103 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
104 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
105 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
106 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
107
108 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
109 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
110
111 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
112 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
113
114 #
115 # ARM PrimeCell
116 #
117
118 ## PL011 - Serial Terminal
119 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
120
121 ## Default Terminal Type
122 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
123 !if $(TTY_TERMINAL) == TRUE
124 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
125 !else
126 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
127 !endif
128
129 #
130 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
131 #
132 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
133
134 # System Memory Base -- fixed at 0x4000_0000
135 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
136
137 # initial location of the device tree blob passed by QEMU -- base of DRAM
138 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
139
140 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
141 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
143
144 #
145 # The maximum physical I/O addressability of the processor, set with
146 # BuildCpuHob().
147 #
148 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
149
150 [PcdsFixedAtBuild.AARCH64]
151 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
152 # support anything bigger, even if the host hardware does
153 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
154
155 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
156 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
157 # presence of the 32-bit entry point anyway (because many AARCH64 systems
158 # don't have 32-bit addressable physical RAM), and the additional allocations
159 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
160 # point only, for entry point versions >= 3.0.
161 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
162
163 # ACPI predates the AARCH64 architecture by 5 versions, so
164 # we only target OSes that support ACPI v5.0 or later
165 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
166
167 [PcdsDynamicDefault.common]
168 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
169
170 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
171 # enumeration to complete before installing ACPI tables.
172 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
173
174 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
175 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
176
177 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
178 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
179 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
180 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
181
182 #
183 # ARM General Interrupt Controller
184 #
185 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
186 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
187 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
188
189 ## PL031 RealTimeClock
190 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
191
192 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
193 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
194 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
195
196 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
197
198 #
199 # Set video resolution for boot options and for text setup.
200 # PlatformDxe can set the former at runtime.
201 #
202 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
203 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
204 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
205 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
206
207 #
208 # SMBIOS entry point version
209 #
210 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
211 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
212 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
213
214 ################################################################################
215 #
216 # Components Section - list of all EDK II Modules needed by this Platform
217 #
218 ################################################################################
219 [Components.common]
220 #
221 # PEI Phase modules
222 #
223 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
224 MdeModulePkg/Core/Pei/PeiMain.inf
225 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
226 <LibraryClasses>
227 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
228 }
229 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
230 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
231 ArmPkg/Drivers/CpuPei/CpuPei.inf
232
233 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
234
235 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
236 <LibraryClasses>
237 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
238 }
239
240 #
241 # DXE
242 #
243 MdeModulePkg/Core/Dxe/DxeMain.inf {
244 <LibraryClasses>
245 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
246 }
247 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
248 <LibraryClasses>
249 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
250 }
251
252 #
253 # Architectural Protocols
254 #
255 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
256 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
257 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
258 <LibraryClasses>
259 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
260 }
261 !if $(SECURE_BOOT_ENABLE) == TRUE
262 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
263 <LibraryClasses>
264 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
265 }
266 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
267 !else
268 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
269 !endif
270 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
271 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
272 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
273 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
274 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
275 <LibraryClasses>
276 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
277 }
278 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
279
280 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
281 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
282 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
283 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
284 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
285
286 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
287
288 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
289 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
290 <LibraryClasses>
291 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
292 }
293 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
294 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
295
296 #
297 # Platform Driver
298 #
299 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
300 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
301 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
302 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
303 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
304 OvmfPkg/VirtioNetDxe/VirtioNet.inf
305 OvmfPkg/VirtioRngDxe/VirtioRng.inf
306
307 #
308 # FAT filesystem + GPT/MBR partitioning
309 #
310 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
311 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
312 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
313 FatPkg/EnhancedFatDxe/Fat.inf
314
315 #
316 # Bds
317 #
318 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
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 # SCSI Bus and Disk Driver
333 #
334 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
335 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
336
337 #
338 # SMBIOS Support
339 #
340 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
341 <LibraryClasses>
342 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
343 }
344 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
345
346 #
347 # PCI support
348 #
349 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
350 <LibraryClasses>
351 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
352 }
353 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
354 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
355 <LibraryClasses>
356 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
357 }
358 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
359 OvmfPkg/Virtio10Dxe/Virtio10.inf
360
361 #
362 # Video support
363 #
364 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
365 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
366 OvmfPkg/PlatformDxe/Platform.inf
367
368 #
369 # USB Support
370 #
371 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
372 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
373 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
374 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
375 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
376
377 [Components.AARCH64]
378 #
379 # ACPI Support
380 #
381 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
382 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
383 <LibraryClasses>
384 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
385 }