xref: /optee_os/core/arch/arm/plat-sprd/conf.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1PLATFORM_FLAVOR ?= sc9860
2
3include core/arch/arm/cpu/cortex-armv8-0.mk
4
5$(call force,CFG_TEE_CORE_NB_CORE,8)
6$(call force,CFG_WITH_ARM_TRUSTED_FW,y)
7
8ifeq ($(CFG_ARM64_core),y)
9$(call force,CFG_WITH_LPAE,y)
10else
11$(call force,CFG_ARM32_core,y)
12endif
13
14$(call force,CFG_GIC,y)
15$(call force,CFG_SPRD_UART,y)
16$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
17
18# Overrides default in mk/config.mk with 128 kB
19CFG_CORE_HEAP_SIZE ?= 131072
20

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