Searched refs:fit_uname (Results 1 – 4 of 4) sorted by relevance
| /u-boot/cmd/ |
| A D | source.c | 45 int image_source_script(ulong addr, const char *fit_uname) in image_source_script() argument 115 if (!fit_uname) in image_source_script() 116 fit_uname = get_default_image(fit_hdr); in image_source_script() 118 if (!fit_uname) { in image_source_script() 124 noffset = fit_image_get_node (fit_hdr, fit_uname); in image_source_script() 126 printf ("Can't find '%s' FIT subimage\n", fit_uname); in image_source_script() 169 const char *fit_uname = NULL; in do_source() local 177 &fit_uname)) { in do_source() 179 fit_uname, addr); in do_source() 187 rcode = image_source_script(addr, fit_uname); in do_source()
|
| A D | fpga.c | 241 const char *fit_uname = NULL; in do_fpga_loadmk() local 269 &fit_addr, &fit_uname)) { in do_fpga_loadmk() 272 fit_uname); in do_fpga_loadmk() 328 if (!fit_uname) { in do_fpga_loadmk() 339 noffset = fit_image_get_node(fit_hdr, fit_uname); in do_fpga_loadmk() 341 printf("Can't find '%s' FIT subimage\n", fit_uname); in do_fpga_loadmk()
|
| /u-boot/common/ |
| A D | image-fit.c | 1979 const char *fit_uname; in fit_image_load() local 1996 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load() 2012 if (fit_uname) { in fit_image_load() 2015 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load() 2057 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load() 2220 *fit_unamep = (char *)fit_uname; in fit_image_load() 2255 const char *fit_uname = NULL; in boot_get_fdt_fit() local 2269 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit() 2284 addr, &fit_uname, &fit_uname_config, in boot_get_fdt_fit() 2293 fit_uname ? fit_uname : "<NULL>", in boot_get_fdt_fit() [all …]
|
| /u-boot/include/ |
| A D | image.h | 729 int image_source_script(ulong addr, const char *fit_uname);
|
Completed in 12 milliseconds