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