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