summaryrefslogtreecommitdiffstats
path: root/cmd/ubi.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: ubi: don't allow to rename a volume to a name that already existPhilippe Reynes2021-01-041-0/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* cmd: ubi: add a command to rename volumePhilippe Reynes2020-04-201-0/+39
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdrStefan Roese2019-10-161-0/+33
* ubi: provide a way to skip CRC checksQuentin Schulz2019-10-161-6/+19
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* cmd: ubi: remove unreachable codeHeinrich Schuchardt2019-01-151-5/+1
* cmd: ubi: Make ubi_detach() staticStefan Roese2018-11-221-4/+1
* cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon2018-11-131-5/+0
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-021-76/+25
|\
| * cmd: ubi: clean the partition handlingMiquel Raynal2018-10-021-71/+25
| * cmd: ubi: delete useless and misleading definitionsMiquel Raynal2018-09-201-5/+0
* | cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee2018-09-281-2/+1
|/
* cmd/ubi.c: Fix format warningTom Rini2018-07-261-1/+1
* cmd: ubi: Add additional message upon UBI attach errorStefan Roese2018-07-121-0/+1
* cmd: ubi: print load size after establishing volume sizeStefan Agner2018-07-121-3/+2
* cmd: set filesize variable in ubi readHolger Dengler2017-09-121-0/+5
* cmd: ubi: remove unnecessary logical constraintxypron.glpk@gmx.de2017-04-181-1/+1
* cmd: ubi: allow '-' to specify maximum volume sizeLadislav Michl2017-01-261-3/+5
* cmd: ubi: add option to specify volume idLadislav Michl2016-09-271-4/+11
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ubi: add new ubi command "ubi detach"Heiko Schocher2016-06-091-11/+27
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+685