Home
last modified time | relevance | path

Searched refs:IMX7_OPTEE_BASE (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/plat/imx/imx7/picopi/include/
Dplatform_def.h76 #define IMX7_OPTEE_BASE (DRAM_LIMIT - IMX7_OPTEE_SIZE) macro
77 #define IMX7_OPTEE_LIMIT (IMX7_OPTEE_BASE + IMX7_OPTEE_SIZE)
81 #define BL2_RAM_BASE (IMX7_OPTEE_BASE - BL2_RAM_SIZE)
124 # define BL32_BASE IMX7_OPTEE_BASE
125 # define BL32_LIMIT (IMX7_OPTEE_BASE + IMX7_OPTEE_SIZE)
/external/arm-trusted-firmware/plat/imx/imx7/warp7/include/
Dplatform_def.h78 #define IMX7_OPTEE_BASE (DRAM_LIMIT - IMX7_OPTEE_SIZE) macro
79 #define IMX7_OPTEE_LIMIT (IMX7_OPTEE_BASE + IMX7_OPTEE_SIZE)
83 #define BL2_RAM_BASE (IMX7_OPTEE_BASE - BL2_RAM_SIZE)
127 # define BL32_BASE IMX7_OPTEE_BASE
128 # define BL32_LIMIT (IMX7_OPTEE_BASE + IMX7_OPTEE_SIZE)
/external/arm-trusted-firmware/plat/imx/imx7/common/
Dimx7_bl2_mem_params_desc.c25 .image_info.image_base = IMX7_OPTEE_BASE,
39 .image_info.image_base = IMX7_OPTEE_BASE,
Dimx7_bl2_el3_common.c183 VERBOSE("\tOPTEE 0x%08x-0x%08x\n", IMX7_OPTEE_BASE, IMX7_OPTEE_LIMIT); in bl2_el3_early_platform_setup()