Home
last modified time | relevance | path

Searched refs:IMX7_DTB_BASE (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx7/picopi/include/
H A Dplatform_def.h104 #define IMX7_DTB_BASE (DRAM_BASE + 0x03000000) macro
105 #define IMX7_DTB_LIMIT (IMX7_DTB_BASE + IMX7_DTB_SIZE)
/rk3399_ARM-atf/plat/imx/imx7/warp7/include/
H A Dplatform_def.h106 #define IMX7_DTB_BASE (DRAM_BASE + 0x03000000) macro
107 #define IMX7_DTB_LIMIT (IMX7_DTB_BASE + IMX7_DTB_SIZE)
/rk3399_ARM-atf/plat/imx/imx7/common/
H A Dimx7_bl2_el3_common.c188 VERBOSE("\tDTB 0x%08x-0x%08x\n", IMX7_DTB_BASE, IMX7_DTB_LIMIT); in bl2_el3_early_platform_setup()