Searched refs:IMX7_OPTEE_BASE (Results 1 – 4 of 4) sorted by relevance
76 #define IMX7_OPTEE_BASE (DRAM_LIMIT - IMX7_OPTEE_SIZE) macro77 #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_BASE125 # define BL32_LIMIT (IMX7_OPTEE_BASE + IMX7_OPTEE_SIZE)
78 #define IMX7_OPTEE_BASE (DRAM_LIMIT - IMX7_OPTEE_SIZE) macro79 #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_BASE128 # define BL32_LIMIT (IMX7_OPTEE_BASE + IMX7_OPTEE_SIZE)
25 .image_info.image_base = IMX7_OPTEE_BASE,39 .image_info.image_base = IMX7_OPTEE_BASE,
183 VERBOSE("\tOPTEE 0x%08x-0x%08x\n", IMX7_OPTEE_BASE, IMX7_OPTEE_LIMIT); in bl2_el3_early_platform_setup()