summaryrefslogtreecommitdiffstats
path: root/commands/flash.c
Commit message (Expand)AuthorAgeFilesLines
* 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