xref: /optee_os/core/arch/arm/plat-synquacer/conf.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1PLATFORM_FLAVOR ?= developerbox
2
3$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
4$(call force,CFG_GIC,y)
5$(call force,CFG_PL011,y)
6
7include core/arch/arm/cpu/cortex-armv8-0.mk
8$(call force,CFG_TEE_CORE_NB_CORE,24)
9CFG_NUM_THREADS ?= 8
10CFG_TZDRAM_START ?= 0xfc000000
11CFG_TZDRAM_SIZE ?= 0x03c00000
12CFG_SHMEM_START ?= 0xffc00000
13CFG_SHMEM_SIZE ?= 0x00400000
14
15$(call force,CFG_WITH_ARM_TRUSTED_FW,y)
16
17$(call force,CFG_WITH_LPAE,y)
18$(call force,CFG_ARM64_core,y)
19supported-ta-targets = ta_arm64
20
21CFG_CRYPTO_SIZE_OPTIMIZATION ?= n
22$(call force,CFG_ARM_GICV3,y)
23$(call force,CFG_CORE_CLUSTER_SHIFT,1)
24

Last Index update Sat Jun 03 09:59:21 CST 2023