summaryrefslogtreecommitdiffstats
path: root/common/cmd_ubi.c
Commit message (Expand)AuthorAgeFilesLines
* common, ubi: add ubi check volumename commandHeiko Schocher2014-02-211-0/+31
* cmd_ubi: add write.part command, to write a volume in multiple partsPaul Burton2013-10-091-15/+48
* cmd_ubi: use int64_t volume size for 'ubi create'Paul Burton2013-10-091-8/+8
* ubi: ubifs: Turn off verbose printsJoe Hershberger2013-04-111-0/+3
* ubi: Expose a few simple functions from the cmd_ubiJoe Hershberger2013-04-111-67/+83
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-2/+2
* GCC4.6: Squash warning in cmd_ubi.c:Marek Vasut2011-10-011-2/+1
* UBI: Fix error code handling in ubi commandsStefan Roese2011-03-211-72/+65
* UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese2010-12-031-0/+15
* various cmd_* files: fixed layout a little bitFrans Meulenbroeks2010-08-091-1/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-8/+4
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* cmd_ubi: Fix uninitialized variable warningPeter Tyser2010-04-091-1/+1
* ubi: help message correctionAndrzej Wolski2009-07-201-2/+2
* Handle VID header offset in ubi part commandSimon Kagstrom2009-07-091-5/+16
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* UBI: fix return code in ubi_volume_readAndreas Huber2009-05-201-1/+1
* ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"Stefan Roese2009-04-281-48/+25
* UBI/cfi-mtd: Fix mtd name for multiple chipsAndreas Huber2009-04-041-5/+21
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-2/+2
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-161-1/+1
* UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese2008-12-101-0/+1
* UBI: Fix size parsing in "ubi create"Stefan Roese2008-12-091-1/+1
* UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-091-0/+11
* UBI: Add proof-of-concept CFI flash supportPiotr Ziecik2008-11-241-1/+9
* UBI: Change parsing of size in commands to default to hexStefan Roese2008-11-241-32/+4
* UBI: Add UBI command supportKyungmin Park2008-11-191-0/+628
OpenPOWER on IntegriCloud