summaryrefslogtreecommitdiffstats
path: root/commands/ubi.c
Commit message (Expand)AuthorAgeFilesLines
* commands: ubi: ubiupdatevol: Reduce error code to 0 or 1Daniel Schultz2018-01-301-1/+1
* commands: ubi: ubiupdatevol: Open device with O_TRUNCTeresa Remmet2017-01-111-1/+1
* mtd: ubi: commands: added the new command 'ubirename'.Giorgio Dal Molin2016-09-271-0/+77
* mtd: ubi: commands: use function API to access ubi volumesSascha Hauer2016-09-271-9/+30
* commands: ubiupdatevol: confirm success with return value 0Ulrich Ölmann2016-09-061-2/+3
* commands: ubiupdatevol: store return value of read() in a signed intUlrich Ölmann2016-09-061-2/+1
* commands: ubi: Add ubiupdatevol commandTeresa Remmet2016-06-281-0/+87
* commands: ubimkvol: Add option for static volumesTeresa Remmet2016-06-281-7/+25
* commands: ubidetach: Allow mtd devices as argumentSascha Hauer2016-04-081-4/+26
* mtd: ubi: make ubi_detach_mtd_dev ubi internalSascha Hauer2016-04-081-1/+1
* treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-021-1/+0
* ubi: add setting devnum to ubiattachMichael Grzeschik2014-09-011-3/+8
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-19/+20
* commands: group 'help' outputHolger Schurig2014-05-141-0/+4
* ubi: Fix for creating ubi volumes with 64bit sizeDmitry Lavnikevich2014-03-121-2/+2
* command: ubiattach: add option to pass VID offsetJean-Christophe PLAGNIOL-VILLARD2013-09-181-4/+16
* UBI: reimport UBI from Linux v3.10Sascha Hauer2013-07-251-1/+1
* ubiattach command: Properly check return valuesSascha Hauer2013-07-231-4/+9
* UBI: Add ubidetach commandSascha Hauer2013-07-231-0/+26
* ubimkvol: Typo fixAlexander Shiyan2013-04-221-1/+1
* ubi: consolidate ubi-media.hWolfram Sang2012-12-191-1/+1
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-3/+3
* Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvolSascha Hauer2010-07-051-0/+129