Home
last modified time | relevance | path

Searched refs:fit_uname (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dsource.c45 source (ulong addr, const char *fit_uname) in source() argument
115 if (!fit_uname) in source()
116 fit_uname = get_default_image(fit_hdr); in source()
118 if (!fit_uname) { in source()
124 noffset = fit_image_get_node (fit_hdr, fit_uname); in source()
126 printf ("Can't find '%s' FIT subimage\n", fit_uname); in source()
168 const char *fit_uname = NULL; in do_source() local
175 } else if (fit_parse_subimage (argv[1], load_addr, &addr, &fit_uname)) { in do_source()
177 fit_uname, addr); in do_source()
185 rcode = source (addr, fit_uname); in do_source()
Dfpga.c238 const char *fit_uname = NULL; in do_fpga_loadmk() local
266 &fit_addr, &fit_uname)) { in do_fpga_loadmk()
269 fit_uname); in do_fpga_loadmk()
325 if (!fit_uname) { in do_fpga_loadmk()
336 noffset = fit_image_get_node(fit_hdr, fit_uname); in do_fpga_loadmk()
338 printf("Can't find '%s' FIT subimage\n", fit_uname); in do_fpga_loadmk()
/external/u-boot/common/
Dimage-fit.c1814 const char *fit_uname; in fit_image_load() local
1831 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load()
1844 if (fit_uname) { in fit_image_load()
1847 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load()
1889 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load()
1897 printf(" Trying '%s' %s subimage\n", fit_uname, prop_name); in fit_image_load()
2041 *fit_unamep = (char *)fit_uname; in fit_image_load()
2076 const char *fit_uname = NULL; in boot_get_fdt_fit() local
2090 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit()
2105 addr, &fit_uname, &fit_uname_config, in boot_get_fdt_fit()
[all …]
/external/u-boot/include/
Dcommon.h89 int source (ulong addr, const char *fit_uname);