summaryrefslogtreecommitdiff
path: root/cmd/ubi.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-01-04cmd: ubi: don't allow to rename a volume to a name that already existPhilippe Reynes1-0/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-04-20cmd: ubi: add a command to rename volumePhilippe Reynes1-0/+39
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-10-16ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdrStefan Roese1-0/+33
2019-10-16ubi: provide a way to skip CRC checksQuentin Schulz1-6/+19
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-01-15cmd: ubi: remove unreachable codeHeinrich Schuchardt1-5/+1
2018-11-22cmd: ubi: Make ubi_detach() staticStefan Roese1-4/+1
2018-11-13cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon1-5/+0
2018-10-03Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-76/+25
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal1-71/+25
2018-09-29cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee1-2/+1
2018-09-20cmd: ubi: delete useless and misleading definitionsMiquel Raynal1-5/+0
2018-07-26cmd/ubi.c: Fix format warningTom Rini1-1/+1
2018-07-12cmd: ubi: Add additional message upon UBI attach errorStefan Roese1-0/+1
2018-07-12cmd: ubi: print load size after establishing volume sizeStefan Agner1-3/+2
2017-09-12cmd: set filesize variable in ubi readHolger Dengler1-0/+5
2017-04-18cmd: ubi: remove unnecessary logical constraintxypron.glpk@gmx.de1-1/+1
2017-01-26cmd: ubi: allow '-' to specify maximum volume sizeLadislav Michl1-3/+5
2016-09-27cmd: ubi: add option to specify volume idLadislav Michl1-4/+11
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-09ubi: add new ubi command "ubi detach"Heiko Schocher1-11/+27
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+685