Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 18 of 18) sorted by relevance

/u-boot/cmd/
A Dubi.c257 struct ubi_rename_entry rename; in ubi_rename_vol() local
279 rename.new_name_len = strlen(newname); in ubi_rename_vol()
280 strcpy(rename.new_name, newname); in ubi_rename_vol()
281 rename.remove = 0; in ubi_rename_vol()
284 rename.desc = &desc; in ubi_rename_vol()
285 INIT_LIST_HEAD(&rename.list); in ubi_rename_vol()
287 list_add(&rename.list, &list); in ubi_rename_vol()
A DKconfig967 partitions via the 'gpt swap' command or to rename single
968 partitions via the 'rename' command.
2325 bool "Enable rename"
2329 Enable a "ubi" command to rename ubi volume:
2330 ubi rename <oldname> <newname>
/u-boot/doc/board/intel/
A Dcherryhill.rst8 put the .fd file to the board directory and rename it to fsp.bin.
15 BIOS Table (VBT) is shipped. Put it to the board directory and rename it to
A Dbayleybay.rst9 the time of writing). Put it in the corresponding board directory and rename
A Dcougarcanyon2.rst10 time of writing) in the board directory and rename it to fsp.bin.
A Dminnowmax.rst9 the time of writing). Put it in the corresponding board directory and rename
/u-boot/doc/board/google/
A Dchromebook_link.rst26 As for the video ROM, you can get it `here`_ and rename it to vga.bin.
/u-boot/scripts/kconfig/
A Dconfdata.c863 rename(newname, dirname); in conf_write()
864 if (rename(tmpname, newname)) in conf_write()
903 rename("..config.tmp", name); in conf_write_dep()
1072 if (rename(".tmpconfig.h", name)) in conf_write_autoconf()
1080 if (rename(".tmpconfig_tristate", name)) in conf_write_autoconf()
1090 if (rename(".tmpconfig", name)) in conf_write_autoconf()
/u-boot/doc/
A DREADME.gpt216 'gpt read', 'gpt rename' and 'gpt swap' commands facilitate
228 U-BOOT> gpt rename mmc 0 1 primary
/u-boot/tools/
A Dfit_image.c783 rename(tmpfile, bakfile); in fit_handle_file()
819 if (rename (tmpfile, params->imagefile) == -1) { in fit_handle_file()
/u-boot/board/hisilicon/poplar/
A DREADME127 Due to BootROM requiremets, rename l-loader.bin to fastboot.bin:
/u-boot/scripts/
A Dcheckpatch.pl6792 my $rename = "";
6794 $rename .= " '$show' to '$newshow'";
6797 $rename .= " '$store' to '$newstore'";
6800 "Consider renaming function(s)$rename\n" . $herecurr);
A Dspelling.txt938 reename||rename
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped17 * We rename this function here to avoid problems with swig, since we also have
993 %rename(fdt_property) fdt_property_func;
/u-boot/tools/env/
A Dfw_env.c1354 if (rename(target_temp, DEVNAME(dev_target))) { in flash_io_write()
/u-boot/doc/driver-model/
A Dspi-howto.rst316 We should rename this to make its purpose more obvious, and get rid of
/u-boot/tools/patman/
A DREADME464 in case the hush parser is bring used, so rename this function to
/u-boot/tools/buildman/
A Dkconfiglib.py6409 copy_fn = os.rename

Completed in 43 milliseconds