Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c35 uintptr_t bl32_entry, in bl2_plat_get_bl31_params() argument
55 if (bl32_entry == -1) in bl2_plat_get_bl31_params()
64 bl32_ep_info->pc = bl32_entry; in bl2_plat_get_bl31_params()
117 uintptr_t bl31_entry, uintptr_t bl32_entry, in bl31_entry() argument
123 bl31_params = bl2_plat_get_bl31_params(spl_image, bl32_entry, bl33_entry); in bl31_entry()
166 uintptr_t bl32_entry, bl33_entry; in spl_invoke_atf() local
179 bl32_entry = spl_fit_images_get_entry(blob, node); in spl_invoke_atf()
181 bl32_entry = spl_image->entry_point_bl32; /* optional */ in spl_invoke_atf()
211 bl31_entry(spl_image, spl_image->entry_point, bl32_entry, in spl_invoke_atf()
/OK3568_Linux_fs/u-boot/include/
H A Dspl.h297 uintptr_t bl31_entry, uintptr_t bl32_entry,