Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c36 uintptr_t bl33_entry) in bl2_plat_get_bl31_params() argument
81 bl33_ep_info->pc = bl33_entry; in bl2_plat_get_bl31_params()
118 uintptr_t bl33_entry, uintptr_t fdt_addr) 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
191 bl33_entry = spl_fit_images_get_entry(blob, node); in spl_invoke_atf()
193 bl33_entry = spl_image->entry_point_bl33; in spl_invoke_atf()
212 bl33_entry, platform_param); in spl_invoke_atf()
/OK3568_Linux_fs/u-boot/include/
H A Dspl.h298 uintptr_t bl33_entry, uintptr_t fdt_addr);