Searched refs:fit_uname (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | source.c | 44 source (ulong addr, const char *fit_uname) in source() argument 114 if (!fit_uname) in source() 115 fit_uname = get_default_image(fit_hdr); in source() 117 if (!fit_uname) { in source() 123 noffset = fit_image_get_node (fit_hdr, fit_uname); in source() 125 printf ("Can't find '%s' FIT subimage\n", fit_uname); in source() 167 const char *fit_uname = NULL; in do_source() local 174 } else if (fit_parse_subimage (argv[1], load_addr, &addr, &fit_uname)) { in do_source() 176 fit_uname, addr); in do_source() 184 rcode = source (addr, fit_uname); in do_source()
|
H A D | fpga.c | 236 const char *fit_uname = NULL; in do_fpga_loadmk() local 264 &fit_addr, &fit_uname)) { in do_fpga_loadmk() 267 fit_uname); in do_fpga_loadmk() 323 if (!fit_uname) { in do_fpga_loadmk() 334 noffset = fit_image_get_node(fit_hdr, fit_uname); in do_fpga_loadmk() 336 printf("Can't find '%s' FIT subimage\n", fit_uname); in do_fpga_loadmk()
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 1793 const char *fit_uname; in fit_image_load() local 1809 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load() 1822 if (fit_uname) { in fit_image_load() 1825 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load() 1867 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load() 1875 printf(" Trying '%s' %s subimage\n", fit_uname, prop_name); in fit_image_load() 2005 *fit_unamep = (char *)fit_uname; in fit_image_load() 2040 const char *fit_uname = NULL; in boot_get_fdt_fit() local 2054 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit() 2069 addr, &fit_uname, &fit_uname_config, in boot_get_fdt_fit() [all …]
|
/openbmc/u-boot/include/ |
H A D | common.h | 133 int source (ulong addr, const char *fit_uname);
|