Home
last modified time | relevance | path

Searched refs:UNIPHIER_MEM_BASE (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/socionext/uniphier/include/
Dplatform_def.h51 #define UNIPHIER_MEM_BASE UL(0x00000000) macro
53 #define BL2_BASE (UNIPHIER_MEM_BASE + UNIPHIER_BL2_OFFSET)
56 #define BL31_BASE (UNIPHIER_MEM_BASE + UNIPHIER_BL31_OFFSET)
59 #define BL32_BASE (UNIPHIER_MEM_BASE + UNIPHIER_BL32_OFFSET)
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_bl2_setup.c27 static uintptr_t uniphier_mem_base = UNIPHIER_MEM_BASE;