Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dsource.c26 source (ulong addr, const char *fit_uname) in source() argument
90 if (fit_uname == NULL) { in source()
102 noffset = fit_image_get_node (fit_hdr, fit_uname); in source()
104 printf ("Can't find '%s' FIT subimage\n", fit_uname); in source()
146 const char *fit_uname = NULL; in do_source() local
153 } else if (fit_parse_subimage (argv[1], load_addr, &addr, &fit_uname)) { in do_source()
155 fit_uname, addr); in do_source()
163 rcode = source (addr, fit_uname); in do_source()
Dfpga.c51 const char *fit_uname = NULL; in do_fpga() local
113 &fit_addr, &fit_uname)) { in do_fpga()
116 fit_uname); in do_fpga()
138 &fit_addr, &fit_uname)) { in do_fpga()
141 fit_uname); in do_fpga()
295 if (fit_uname == NULL) { in do_fpga()
307 fit_uname); in do_fpga()
310 fit_uname); in do_fpga()
/external/u-boot/common/
Dimage-fit.c1789 const char *fit_uname; in fit_image_load() local
1805 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load()
1818 if (fit_uname) { in fit_image_load()
1821 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load()
1861 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load()
1869 printf(" Trying '%s' %s subimage\n", fit_uname, prop_name); in fit_image_load()
1999 *fit_unamep = (char *)fit_uname; in fit_image_load()
2034 const char *fit_uname = NULL; in boot_get_fdt_fit() local
2048 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit()
2063 addr, &fit_uname, &fit_uname_config, in boot_get_fdt_fit()
[all …]
/external/u-boot/include/
Dcommon.h128 int source (ulong addr, const char *fit_uname);