Searched refs:rename (Results 1 – 18 of 18) sorted by relevance
/u-boot/cmd/ |
A D | ubi.c | 257 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 D | Kconfig | 967 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 D | cherryhill.rst | 8 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 D | bayleybay.rst | 9 the time of writing). Put it in the corresponding board directory and rename
|
A D | cougarcanyon2.rst | 10 time of writing) in the board directory and rename it to fsp.bin.
|
A D | minnowmax.rst | 9 the time of writing). Put it in the corresponding board directory and rename
|
/u-boot/doc/board/google/ |
A D | chromebook_link.rst | 26 As for the video ROM, you can get it `here`_ and rename it to vga.bin.
|
/u-boot/scripts/kconfig/ |
A D | confdata.c | 863 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 D | README.gpt | 216 'gpt read', 'gpt rename' and 'gpt swap' commands facilitate 228 U-BOOT> gpt rename mmc 0 1 primary
|
/u-boot/tools/ |
A D | fit_image.c | 783 rename(tmpfile, bakfile); in fit_handle_file() 819 if (rename (tmpfile, params->imagefile) == -1) { in fit_handle_file()
|
/u-boot/board/hisilicon/poplar/ |
A D | README | 127 Due to BootROM requiremets, rename l-loader.bin to fastboot.bin:
|
/u-boot/scripts/ |
A D | checkpatch.pl | 6792 my $rename = ""; 6794 $rename .= " '$show' to '$newshow'"; 6797 $rename .= " '$store' to '$newstore'"; 6800 "Consider renaming function(s)$rename\n" . $herecurr);
|
A D | spelling.txt | 938 reename||rename
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 17 * 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 D | fw_env.c | 1354 if (rename(target_temp, DEVNAME(dev_target))) { in flash_io_write()
|
/u-boot/doc/driver-model/ |
A D | spi-howto.rst | 316 We should rename this to make its purpose more obvious, and get rid of
|
/u-boot/tools/patman/ |
A D | README | 464 in case the hush parser is bring used, so rename this function to
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 6409 copy_fn = os.rename
|
Completed in 43 milliseconds