aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-amlogic/conf.mk
blob: 4b7f8cb507d820a7c37d71b89216dd7d74663130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PLATFORM_FLAVOR ?= axg

include core/arch/arm/cpu/cortex-armv8-0.mk

$(call force,CFG_TEE_CORE_NB_CORE,4)

CFG_TZDRAM_START ?= 0x05300000
CFG_TZDRAM_SIZE ?= 0x00c00000
CFG_SHMEM_START ?= 0x05000000
CFG_SHMEM_SIZE ?= 0x00100000

$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
$(call force,CFG_WITH_ARM_TRUSTED_FW,y)
$(call force,CFG_AMLOGIC_UART,y)

$(call force,CFG_WITH_PAGER,n)
$(call force,CFG_ARM64_core,y)
$(call force,CFG_WITH_LPAE,y)