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 55 ArmPlatformLib|ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf 56 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf 57 58 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf 59 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf 60 61 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf 62 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.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 # 117 # ARM Pcds 118 # 119 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000 120 121 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec) 122 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE 123 124 # 125 # ARM PrimeCell 126 # 127 128 ## PL011 - Serial Terminal 129 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400 130 131 ## Default Terminal Type 132 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM 133!if $(TTY_TERMINAL) == TRUE 134 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4 135!else 136 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1 137!endif 138 139 # 140 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM 141 # 142 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0 143 144[PcdsPatchableInModule.common] 145 # 146 # This will be overridden in the code 147 # 148 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0 149 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0 150 151 # 152 # Define a default initial address for the device tree. 153 # Ignored if x0 != 0 at entry. 154 # 155 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000 156 157 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0 158 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0 159 160[PcdsFixedAtBuild.AARCH64] 161 162 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE 163 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 } 164 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 } 165 166 # 167 # The maximum physical I/O addressability of the processor, set with 168 # BuildCpuHob(). 169 # 170 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16 171 172 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE 173 174 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to 175 # support anything bigger, even if the host hardware does 176 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40 177 178[PcdsDynamicDefault.common] 179 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3 180 181 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI 182 # enumeration to complete before installing ACPI tables. 183 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE 184 185 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0 186 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0 187 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0 188 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0 189 190 # 191 # ARM General Interrupt Controller 192 # 193 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0 194 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0 195 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0 196 197 ## PL031 RealTimeClock 198 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0 199 200 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this 201 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet 202 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF 203 204 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0 205 206 # 207 # Set video resolution for boot options and for text setup. 208 # PlatformDxe can set the former at runtime. 209 # 210 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800 211 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600 212 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 213 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 214 215 # 216 # SMBIOS entry point version 217 # 218 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300 219 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0 220 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE 221 222################################################################################ 223# 224# Components Section - list of all EDK II Modules needed by this Platform 225# 226################################################################################ 227[Components.common] 228 # 229 # PEI Phase modules 230 # 231 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf { 232 <LibraryClasses> 233 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf 234 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf 235 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf 236 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf 237 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf 238 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf 239 } 240 241 # 242 # DXE 243 # 244 MdeModulePkg/Core/Dxe/DxeMain.inf { 245 <LibraryClasses> 246 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf 247 } 248 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf { 249 <LibraryClasses> 250 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 251 } 252 253 # 254 # Architectural Protocols 255 # 256 ArmPkg/Drivers/CpuDxe/CpuDxe.inf 257 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf 258 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { 259 <LibraryClasses> 260 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf 261 } 262!if $(SECURE_BOOT_ENABLE) == TRUE 263 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf { 264 <LibraryClasses> 265 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf 266 } 267 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf 268!else 269 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf 270!endif 271 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf 272 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf 273 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf 274 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf 275 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf { 276 <LibraryClasses> 277 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf 278 } 279 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf 280 281 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf 282 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf 283 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf 284 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf 285 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf 286 287 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf 288 289 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf 290 ArmPkg/Drivers/TimerDxe/TimerDxe.inf { 291 <LibraryClasses> 292 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf 293 } 294 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf 295 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf 296 297 # 298 # Platform Driver 299 # 300 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf 301 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf 302 ArmVirtPkg/HighMemDxe/HighMemDxe.inf 303 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf 304 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf 305 OvmfPkg/VirtioNetDxe/VirtioNet.inf 306 OvmfPkg/VirtioRngDxe/VirtioRng.inf 307 308 # 309 # FAT filesystem + GPT/MBR partitioning 310 # 311 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf 312 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf 313 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf 314 FatPkg/EnhancedFatDxe/Fat.inf 315 316 # 317 # Bds 318 # 319 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf 320 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf 321 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf 322 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf 323 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf 324 MdeModulePkg/Logo/LogoDxe.inf 325 MdeModulePkg/Application/UiApp/UiApp.inf { 326 <LibraryClasses> 327 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf 328 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf 329 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf 330 } 331 332 # 333 # SCSI Bus and Disk Driver 334 # 335 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf 336 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf 337 338 # 339 # SMBIOS Support 340 # 341 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf { 342 <LibraryClasses> 343 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf 344 } 345 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf 346 347 # 348 # PCI support 349 # 350 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf { 351 <LibraryClasses> 352 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 353 } 354 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf 355 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf { 356 <LibraryClasses> 357 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 358 } 359 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf 360 OvmfPkg/Virtio10Dxe/Virtio10.inf 361 362 # 363 # Video support 364 # 365 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf 366 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf 367 OvmfPkg/PlatformDxe/Platform.inf 368 369 # 370 # USB Support 371 # 372 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf 373 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf 374 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf 375 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf 376 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf 377 378[Components.AARCH64] 379 # 380 # ACPI Support 381 # 382 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf { 383 <LibraryClasses> 384 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 385 } 386