Searched refs:cfg_noffset (Results 1 – 5 of 5) sorted by relevance
| /u-boot/boot/ |
| A D | image-fit.c | 1994 int cfg_noffset; in fit_get_node_from_config() local 2004 if (cfg_noffset < 0) { in fit_get_node_from_config() 2060 int cfg_noffset, noffset; in fit_image_load() local 2103 cfg_noffset = fit_conf_find_compat(fit, gd_fdt_blob()); in fit_image_load() 2105 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in fit_image_load() 2107 if (cfg_noffset < 0) { in fit_image_load() 2122 if (fit_config_verify(fit, cfg_noffset)) { in fit_image_load() 2337 int fdt_noffset, cfg_noffset, count; in boot_get_fdt_fit() local 2382 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in boot_get_fdt_fit() 2426 cfg_noffset = fit_conf_get_node(fit, uconfig); in boot_get_fdt_fit() [all …]
|
| A D | bootm.c | 1026 int cfg_noffset) in bootm_host_load_image() argument 1038 fit_uname_config = fdt_get_name(fit, cfg_noffset, NULL); in bootm_host_load_image() 1071 int bootm_host_load_images(const void *fit, int cfg_noffset) in bootm_host_load_images() argument 1084 ret = bootm_host_load_image(fit, image_types[i], cfg_noffset); in bootm_host_load_images()
|
| /u-boot/include/ |
| A D | bootm.h | 46 int bootm_host_load_images(const void *fit, int cfg_noffset);
|
| /u-boot/cmd/ |
| A D | fdt.c | 717 int cfg_noffset; in do_fdt() local 735 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt() 736 if (!cfg_noffset) { in do_fdt() 738 fdt_strerror(cfg_noffset)); in do_fdt() 742 ret = fit_config_verify(working_fdt, cfg_noffset); in do_fdt()
|
| /u-boot/tools/ |
| A D | image-host.c | 1335 int cfg_noffset; in fit_check_sign() local 1338 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in fit_check_sign() 1339 if (!cfg_noffset) in fit_check_sign() 1343 fdt_get_name(fit, cfg_noffset, NULL)); in fit_check_sign() 1344 ret = fit_config_verify(fit, cfg_noffset); in fit_check_sign() 1348 ret = bootm_host_load_images(fit, cfg_noffset); in fit_check_sign()
|
Completed in 29 milliseconds