Searched refs:fit_image_get_entry (Results 1 – 6 of 6) sorted by relevance
/u-boot/common/spl/ |
A D | spl_opensbi.c | 65 ret = fit_image_get_entry(spl_image->fdt_addr, uboot_node, &uboot_entry); in spl_invoke_opensbi()
|
A D | spl_atf.c | 246 ret = fit_image_get_entry(blob, node, &val); in spl_fit_images_get_entry()
|
A D | spl_fit.c | 330 if (!fit_image_get_entry(fit, node, &entry_point)) in spl_load_fit_image()
|
/u-boot/common/ |
A D | image-fit.c | 555 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 D | bootm.c | 194 ret = fit_image_get_entry(images.fit_hdr_os, in bootm_find_os()
|
/u-boot/include/ |
A D | image.h | 1091 int fit_image_get_entry(const void *fit, int noffset, ulong *entry);
|
Completed in 16 milliseconds