Searched refs:fit_uname (Results 1 - 8 of 8) sorted by relevance

/u-boot/cmd/
H A Dsource.c32 const char *fit_uname = NULL, *confname = NULL; local
40 &fit_uname)) {
42 fit_uname, addr);
53 rcode = cmd_source_script(addr, fit_uname, confname);
H A Dfpga.c241 const char *fit_uname = NULL; local
269 &fit_addr, &fit_uname)) {
272 fit_uname);
328 if (!fit_uname) {
338 err = fit_get_data_node(fit_hdr, fit_uname, &fit_data,
342 fit_uname, err);
/u-boot/boot/
H A Dimage-board.c944 int image_locate_script(void *buf, int size, const char *fit_uname, argument
1014 if (!fit_uname) {
1042 if (!fit_uname || !*fit_uname)
1043 fit_uname = get_default_image(fit_hdr);
1044 if (!fit_uname) {
1050 noffset = fit_image_get_node(fit_hdr, fit_uname);
1053 fit_uname);
H A Dvbe_simple_fw.c46 const char *fit_uname, *fit_uname_config; local
101 fit_uname = NULL;
104 ret = fit_image_load(&images, addr, &fit_uname, &fit_uname_config,
H A Dimage-fit.c2061 const char *fit_uname; local
2075 fit_uname = fit_unamep ? *fit_unamep : NULL;
2091 if (fit_uname) {
2094 noffset = fit_image_get_node(fit, fit_uname);
2135 fit_uname = fit_get_name(fit, noffset, NULL);
2143 printf(" Trying '%s' %s subimage\n", fit_uname, prop_name);
2304 *fit_unamep = (char *)fit_uname;
2339 const char *fit_uname = NULL; local
2353 fit_uname = fit_unamep ? *fit_unamep : NULL;
2368 addr, &fit_uname,
[all...]
/u-boot/common/
H A Dcommand.c659 int cmd_source_script(ulong addr, const char *fit_uname, const char *confname) argument
667 ret = image_locate_script(buf, 0, fit_uname, confname, &data, &len);
/u-boot/include/
H A Dcommand.h340 * @fit_uname: FIT subimage name
343 int cmd_source_script(ulong addr, const char *fit_uname, const char *confname);
H A Dimage.h771 * @fit_uname: Node name of FIT image to read
777 int image_locate_script(void *buf, int size, const char *fit_uname,

Completed in 56 milliseconds