Searched refs:fit_uname (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | source.c | 27 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 D | fpga.c | 51 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()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 2032 const char *fit_uname; in fit_image_load_index() local 2048 fit_uname = fit_unamep ? *fit_unamep : NULL; in fit_image_load_index() 2061 if (fit_uname) { in fit_image_load_index() 2064 noffset = fit_image_get_node(fit, fit_uname); in fit_image_load_index() 2130 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load_index() 2138 printf(" Trying '%s' %s subimage\n", fit_uname, prop_name); in fit_image_load_index() 2276 *fit_unamep = (char *)fit_uname; in fit_image_load_index() 2321 const char *fit_uname = NULL; in boot_get_fdt_fit() local 2335 fit_uname = fit_unamep ? *fit_unamep : NULL; in boot_get_fdt_fit() 2350 addr, &fit_uname, &fit_uname_config, in boot_get_fdt_fit() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 252 int source (ulong addr, const char *fit_uname);
|