xref: /optee_os/core/arch/arm/plat-aspeed/conf.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1PLATFORM_FLAVOR ?= ast2600
2
3ifeq ($(PLATFORM_FLAVOR),ast2600)
4include core/arch/arm/cpu/cortex-a7.mk
5
6$(call force,CFG_8250_UART,y)
7$(call force,CFG_ARM32_core,y)
8$(call force,CFG_TEE_CORE_NB_CORE,2)
9$(call force,CFG_GIC,y)
10$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
11
12CFG_NUM_THREADS ?= $(CFG_TEE_CORE_NB_CORE)
13
14CFG_DRAM_BASE ?= 0x80000000
15CFG_DRAM_SIZE ?= 0x40000000
16
17CFG_TZDRAM_START ?= 0x88000000
18CFG_TZDRAM_SIZE ?= 0x01000000
19
20CFG_CORE_RESERVED_SHM ?= n
21else
22$(error Unsupported PLATFORM_FLAVOR "$(PLATFORM_FLAVOR)")
23endif
24

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