Home
last modified time | relevance | path

Searched refs:images_noffset (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/cmd/
Dsource.c34 int images_noffset; in get_default_image() local
36 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in get_default_image()
37 if (images_noffset < 0) in get_default_image()
40 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL); in get_default_image()
/external/u-boot/drivers/fpga/
Dsocfpga_arria10.c532 int ret, i, count, confs_noffset, images_noffset, rbf_offset, rbf_size; in first_loading_rbf_to_buffer() local
573 images_noffset = fdt_path_offset(buffer_p, FIT_IMAGES_PATH); in first_loading_rbf_to_buffer()
574 if (confs_noffset < 0 || images_noffset < 0) { in first_loading_rbf_to_buffer()
595 images_noffset = fit_conf_get_prop_node_index(buffer_p, in first_loading_rbf_to_buffer()
598 uname = fit_get_name(buffer_p, images_noffset, NULL); in first_loading_rbf_to_buffer()
626 images_noffset = fit_image_get_node(buffer_p, fpga_node_name); in first_loading_rbf_to_buffer()
627 if (images_noffset < 0) { in first_loading_rbf_to_buffer()
633 if (!fit_image_get_data_position(buffer_p, images_noffset, in first_loading_rbf_to_buffer()
636 } else if (!fit_image_get_data_offset(buffer_p, images_noffset, in first_loading_rbf_to_buffer()
650 ret = fit_image_get_data_size(buffer_p, images_noffset, &rbf_size); in first_loading_rbf_to_buffer()
[all …]
/external/u-boot/common/
Dimage-fit.c128 int fit_get_subimage_count(const void *fit, int images_noffset) in fit_get_subimage_count() argument
136 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_get_subimage_count()
348 int images_noffset; in fit_print_contents() local
378 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in fit_print_contents()
379 if (images_noffset < 0) { in fit_print_contents()
381 FIT_IMAGES_PATH, fdt_strerror(images_noffset)); in fit_print_contents()
387 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_print_contents()
632 int noffset, images_noffset; in fit_image_get_node() local
634 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in fit_image_get_node()
635 if (images_noffset < 0) { in fit_image_get_node()
[all …]
Dupdate.c237 int images_noffset, ndepth, noffset; in update_tftp() local
292 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in update_tftp()
295 noffset = fdt_next_node(fit, images_noffset, &ndepth); in update_tftp()
/external/u-boot/tools/
Dimage-host.c682 int images_noffset, confs_noffset; in fit_add_verification_data() local
687 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in fit_add_verification_data()
688 if (images_noffset < 0) { in fit_add_verification_data()
690 FIT_IMAGES_PATH, fdt_strerror(images_noffset)); in fit_add_verification_data()
691 return images_noffset; in fit_add_verification_data()
695 for (noffset = fdt_first_subnode(fit, images_noffset); in fit_add_verification_data()
Dfit_image.c762 int images_noffset; in fit_extract_contents() local
778 images_noffset = fdt_path_offset(fit, FIT_IMAGES_PATH); in fit_extract_contents()
779 if (images_noffset < 0) { in fit_extract_contents()
781 FIT_IMAGES_PATH, fdt_strerror(images_noffset)); in fit_extract_contents()
786 count = fit_get_subimage_count(fit, images_noffset); in fit_extract_contents()
794 noffset = fdt_next_node(fit, images_noffset, &ndepth); in fit_extract_contents()
/external/u-boot/prebuilt-intermediates/
Dimage.h966 int fit_get_subimage_count(const void *fit, int images_noffset);
/external/u-boot/include/
Dimage.h966 int fit_get_subimage_count(const void *fit, int images_noffset);