]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: unify HttpLib resolutions in "ArmVirt.dsc.inc"
[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|NOOPT
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 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.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 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.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 [LibraryClasses.common.UEFI_DRIVER]
68 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
69
70 [BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]
71 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
72 # executable we build for the relocatable PrePi. They are not runtime
73 # relocatable in ELF.
74 *_CLANG35_*_CC_FLAGS = -mno-movt
75
76 ################################################################################
77 #
78 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
79 #
80 ################################################################################
81
82 [PcdsFeatureFlag.common]
83 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
84 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
85
86 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
87 # It could be set FALSE to save size.
88 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
89 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
90
91 [PcdsFixedAtBuild.common]
92 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
93 !if $(ARCH) == AARCH64
94 gArmTokenSpaceGuid.PcdVFPEnabled|1
95 !endif
96
97 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
98 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
99 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
100 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
101
102 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
103 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
104
105 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
106 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
107
108 #
109 # ARM PrimeCell
110 #
111
112 ## PL011 - Serial Terminal
113 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
114
115 ## Default Terminal Type
116 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
117 !if $(TTY_TERMINAL) == TRUE
118 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
119 !else
120 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
121 !endif
122
123 #
124 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
125 #
126 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
127
128 !if $(HTTP_BOOT_ENABLE) == TRUE
129 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
130 !endif
131
132 [PcdsPatchableInModule.common]
133 #
134 # This will be overridden in the code
135 #
136 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
137 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
138
139 #
140 # Define a default initial address for the device tree.
141 # Ignored if x0 != 0 at entry.
142 #
143 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
144
145 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
146 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
147
148 [PcdsFixedAtBuild.AARCH64]
149
150 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
151 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
152
153 #
154 # The maximum physical I/O addressability of the processor, set with
155 # BuildCpuHob().
156 #
157 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
158
159 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
160 # support anything bigger, even if the host hardware does
161 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
162
163 [PcdsDynamicDefault.common]
164 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
165
166 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
167 # enumeration to complete before installing ACPI tables.
168 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
169
170 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
171 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
172 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
173 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
174
175 #
176 # ARM General Interrupt Controller
177 #
178 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
179 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
180 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
181
182 ## PL031 RealTimeClock
183 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
184
185 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
186 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
187 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
188
189 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
190
191 #
192 # Set video resolution for boot options and for text setup.
193 # PlatformDxe can set the former at runtime.
194 #
195 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
196 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
197 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
198 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
199
200 #
201 # SMBIOS entry point version
202 #
203 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
204 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
205 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
206
207 ################################################################################
208 #
209 # Components Section - list of all EDK II Modules needed by this Platform
210 #
211 ################################################################################
212 [Components.common]
213 #
214 # PEI Phase modules
215 #
216 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
217 <LibraryClasses>
218 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
219 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
220 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
221 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
222 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
223 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
224 }
225
226 #
227 # DXE
228 #
229 MdeModulePkg/Core/Dxe/DxeMain.inf {
230 <LibraryClasses>
231 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
232 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
233 }
234 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
235 <LibraryClasses>
236 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
237 }
238
239 #
240 # Architectural Protocols
241 #
242 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
243 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
244 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
245 <LibraryClasses>
246 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
247 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
248 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
249 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
250 }
251 !if $(SECURE_BOOT_ENABLE) == TRUE
252 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
253 <LibraryClasses>
254 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
255 }
256 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
257 !else
258 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
259 !endif
260 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
261 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
262 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
263 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
264 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
265 <LibraryClasses>
266 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
267 }
268 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
269
270 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
271 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
272 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
273 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
274 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
275
276 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
277
278 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
279 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
280 <LibraryClasses>
281 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
282 }
283 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
284 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
285
286 #
287 # Platform Driver
288 #
289 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
290 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
291 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
292 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
293 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
294 OvmfPkg/VirtioNetDxe/VirtioNet.inf
295 OvmfPkg/VirtioRngDxe/VirtioRng.inf
296
297 #
298 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
299 #
300 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
301 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
302 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
303 FatPkg/EnhancedFatDxe/Fat.inf
304 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
305
306 #
307 # Bds
308 #
309 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
310 <LibraryClasses>
311 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
312 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
313 }
314 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
315 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
316 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
317 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
318 MdeModulePkg/Logo/LogoDxe.inf
319 MdeModulePkg/Application/UiApp/UiApp.inf {
320 <LibraryClasses>
321 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
322 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
323 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
324 }
325
326 #
327 # Networking stack
328 #
329 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
330 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
331 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
332 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
333 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
334 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
335 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
336 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
337 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
338 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
339 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
340 !if $(HTTP_BOOT_ENABLE) == TRUE
341 NetworkPkg/DnsDxe/DnsDxe.inf
342 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
343 NetworkPkg/HttpDxe/HttpDxe.inf
344 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
345 !endif
346
347 #
348 # SCSI Bus and Disk Driver
349 #
350 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
351 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
352
353 #
354 # SMBIOS Support
355 #
356 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
357 <LibraryClasses>
358 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
359 }
360 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
361
362 #
363 # PCI support
364 #
365 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
366 <LibraryClasses>
367 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
368 }
369 MdeModulePkg/Bus/Pci/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/QemuRamfbDxe/QemuRamfbDxe.inf
381 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
382 OvmfPkg/PlatformDxe/Platform.inf
383
384 #
385 # USB Support
386 #
387 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
388 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
389 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
390 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
391 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
392 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
393
394 #
395 # ACPI Support
396 #
397 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
398 [Components.AARCH64]
399 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
400 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
401 <LibraryClasses>
402 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
403 }