Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dsource.c27 source (ulong addr, const char *fit_uname) in source() argument
95 if (fit_uname == NULL) { in source()
107 noffset = fit_image_get_node (fit_hdr, fit_uname); in source()
109 printf ("Can't find '%s' FIT subimage\n", fit_uname); in source()
164 const char *fit_uname = NULL; in do_source() local
171 } else if (fit_parse_subimage (argv[1], load_addr, &addr, &fit_uname)) { in do_source()
173 fit_uname, addr); in do_source()
181 rcode = source (addr, fit_uname); in do_source()
H A Dfpga.c51 const char *fit_uname = NULL; in do_fpga() local
79 &fit_addr, &fit_uname)) { in do_fpga()
82 fit_uname); in do_fpga()
104 &fit_addr, &fit_uname)) { in do_fpga()
107 fit_uname); in do_fpga()
248 if (fit_uname == NULL) { in do_fpga()
260 fit_uname); in do_fpga()
263 fit_uname); in do_fpga()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c2186 const char *fit_uname; in fit_image_load_index() local
2202 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load_index()
2215 if (fit_uname) { in fit_image_load_index()
2218 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load_index()
2284 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load_index()
2292 printf(" Trying '%s' %s subimage\n", fit_uname, prop_name); in fit_image_load_index()
2449 *fit_unamep = (char *)fit_uname; in fit_image_load_index()
2494 const char *fit_uname = NULL; in boot_get_fdt_fit() local
2508 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit()
2523 addr, &fit_uname, &fit_uname_config, in boot_get_fdt_fit()
[all …]
/rk3399_rockchip-uboot/include/
H A Dcommon.h254 int source (ulong addr, const char *fit_uname);