| /optee_os/core/arch/arm/plat-mediatek/ |
| H A D | conf.mk | 26 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 D | conf.mk | 7 $(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 D | conf.mk | 18 CFG_TZDRAM_SIZE ?= 0x00200000 36 CFG_TZDRAM_SIZE ?= 0x02000000 52 CFG_TZDRAM_SIZE ?= 0x02000000 68 CFG_TZDRAM_SIZE ?= 0x02000000
|
| H A D | platform.c | 39 ret = platform_secure_ddr_region(1, CFG_TZDRAM_START, CFG_TZDRAM_SIZE); in platform_init()
|
| /optee_os/core/arch/arm/plat-totalcompute/ |
| H A D | conf.mk | 33 CFG_TZDRAM_SIZE ?= 0x02000000 37 CFG_TZDRAM_SIZE ?= 0x0197c000 40 CFG_TZDRAM_SIZE ?= 0x01000000
|
| /optee_os/core/arch/arm/plat-k3/ |
| H A D | conf.mk | 12 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 D | conf.mk | 74 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 D | generic_ram_layout.h | 16 * 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 D | conf.mk | 24 CFG_TZDRAM_SIZE ?= 0x03e00000 34 CFG_TZDRAM_SIZE ?= 0x2000000
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | conf.mk | 42 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 D | conf.mk | 22 CFG_TZDRAM_SIZE ?= 0x03D00000 40 CFG_TZDRAM_SIZE = 0x2200000
|
| /optee_os/core/arch/arm/plat-aspeed/ |
| H A D | conf.mk | 18 CFG_TZDRAM_SIZE ?= 0x1000000 42 CFG_TZDRAM_SIZE ?= 0x1000000
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | conf.mk | 224 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 D | conf.mk | 8 CFG_TZDRAM_SIZE ?= 0x00c00000
|
| /optee_os/core/arch/arm/plat-synquacer/ |
| H A D | conf.mk | 11 CFG_TZDRAM_SIZE ?= 0x03c00000
|
| /optee_os/core/arch/arm/plat-rpi5/ |
| H A D | conf.mk | 12 CFG_TZDRAM_SIZE ?= 0x02000000
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | conf.mk | 107 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 D | conf.mk | 20 CFG_TZDRAM_SIZE ?= 0x00A00000
|
| /optee_os/core/arch/arm/plat-d06/ |
| H A D | conf.mk | 29 CFG_TZDRAM_SIZE ?= 0x32000000
|
| /optee_os/core/arch/arm/plat-qcom/ |
| H A D | conf.mk | 25 CFG_TZDRAM_SIZE ?= (CFG_TEE_RAM_VA_SIZE + CFG_TA_RAM_VA_SIZE)
|
| /optee_os/core/arch/arm/plat-d02/ |
| H A D | conf.mk | 31 CFG_TZDRAM_SIZE ?= 0x013a00000
|
| /optee_os/core/arch/arm/plat-rpi3/ |
| H A D | conf.mk | 8 CFG_TZDRAM_SIZE ?= 0x00F00000
|
| /optee_os/core/arch/arm/plat-telechips/ |
| H A D | conf.mk | 11 CFG_TZDRAM_SIZE ?= 0x02000000
|
| /optee_os/core/arch/arm/plat-uniphier/ |
| H A D | conf.mk | 21 CFG_TZDRAM_SIZE ?= 0x00E00000
|
| /optee_os/core/arch/arm/plat-nuvoton/ |
| H A D | conf.mk | 28 CFG_TZDRAM_SIZE ?= 0x03f00000
|