Searched refs:cfg_noffset (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 1960 int cfg_noffset; in fit_get_node_from_config() local 1969 cfg_noffset = fit_conf_get_node(fit_hdr, images->fit_uname_cfg); in fit_get_node_from_config() 1970 if (cfg_noffset < 0) { in fit_get_node_from_config() 1975 noffset = fit_conf_get_prop_node(fit_hdr, cfg_noffset, prop_name); in fit_get_node_from_config() 2031 int cfg_noffset, noffset; in fit_image_load_index() local 2073 cfg_noffset = fit_conf_find_compat(fit, gd_fdt_blob()); in fit_image_load_index() 2075 cfg_noffset = fit_conf_get_node(fit, in fit_image_load_index() 2078 if (cfg_noffset < 0) { in fit_image_load_index() 2084 fit_base_uname_config = fdt_get_name(fit, cfg_noffset, NULL); in fit_image_load_index() 2099 if (fit_config_verify(fit, cfg_noffset)) { in fit_image_load_index() [all …]
|
| H A D | bootm.c | 1044 int bootm_host_load_images(const void *fit, int cfg_noffset, int is_spl) in bootm_host_load_images() argument
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | image-host.c | 741 int cfg_noffset; in fit_check_sign() local 744 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_check_sign() 745 if (!cfg_noffset) in fit_check_sign() 749 ret = fit_config_verify(fit, cfg_noffset); in fit_check_sign() 752 ret = bootm_host_load_images(fit, cfg_noffset, is_spl); in fit_check_sign()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fdt.c | 617 int cfg_noffset; in do_fdt() local 635 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt() 636 if (!cfg_noffset) { in do_fdt() 638 fdt_strerror(cfg_noffset)); in do_fdt() 642 ret = fit_config_verify(working_fdt, cfg_noffset); in do_fdt()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bootm.h | 44 int bootm_host_load_images(const void *fit, int cfg_noffset, int is_spl);
|