Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c35 uintptr_t bl32_entry, in bl2_plat_get_bl31_params() argument
61 bl32_ep_info->pc = bl32_entry == -1 ? 0 : bl32_entry; in bl2_plat_get_bl31_params()
124 uintptr_t bl31_entry, uintptr_t bl32_entry, in bl31_entry() argument
130 bl31_params = bl2_plat_get_bl31_params(spl_image, bl32_entry, bl33_entry); in bl31_entry()
173 uintptr_t bl32_entry, bl33_entry; in spl_invoke_atf() local
186 bl32_entry = spl_fit_images_get_entry(blob, node); in spl_invoke_atf()
188 bl32_entry = spl_image->entry_point_bl32; /* optional */ in spl_invoke_atf()
218 bl31_entry(spl_image, spl_image->entry_point, bl32_entry, in spl_invoke_atf()
/rk3399_rockchip-uboot/include/
H A Dspl.h298 uintptr_t bl31_entry, uintptr_t bl32_entry,