Home
last modified time | relevance | path

Searched full:cfg_tzdram_size (Results 1 – 25 of 46) sorted by relevance

12

/optee_os/core/arch/arm/plat-mediatek/
H A Dconf.mk26 CFG_TZDRAM_SIZE ?= 0x01e00000
37 CFG_TZDRAM_SIZE ?= 0x00a00000
38 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
46 CFG_TZDRAM_SIZE ?= 0x00300000
47 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
57 CFG_TZDRAM_SIZE ?= 0x00300000
58 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
69 CFG_TZDRAM_SIZE ?= 0x00a00000
70 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
81 CFG_TZDRAM_SIZE ?= 0x00a00000
[all …]
/optee_os/core/arch/arm/plat-marvell/
H A Dconf.mk7 $(call force,CFG_TZDRAM_SIZE,0x00C00000)
21 $(call force,CFG_TZDRAM_SIZE,0x00C00000)
37 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
56 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
75 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
93 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
110 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
127 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
144 $(call force,CFG_TZDRAM_SIZE,0x000a00000)
161 $(call force,CFG_TZDRAM_SIZE,0x000900000)
[all …]
/optee_os/core/arch/arm/plat-rockchip/
H A Dconf.mk18 CFG_TZDRAM_SIZE ?= 0x00200000
36 CFG_TZDRAM_SIZE ?= 0x02000000
52 CFG_TZDRAM_SIZE ?= 0x02000000
68 CFG_TZDRAM_SIZE ?= 0x02000000
H A Dplatform.c39 ret = platform_secure_ddr_region(1, CFG_TZDRAM_START, CFG_TZDRAM_SIZE); in platform_init()
/optee_os/core/arch/arm/plat-totalcompute/
H A Dconf.mk33 CFG_TZDRAM_SIZE ?= 0x02000000
37 CFG_TZDRAM_SIZE ?= 0x0197c000
40 CFG_TZDRAM_SIZE ?= 0x01000000
/optee_os/core/arch/arm/plat-k3/
H A Dconf.mk12 CFG_TZDRAM_SIZE ?= 0x00400000 # 20MB
16 CFG_TZDRAM_SIZE ?= 0x01400000 # 20MB
20 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
/optee_os/core/arch/arm/plat-vexpress/
H A Dconf.mk74 CFG_TZDRAM_SIZE ?= 0x01D80000
77 CFG_TZDRAM_SIZE ?= 0x02000000
97 CFG_TZDRAM_SIZE ?= 0x00ff8000
114 CFG_TZDRAM_SIZE ?= 0x00f00000
151 CFG_TZDRAM_SIZE ?= 0x00f00000
/optee_os/core/arch/arm/include/mm/
H A Dgeneric_ram_layout.h16 * CFG_TZDRAM_SIZE
70 * +----------------------------------+ <-- CFG_TZDRAM_START + CFG_TZDRAM_SIZE
88 * +----------------------------------+ <-+ CFG_TZDRAM_START + CFG_TZDRAM_SIZE
106 * +----------------------------------+ <-+ CFG_TZDRAM_START + CFG_TZDRAM_SIZE
144 #define TZDRAM_SIZE CFG_TZDRAM_SIZE
150 #define TZDRAM_SIZE (CFG_TZDRAM_START + (CFG_TZDRAM_SIZE - \
179 #define TEE_SDP_TEST_MEM_BASE (CFG_TZDRAM_START + (CFG_TZDRAM_SIZE - \
/optee_os/core/arch/arm/plat-sunxi/
H A Dconf.mk24 CFG_TZDRAM_SIZE ?= 0x03e00000
34 CFG_TZDRAM_SIZE ?= 0x2000000
/optee_os/core/arch/arm/plat-stm/
H A Dconf.mk42 CFG_TZDRAM_SIZE ?= ($(CFG_DDR_TEETZ_RESERVED_SIZE) - $(CFG_SHMEM_SIZE))
45 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
/optee_os/core/arch/arm/plat-rcar/
H A Dconf.mk22 CFG_TZDRAM_SIZE ?= 0x03D00000
40 CFG_TZDRAM_SIZE = 0x2200000
/optee_os/core/arch/arm/plat-aspeed/
H A Dconf.mk18 CFG_TZDRAM_SIZE ?= 0x1000000
42 CFG_TZDRAM_SIZE ?= 0x1000000
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dconf.mk224 CFG_TZDRAM_SIZE ?= 0x01e00000
226 CFG_TZDRAM_SIZE ?= 0x02000000
231 CFG_SHMEM_START ?= ($(CFG_TZDRAM_START) + $(CFG_TZDRAM_SIZE))
235 CFG_TZDRAM_SIZE ?= 0x02000000
236 CFG_TZDRAM_START ?= ($(CFG_DRAM_BASE) + $(CFG_DRAM_SIZE) - $(CFG_TZDRAM_SIZE))
/optee_os/core/arch/arm/plat-amlogic/
H A Dconf.mk8 CFG_TZDRAM_SIZE ?= 0x00c00000
/optee_os/core/arch/arm/plat-synquacer/
H A Dconf.mk11 CFG_TZDRAM_SIZE ?= 0x03c00000
/optee_os/core/arch/arm/plat-rpi5/
H A Dconf.mk12 CFG_TZDRAM_SIZE ?= 0x02000000
/optee_os/core/arch/arm/plat-ls/
H A Dconf.mk107 CFG_TZDRAM_SIZE ?= ( CFG_TEE_OS_DRAM0_SIZE - CFG_SHMEM_SIZE)
115 CFG_TZDRAM_SIZE ?= ( CFG_TEE_OS_DRAM0_SIZE - (2*CFG_SHMEM_SIZE))
/optee_os/core/arch/arm/plat-rzn1/
H A Dconf.mk20 CFG_TZDRAM_SIZE ?= 0x00A00000
/optee_os/core/arch/arm/plat-d06/
H A Dconf.mk29 CFG_TZDRAM_SIZE ?= 0x32000000
/optee_os/core/arch/arm/plat-qcom/
H A Dconf.mk25 CFG_TZDRAM_SIZE ?= (CFG_TEE_RAM_VA_SIZE + CFG_TA_RAM_VA_SIZE)
/optee_os/core/arch/arm/plat-d02/
H A Dconf.mk31 CFG_TZDRAM_SIZE ?= 0x013a00000
/optee_os/core/arch/arm/plat-rpi3/
H A Dconf.mk8 CFG_TZDRAM_SIZE ?= 0x00F00000
/optee_os/core/arch/arm/plat-telechips/
H A Dconf.mk11 CFG_TZDRAM_SIZE ?= 0x02000000
/optee_os/core/arch/arm/plat-uniphier/
H A Dconf.mk21 CFG_TZDRAM_SIZE ?= 0x00E00000
/optee_os/core/arch/arm/plat-nuvoton/
H A Dconf.mk28 CFG_TZDRAM_SIZE ?= 0x03f00000

12