xref: /optee_os/core/arch/arm/plat-sam/conf.mk (revision a9a8e483b6ff7f6e40c5ed95310a18e0bd1993c3)
1PLATFORM_FLAVOR ?= sama5d2xult
2
3include core/arch/arm/cpu/cortex-a5.mk
4
5$(call force,CFG_TEE_CORE_NB_CORE,1)
6$(call force,CFG_ATMEL_UART,y)
7$(call force,CFG_SECURE_TIME_SOURCE_REE,y)
8$(call force,CFG_NO_SMP,y)
9$(call force,CFG_PL310,y)
10$(call force,CFG_PL310_LOCKED,y)
11$(call force,CFG_AT91_MATRIX,y)
12
13# These values are forced because of matrix configuration for secure area.
14# When modifying these, always update matrix settings in
15# matrix_configure_slave_h64mx().
16$(call force,CFG_TZDRAM_START,0x20000000)
17$(call force,CFG_TZDRAM_SIZE,0x800000)
18
19CFG_SHMEM_START  ?= 0x21000000
20CFG_SHMEM_SIZE   ?= 0x400000
21
22CFG_TEE_RAM_VA_SIZE ?= 0x100000
23
24CFG_DRAM_SIZE    ?= 0x20000000
25