Searched refs:BL2_RAM_BASE (Results 1 – 4 of 4) sorted by relevance
81 #define BL2_RAM_BASE (IMX7_OPTEE_BASE - BL2_RAM_SIZE) macro82 #define BL2_RAM_LIMIT (BL2_RAM_BASE + BL2_RAM_SIZE)86 #define SHARED_RAM_BASE (BL2_RAM_BASE - SHARED_RAM_SIZE)118 #define BL2_BASE BL2_RAM_BASE119 #define BL2_LIMIT (BL2_RAM_BASE + BL2_RAM_SIZE)
83 #define BL2_RAM_BASE (IMX7_OPTEE_BASE - BL2_RAM_SIZE) macro84 #define BL2_RAM_LIMIT (BL2_RAM_BASE + BL2_RAM_SIZE)88 #define SHARED_RAM_BASE (BL2_RAM_BASE - SHARED_RAM_SIZE)121 #define BL2_BASE BL2_RAM_BASE122 #define BL2_LIMIT (BL2_RAM_BASE + BL2_RAM_SIZE)
184 VERBOSE("\tATF/BL2 0x%08x-0x%08x\n", BL2_RAM_BASE, BL2_RAM_LIMIT); in bl2_el3_early_platform_setup()
141 IMPORT_SYM(uintptr_t, __BL2_RAM_START__, BL2_RAM_BASE);