Searched refs:cfg_noffset (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 1726 int cfg_noffset; in fit_get_node_from_config() local 1735 cfg_noffset = fit_conf_get_node(fit_hdr, images->fit_uname_cfg); in fit_get_node_from_config() 1736 if (cfg_noffset < 0) { in fit_get_node_from_config() 1741 noffset = fit_conf_get_prop_node(fit_hdr, cfg_noffset, prop_name); in fit_get_node_from_config() 1788 int cfg_noffset, noffset; in fit_image_load() local 1830 cfg_noffset = fit_conf_find_compat(fit, gd_fdt_blob()); in fit_image_load() 1832 cfg_noffset = fit_conf_get_node(fit, in fit_image_load() 1835 if (cfg_noffset < 0) { in fit_image_load() 1841 fit_base_uname_config = fdt_get_name(fit, cfg_noffset, NULL); in fit_image_load() 1848 if (fit_config_verify(fit, cfg_noffset)) { in fit_image_load() [all …]
|
D | bootm.c | 968 int bootm_host_load_images(const void *fit, int cfg_noffset) in bootm_host_load_images() argument
|
/external/u-boot/tools/ |
D | image-host.c | 728 int cfg_noffset; in fit_check_sign() local 731 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_check_sign() 732 if (!cfg_noffset) in fit_check_sign() 736 ret = fit_config_verify(fit, cfg_noffset); in fit_check_sign() 739 ret = bootm_host_load_images(fit, cfg_noffset); in fit_check_sign()
|
/external/u-boot/cmd/ |
D | fdt.c | 618 int cfg_noffset; in do_fdt() local 636 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt() 637 if (!cfg_noffset) { in do_fdt() 639 fdt_strerror(cfg_noffset)); in do_fdt() 643 ret = fit_config_verify(working_fdt, cfg_noffset); in do_fdt()
|
/external/u-boot/include/ |
D | bootm.h | 43 int bootm_host_load_images(const void *fit, int cfg_noffset);
|