]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
170821e5ace69fad6636c1d0a1e61f29ef927472
[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|NOOPT
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 NETWORK_IP6_ENABLE = FALSE
38 DEFINE HTTP_BOOT_ENABLE = FALSE
39
40 !include ArmVirtPkg/ArmVirt.dsc.inc
41
42 [LibraryClasses.common]
43 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
44 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
45
46 # Virtio Support
47 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
48 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
49 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
50 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
51
52 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.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 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
62 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
63 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
64 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
65 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
66 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
67
68 [LibraryClasses.common.PEIM]
69 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
70
71 [LibraryClasses.common.UEFI_DRIVER]
72 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
73
74 ################################################################################
75 #
76 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
77 #
78 ################################################################################
79
80 [PcdsFeatureFlag.common]
81 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
82 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
83
84 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
85 # It could be set FALSE to save size.
86 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
87 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
88
89 [PcdsFixedAtBuild.common]
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 #
103 # ARM PrimeCell
104 #
105
106 ## PL011 - Serial Terminal
107 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
108
109 ## Default Terminal Type
110 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
111 !if $(TTY_TERMINAL) == TRUE
112 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
113 !else
114 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
115 !endif
116
117 #
118 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
119 #
120 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
121
122 !if $(HTTP_BOOT_ENABLE) == TRUE
123 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
124 !endif
125
126 # System Memory Base -- fixed at 0x4000_0000
127 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
128
129 # initial location of the device tree blob passed by QEMU -- base of DRAM
130 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
131
132 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
133 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
134
135 #
136 # The maximum physical I/O addressability of the processor, set with
137 # BuildCpuHob().
138 #
139 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
140
141 #
142 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
143 #
144 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
145
146 [PcdsFixedAtBuild.AARCH64]
147 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
148 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
149 # presence of the 32-bit entry point anyway (because many AARCH64 systems
150 # don't have 32-bit addressable physical RAM), and the additional allocations
151 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
152 # point only, for entry point versions >= 3.0.
153 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
154
155 # ACPI predates the AARCH64 architecture by 5 versions, so
156 # we only target OSes that support ACPI v5.0 or later
157 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
158
159 [PcdsDynamicDefault.common]
160 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
161
162 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
163 # enumeration to complete before installing ACPI tables.
164 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
165
166 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
167 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
168
169 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
170 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
171 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
172 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
173
174 #
175 # ARM General Interrupt Controller
176 #
177 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
178 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
179 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
180
181 ## PL031 RealTimeClock
182 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
183
184 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
185 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
186 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
187
188 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
189
190 #
191 # Set video resolution for boot options and for text setup.
192 # PlatformDxe can set the former at runtime.
193 #
194 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
195 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
196 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
197 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
198
199 #
200 # SMBIOS entry point version
201 #
202 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
203 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
204 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
205
206 [PcdsDynamicHii]
207 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
208
209 ################################################################################
210 #
211 # Components Section - list of all EDK II Modules needed by this Platform
212 #
213 ################################################################################
214 [Components.common]
215 #
216 # PEI Phase modules
217 #
218 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
219 MdeModulePkg/Core/Pei/PeiMain.inf
220 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
221 <LibraryClasses>
222 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
223 }
224 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
225 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
226 ArmPkg/Drivers/CpuPei/CpuPei.inf
227
228 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
229
230 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
231 <LibraryClasses>
232 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
233 }
234
235 #
236 # DXE
237 #
238 MdeModulePkg/Core/Dxe/DxeMain.inf {
239 <LibraryClasses>
240 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
241 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
242 }
243 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
244 <LibraryClasses>
245 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
246 }
247
248 #
249 # Architectural Protocols
250 #
251 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
252 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
253 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
254 <LibraryClasses>
255 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
256 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.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 <LibraryClasses>
320 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
321 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
322 }
323 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
324 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
325 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
326 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
327 MdeModulePkg/Logo/LogoDxe.inf
328 MdeModulePkg/Application/UiApp/UiApp.inf {
329 <LibraryClasses>
330 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
331 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
332 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
333 }
334
335 #
336 # Networking stack
337 #
338 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
339 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
340 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
341 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
342 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
343 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
344 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
345 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
346 NetworkPkg/TcpDxe/TcpDxe.inf
347 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
348 NetworkPkg/IScsiDxe/IScsiDxe.inf
349 !if $(NETWORK_IP6_ENABLE) == TRUE
350 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
351 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
352 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
353 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
354 !endif
355 !if $(HTTP_BOOT_ENABLE) == TRUE
356 NetworkPkg/DnsDxe/DnsDxe.inf
357 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
358 NetworkPkg/HttpDxe/HttpDxe.inf
359 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
360 !endif
361
362 #
363 # SCSI Bus and Disk Driver
364 #
365 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
366 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
367
368 #
369 # SMBIOS Support
370 #
371 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
372 <LibraryClasses>
373 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
374 }
375 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
376
377 #
378 # PCI support
379 #
380 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
381 <LibraryClasses>
382 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
383 }
384 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
385 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
386 <LibraryClasses>
387 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
388 }
389 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
390 OvmfPkg/Virtio10Dxe/Virtio10.inf
391
392 #
393 # Video support
394 #
395 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
396 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
397 OvmfPkg/PlatformDxe/Platform.inf
398
399 #
400 # USB Support
401 #
402 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
403 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
404 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
405 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
406 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
407 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
408
409 #
410 # ACPI Support
411 #
412 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
413 [Components.AARCH64]
414 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
415 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
416 <LibraryClasses>
417 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
418 }