Home
last modified time | relevance | path

Searched refs:fit_image_get_entry (Results 1 – 6 of 6) sorted by relevance

/u-boot/common/spl/
A Dspl_opensbi.c65 ret = fit_image_get_entry(spl_image->fdt_addr, uboot_node, &uboot_entry); in spl_invoke_opensbi()
A Dspl_atf.c246 ret = fit_image_get_entry(blob, node, &val); in spl_fit_images_get_entry()
A Dspl_fit.c330 if (!fit_image_get_entry(fit, node, &entry_point)) in spl_load_fit_image()
/u-boot/common/
A Dimage-fit.c555 ret = fit_image_get_entry(fit, image_noffset, &entry); in fit_image_print()
863 int fit_image_get_entry(const void *fit, int noffset, ulong *entry) in fit_image_get_entry() function
A Dbootm.c194 ret = fit_image_get_entry(images.fit_hdr_os, in bootm_find_os()
/u-boot/include/
A Dimage.h1091 int fit_image_get_entry(const void *fit, int noffset, ulong *entry);

Completed in 16 milliseconds