summaryrefslogtreecommitdiffstats
path: root/commands/flash.c
Commit message (Expand)AuthorAgeFilesLines
* fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+1
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-52/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-12/+28
* commands: group 'help' outputHolger Schurig2014-05-141-0/+3
* commands: flash: add missing newlines to error messagesWolfram Sang2012-12-141-2/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* make parse_area_spec arguments loff_tSascha Hauer2012-06-301-2/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-2/+2
* command: flash: remove broken filename checkWolfram Sang2011-12-221-10/+0
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-2/+2
* doc: unify documentation for 'protect' and 'unprotect'Robert Schwebel2010-11-021-28/+42
* doc: unify documentation for 'erase'Robert Schwebel2010-11-011-14/+16
* trivial: fix command case for erase usage lineUwe Kleine-König2010-03-301-1/+1
* cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-081-1/+0
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-2/+2
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-9/+9
* commands: remove maxargsSascha Hauer2009-10-191-3/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-8/+4
* protect command: ignore -ENOSYSSascha Hauer2009-10-121-2/+3
* add missing close() in do_protectSascha Hauer2008-08-131-4/+7
* CFI Flash driver: Fix error pathSascha Hauer2008-08-131-9/+10
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-2/+2
* various doc addedJuergen Beisert2007-11-091-0/+40
* various small typos fixedJuergen Beisert2007-10-161-3/+2
* fix area parsing for erase/protect, add error parsingSascha Hauer2007-10-091-3/+9
* declare lots of functions staticSascha Hauer2007-09-281-2/+2
* remove u-boot command paramter flagSascha Hauer2007-09-241-2/+2
* whitespace cleanupSascha Hauer2007-09-131-1/+1
* Do not use -f <file> to specify the device for erase and protect, butSascha Hauer2007-09-111-23/+27
* implement flash protectionSascha Hauer2007-07-161-16/+47
* fix printf in do_flerase()Sascha Hauer2007-07-141-1/+1
* svn_rev_653Sascha Hauer2007-07-051-0/+125