Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_bl2_mem_params_desc.c154 .ep_info.pc = HIKEY_NS_IMAGE_OFFSET,
158 .image_info.image_base = HIKEY_NS_IMAGE_OFFSET,
/rk3399_ARM-atf/plat/hisilicon/hikey/include/
H A Dhikey_def.h79 #define HIKEY_NS_IMAGE_OFFSET (DDR_BASE + 0x35000000) macro
/rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/
H A Dhikey_common.c122 return HIKEY_NS_IMAGE_OFFSET; in plat_get_ns_image_entrypoint()