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 PURE_ACPI_BOOT_ENABLE = FALSE 38 39!include ArmVirtPkg/ArmVirt.dsc.inc 40 41[LibraryClasses.AARCH64] 42 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf 43 44[LibraryClasses.ARM] 45 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf 46 47[LibraryClasses.common] 48 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf 49 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf 50 51 # Virtio Support 52 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf 53 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf 54 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf 55 56 ArmPlatformLib|ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.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 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf 64 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf 65 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf 66 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf 67 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf 68 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf 69 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf 70 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 71 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf 72 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf 73 74[LibraryClasses.common.UEFI_DRIVER] 75 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf 76 77[BuildOptions] 78 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include 79 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include 80 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include 81 82 83################################################################################ 84# 85# Pcd Section - list of all EDK II PCD Entries defined by this Platform 86# 87################################################################################ 88 89[PcdsFeatureFlag.common] 90 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE 91 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE 92 93 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. 94 # It could be set FALSE to save size. 95 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE 96 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE 97 98!if $(PURE_ACPI_BOOT_ENABLE) == TRUE 99 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot|TRUE 100!endif 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 # System Memory Base -- fixed at 0x4000_0000 145 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000 146 147 # initial location of the device tree blob passed by QEMU -- base of DRAM 148 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000 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 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 } 153 154 # 155 # The maximum physical I/O addressability of the processor, set with 156 # BuildCpuHob(). 157 # 158 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16 159 160[PcdsFixedAtBuild.AARCH64] 161 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE 162 163 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to 164 # support anything bigger, even if the host hardware does 165 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40 166 167 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point, 168 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the 169 # presence of the 32-bit entry point anyway (because many AARCH64 systems 170 # don't have 32-bit addressable physical RAM), and the additional allocations 171 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry 172 # point only, for entry point versions >= 3.0. 173 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2 174 175 # ACPI predates the AARCH64 architecture by 5 versions, so 176 # we only target OSes that support ACPI v5.0 or later 177 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20 178 179[PcdsDynamicDefault.common] 180 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3 181 182 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI 183 # enumeration to complete before installing ACPI tables. 184 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE 185 186 # System Memory Size -- 1 MB initially, actual size will be fetched from DT 187 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000 188 189 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0 190 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0 191 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0 192 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0 193 194 # 195 # ARM General Interrupt Controller 196 # 197 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0 198 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0 199 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0 200 201 ## PL031 RealTimeClock 202 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0 203 204 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this 205 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet 206 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF 207 208 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0 209 210 # 211 # Set video resolution for boot options and for text setup. 212 # PlatformDxe can set the former at runtime. 213 # 214 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800 215 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600 216 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 217 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 218 219 # 220 # SMBIOS entry point version 221 # 222 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300 223 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0 224 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE 225 226################################################################################ 227# 228# Components Section - list of all EDK II Modules needed by this Platform 229# 230################################################################################ 231[Components.common] 232 # 233 # PEI Phase modules 234 # 235 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf 236 MdeModulePkg/Core/Pei/PeiMain.inf 237 MdeModulePkg/Universal/PCD/Pei/Pcd.inf { 238 <LibraryClasses> 239 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 240 } 241 ArmPlatformPkg/PlatformPei/PlatformPeim.inf 242 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf 243 ArmPkg/Drivers/CpuPei/CpuPei.inf 244 245 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf 246 247 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf { 248 <LibraryClasses> 249 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf 250 } 251 252 # 253 # DXE 254 # 255 MdeModulePkg/Core/Dxe/DxeMain.inf { 256 <LibraryClasses> 257 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf 258 } 259 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf { 260 <LibraryClasses> 261 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 262 } 263 264 # 265 # Architectural Protocols 266 # 267 ArmPkg/Drivers/CpuDxe/CpuDxe.inf 268 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf 269 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { 270 <LibraryClasses> 271 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf 272 } 273!if $(SECURE_BOOT_ENABLE) == TRUE 274 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf { 275 <LibraryClasses> 276 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf 277 } 278 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf 279!else 280 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf 281!endif 282 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf 283 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf 284 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf 285 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf 286 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf { 287 <LibraryClasses> 288 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf 289 } 290 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf 291 292 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf 293 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf 294 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf 295 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf 296 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf 297 298 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf 299 300 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf 301 ArmPkg/Drivers/TimerDxe/TimerDxe.inf { 302 <LibraryClasses> 303 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf 304 } 305 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf 306 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf 307 308 # 309 # Platform Driver 310 # 311 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf 312 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf 313 ArmVirtPkg/HighMemDxe/HighMemDxe.inf 314 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf 315 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf 316 OvmfPkg/VirtioNetDxe/VirtioNet.inf 317 OvmfPkg/VirtioRngDxe/VirtioRng.inf 318 319 # 320 # FAT filesystem + GPT/MBR partitioning 321 # 322 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf 323 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf 324 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf 325 FatPkg/EnhancedFatDxe/Fat.inf 326 327 # 328 # Bds 329 # 330 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf 331 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf 332 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf 333 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf 334 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf 335 MdeModulePkg/Logo/LogoDxe.inf 336 MdeModulePkg/Application/UiApp/UiApp.inf { 337 <LibraryClasses> 338 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf 339 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf 340 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf 341 } 342 343 # 344 # SCSI Bus and Disk Driver 345 # 346 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf 347 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf 348 349 # 350 # SMBIOS Support 351 # 352 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf { 353 <LibraryClasses> 354 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf 355 } 356 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf 357 358 # 359 # PCI support 360 # 361 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf { 362 <LibraryClasses> 363 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 364 } 365 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf 366 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf { 367 <LibraryClasses> 368 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 369 } 370 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf 371 OvmfPkg/Virtio10Dxe/Virtio10.inf 372 373 # 374 # Video support 375 # 376 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf 377 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf 378 OvmfPkg/PlatformDxe/Platform.inf 379 380 # 381 # USB Support 382 # 383 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf 384 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf 385 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf 386 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf 387 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf 388 389[Components.AARCH64] 390 # 391 # ACPI Support 392 # 393 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf { 394 <LibraryClasses> 395 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf 396 } 397