]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg/ArmVirtQemu: add ArmVirtMemInfoLib implementation
[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 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.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.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]
75 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
76 # executable we build for the relocatable PrePi. They are not runtime
77 # relocatable in ELF.
78 *_CLANG35_*_CC_FLAGS = -mno-movt
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 [PcdsPatchableInModule.common]
137 #
138 # This will be overridden in the code
139 #
140 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
141 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
142
143 #
144 # Define a default initial address for the device tree.
145 # Ignored if x0 != 0 at entry.
146 #
147 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
148
149 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
150 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
151
152 [PcdsFixedAtBuild.AARCH64]
153
154 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
155 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
156
157 #
158 # The maximum physical I/O addressability of the processor, set with
159 # BuildCpuHob().
160 #
161 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
162
163 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
164 # support anything bigger, even if the host hardware does
165 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
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 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
175 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
176 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
177 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
178
179 #
180 # ARM General Interrupt Controller
181 #
182 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
183 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
184 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
185
186 ## PL031 RealTimeClock
187 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
188
189 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
190 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
191 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
192
193 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
194
195 #
196 # Set video resolution for boot options and for text setup.
197 # PlatformDxe can set the former at runtime.
198 #
199 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
200 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
201 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
202 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
203
204 #
205 # SMBIOS entry point version
206 #
207 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
208 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
209 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
210
211 ################################################################################
212 #
213 # Components Section - list of all EDK II Modules needed by this Platform
214 #
215 ################################################################################
216 [Components.common]
217 #
218 # PEI Phase modules
219 #
220 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
221 <LibraryClasses>
222 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
223 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
224 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
225 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
226 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
227 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
228 }
229
230 #
231 # DXE
232 #
233 MdeModulePkg/Core/Dxe/DxeMain.inf {
234 <LibraryClasses>
235 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
236 }
237 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
238 <LibraryClasses>
239 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
240 }
241
242 #
243 # Architectural Protocols
244 #
245 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
246 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
247 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
248 <LibraryClasses>
249 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
250 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
251 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
252 }
253 !if $(SECURE_BOOT_ENABLE) == TRUE
254 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
255 <LibraryClasses>
256 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
257 }
258 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
259 !else
260 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
261 !endif
262 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
263 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
264 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
265 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
266 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
267 <LibraryClasses>
268 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
269 }
270 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
271
272 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
273 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
274 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
275 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
276 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
277
278 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
279
280 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
281 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
282 <LibraryClasses>
283 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
284 }
285 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
286 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
287
288 #
289 # Platform Driver
290 #
291 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
292 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
293 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
294 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
295 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
296 OvmfPkg/VirtioNetDxe/VirtioNet.inf
297 OvmfPkg/VirtioRngDxe/VirtioRng.inf
298
299 #
300 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
301 #
302 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
303 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
304 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
305 FatPkg/EnhancedFatDxe/Fat.inf
306 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
307
308 #
309 # Bds
310 #
311 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
312 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
313 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
314 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
315 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
316 MdeModulePkg/Logo/LogoDxe.inf
317 MdeModulePkg/Application/UiApp/UiApp.inf {
318 <LibraryClasses>
319 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
320 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
321 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
322 }
323
324 #
325 # Networking stack
326 #
327 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
328 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
329 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
330 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
331 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
332 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
333 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
334 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
335 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
336 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
337 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
338 !if $(HTTP_BOOT_ENABLE) == TRUE
339 NetworkPkg/DnsDxe/DnsDxe.inf
340 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
341 NetworkPkg/HttpDxe/HttpDxe.inf
342 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
343 !endif
344
345 #
346 # SCSI Bus and Disk Driver
347 #
348 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
349 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
350
351 #
352 # SMBIOS Support
353 #
354 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
355 <LibraryClasses>
356 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
357 }
358 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
359
360 #
361 # PCI support
362 #
363 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
364 <LibraryClasses>
365 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
366 }
367 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
368 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
369 <LibraryClasses>
370 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
371 }
372 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
373 OvmfPkg/Virtio10Dxe/Virtio10.inf
374
375 #
376 # Video support
377 #
378 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
379 OvmfPkg/PlatformDxe/Platform.inf
380
381 #
382 # USB Support
383 #
384 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
385 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
386 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
387 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
388 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
389 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
390
391 #
392 # ACPI Support
393 #
394 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
395 [Components.AARCH64]
396 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
397 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
398 <LibraryClasses>
399 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
400 }