mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-05-09 04:55:22 +00:00
68 lines
2.7 KiB
Plaintext
68 lines
2.7 KiB
Plaintext
## @file
|
|
#
|
|
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
|
|
# Copyright (c) 2014, Linaro Limited. All rights reserved.
|
|
# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
|
|
# Copyright (c) 2018 - 2019, Bingxing Wang. All rights reserved.
|
|
# Copyright (c) 2022, Xilin Wu. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
################################################################################
|
|
#
|
|
# Defines Section - statements that will be processed to create a Makefile.
|
|
#
|
|
################################################################################
|
|
|
|
[Defines]
|
|
SOC_PLATFORM = SM8250
|
|
USE_PHYSICAL_TIMER = FALSE
|
|
|
|
!include Silicon/Qualcomm/QcomPkg/QcomCommonDsc.inc
|
|
|
|
[PcdsFixedAtBuild.common]
|
|
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x080000000 # Starting address
|
|
gArmTokenSpaceGuid.PcdSystemMemorySize|0x17CC00000
|
|
|
|
gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x9FF8C000 # CPU Vectors
|
|
gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|19200000
|
|
gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|17
|
|
gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|18
|
|
gArmTokenSpaceGuid.PcdGicDistributorBase|0x17a00000
|
|
gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x17a60000
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision|0x00000850
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x9ff90000 # UEFI Stack
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x00040000 # 256K stack
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|44
|
|
|
|
gQcomTokenSpaceGuid.PcdUefiMemPoolBase|0xC0000000 # DXE heap base address
|
|
gQcomTokenSpaceGuid.PcdUefiMemPoolSize|0x0E000000 # UefiMemorySize, DXE heap size
|
|
gQcomTokenSpaceGuid.PcdMipiFrameBufferAddress|0x9c000000
|
|
|
|
gArmPlatformTokenSpaceGuid.PcdCoreCount|8
|
|
gArmPlatformTokenSpaceGuid.PcdClusterCount|3
|
|
|
|
#
|
|
# SimpleInit
|
|
#
|
|
gSimpleInitTokenSpaceGuid.PcdDeviceTreeStore|0x80650000
|
|
gSimpleInitTokenSpaceGuid.PcdLoggerdUseConsole|FALSE
|
|
|
|
[LibraryClasses.common]
|
|
|
|
# Ported from SurfaceDuoPkg
|
|
# AslUpdateLib|Silicon/Qualcomm/QcomPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.inf
|
|
|
|
PlatformMemoryMapLib|Platform/$(VENDOR_NAME)/sm8250/Library/$(PLATFORM_NAME)/PlatformMemoryMapLib/PlatformMemoryMapLib.inf
|
|
|
|
PlatformPeiLib|Silicon/Qualcomm/sm8250/Library/PlatformPeiLib/PlatformPeiLib.inf
|
|
PlatformPrePiLib|Silicon/Qualcomm/sm8250/Library/PlatformPrePiLib/PlatformPrePiLib.inf
|
|
MsPlatformDevicesLib|Silicon/Qualcomm/sm8250/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf
|
|
SOCSmbiosInfoLib|Silicon/Qualcomm/sm8250/Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf
|
|
|
|
[Components.common]
|
|
Platform/EFI_Binaries/Applications/LinuxSimpleMassStorage/LinuxSimpleMassStorage.inf
|