summaryrefslogtreecommitdiffstats
path: root/commands/ubiformat.c
Commit message (Expand)AuthorAgeFilesLines
* ubiformat: use default values for ubi_ver and image_seqSascha Hauer2016-04-261-2/+0
* commands: ubiformat: move code to common/Sascha Hauer2016-04-261-638/+2
* commands: ubiformat: create separate function for ubiformatSascha Hauer2016-04-251-29/+54
* commands: ubiformat: Pass around context dataSascha Hauer2016-04-251-120/+121
* ubiformat: Cleanly umount and detach the ubi before formatingMarkus Pargmann2016-04-081-2/+22
* ubiformat: Use mtd-peb APISascha Hauer2016-04-061-91/+100
* ubiformat: fix the subpage size hint on the error pathSascha Hauer2015-12-101-3/+2
* ubiformat: remove dead codeJan Remmet2015-09-291-5/+2
* commands: ubiformat: Document -y optionSascha Hauer2015-08-281-0/+1
* ubiformat: fix argument parserAlexander Richter2015-05-201-1/+1
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* ubiformat: avoid macros in help textJan Luebbe2014-06-261-5/+5
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-25/+22
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* ubiformat: check file sizeJan Weitzel2013-06-241-0/+5
* ubiformat: get buffer from mallocJan Weitzel2013-04-031-7/+15
* Merge branch 'for-next/mtd'Sascha Hauer2013-03-041-4/+4
|\
| * libmtd: rename functions from mtd_* to libmtd_*Sascha Hauer2013-02-141-4/+4
* | ubiformat: open flash image readonlySascha Hauer2013-02-211-1/+1
|/
* fixup! commands: add ubiformatSascha Hauer2013-01-091-0/+784