]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: enable AcpiTableDxe and EFI_ACPI_TABLE_PROTOCOL dynamically
[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
38 !include ArmVirtPkg/ArmVirt.dsc.inc
39
40 [LibraryClasses.AARCH64]
41 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
42
43 [LibraryClasses.ARM]
44 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
45
46 [LibraryClasses.common]
47 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
48 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
49
50 # Virtio Support
51 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
52 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
53 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
54 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
55
56 ArmPlatformLib|ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf
57 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
58
59 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
60 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
61
62 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
63 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
64 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
65 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
66 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
67 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
68 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
69 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
70 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
71 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
72
73 [LibraryClasses.common.UEFI_DRIVER]
74 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
75
76 [BuildOptions]
77 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
78 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
79 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
80
81 [BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]
82 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
83 # executable we build for the relocatable PrePi. They are not runtime
84 # relocatable in ELF.
85 *_CLANG35_*_CC_FLAGS = -mno-movt
86
87 ################################################################################
88 #
89 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
90 #
91 ################################################################################
92
93 [PcdsFeatureFlag.common]
94 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
95 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
96
97 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
98 # It could be set FALSE to save size.
99 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
100 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
101
102 [PcdsFixedAtBuild.common]
103 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
104 !if $(ARCH) == AARCH64
105 gArmTokenSpaceGuid.PcdVFPEnabled|1
106 !endif
107
108 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
109 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
111 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
112
113 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
114 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
115
116 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
117 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
118
119 #
120 # ARM PrimeCell
121 #
122
123 ## PL011 - Serial Terminal
124 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
125
126 ## Default Terminal Type
127 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
128 !if $(TTY_TERMINAL) == TRUE
129 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
130 !else
131 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
132 !endif
133
134 #
135 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
136 #
137 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
138
139 [PcdsPatchableInModule.common]
140 #
141 # This will be overridden in the code
142 #
143 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
144 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
145
146 #
147 # Define a default initial address for the device tree.
148 # Ignored if x0 != 0 at entry.
149 #
150 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
151
152 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
153 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
154
155 [PcdsFixedAtBuild.AARCH64]
156
157 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
158 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
159
160 #
161 # The maximum physical I/O addressability of the processor, set with
162 # BuildCpuHob().
163 #
164 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
165
166 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
167 # support anything bigger, even if the host hardware does
168 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
169
170 [PcdsDynamicDefault.common]
171 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
172
173 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
174 # enumeration to complete before installing ACPI tables.
175 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
176
177 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
178 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
179 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
180 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
181
182 #
183 # ARM General Interrupt Controller
184 #
185 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
186 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
187 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
188
189 ## PL031 RealTimeClock
190 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
191
192 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
193 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
194 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
195
196 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
197
198 #
199 # Set video resolution for boot options and for text setup.
200 # PlatformDxe can set the former at runtime.
201 #
202 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
203 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
204 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
205 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
206
207 #
208 # SMBIOS entry point version
209 #
210 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
211 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
212 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
213
214 ################################################################################
215 #
216 # Components Section - list of all EDK II Modules needed by this Platform
217 #
218 ################################################################################
219 [Components.common]
220 #
221 # PEI Phase modules
222 #
223 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
224 <LibraryClasses>
225 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
226 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
227 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
228 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
229 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
230 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
231 }
232
233 #
234 # DXE
235 #
236 MdeModulePkg/Core/Dxe/DxeMain.inf {
237 <LibraryClasses>
238 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
239 }
240 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
241 <LibraryClasses>
242 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
243 }
244
245 #
246 # Architectural Protocols
247 #
248 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
249 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
250 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
251 <LibraryClasses>
252 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
253 }
254 !if $(SECURE_BOOT_ENABLE) == TRUE
255 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
256 <LibraryClasses>
257 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
258 }
259 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
260 !else
261 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
262 !endif
263 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
264 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
265 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
266 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
267 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
268 <LibraryClasses>
269 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
270 }
271 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
272
273 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
274 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
275 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
276 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
277 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
278
279 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
280
281 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
282 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
283 <LibraryClasses>
284 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
285 }
286 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
287 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
288
289 #
290 # Platform Driver
291 #
292 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
293 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
294 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
295 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
296 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
297 OvmfPkg/VirtioNetDxe/VirtioNet.inf
298 OvmfPkg/VirtioRngDxe/VirtioRng.inf
299
300 #
301 # FAT filesystem + GPT/MBR partitioning
302 #
303 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
304 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
305 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
306 FatPkg/EnhancedFatDxe/Fat.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 # SCSI Bus and Disk Driver
326 #
327 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
328 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
329
330 #
331 # SMBIOS Support
332 #
333 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
334 <LibraryClasses>
335 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
336 }
337 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
338
339 #
340 # PCI support
341 #
342 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
343 <LibraryClasses>
344 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
345 }
346 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
347 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
348 <LibraryClasses>
349 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
350 }
351 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
352 OvmfPkg/Virtio10Dxe/Virtio10.inf
353
354 #
355 # Video support
356 #
357 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
358 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
359 OvmfPkg/PlatformDxe/Platform.inf
360
361 #
362 # USB Support
363 #
364 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
365 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
366 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
367 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
368 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
369
370 [Components.AARCH64]
371 #
372 # ACPI Support
373 #
374 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
375 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
376 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
377 <LibraryClasses>
378 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
379 }