summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* nand: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* Fix a typo in the GPIO docJuergen Beisert2010-12-211-1/+1
* xyzModem.c: fix 'dummy' is used uninitialized in this function warningFabio Porcedda2010-12-211-1/+1
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-216-8/+7
* Fix help text for "loadb" and "loady" commands.Krzysztof Halasa2010-12-211-1/+1
* LED: Add trigger commandSascha Hauer2010-12-203-0/+116
* LED: Add led commandSascha Hauer2010-12-203-0/+98
* Merge branch 'master' into nextSascha Hauer2010-11-171-1/+1
|\
| * linux16: fix cmd_tbl_t as struct commandJean-Christophe PLAGNIOL-VILLARD2010-11-171-1/+1
* | Remove m68k supportSascha Hauer2010-11-171-1/+0
|/
* doc: unify documentation for 'linux16'Robert Schwebel2010-11-021-13/+12
* doc: unify documentation for 'setenv'Robert Schwebel2010-11-021-17/+13
* doc: unify documentation for 'saveenv'Robert Schwebel2010-11-021-17/+14
* doc: unify documentation for 'protect' and 'unprotect'Robert Schwebel2010-11-021-28/+42
* doc: unify documentation for 'printenv'Robert Schwebel2010-11-021-17/+13
* doc: unify documentation for 'mount'Robert Schwebel2010-11-021-41/+37
* doc: remove ..., confuses doxygenRobert Schwebel2010-11-021-1/+1
* doc: unify documentation for 'loadenv'Robert Schwebel2010-11-021-20/+14
* doc: unify documentation for 'export'Robert Schwebel2010-11-011-10/+4
* doc: rework and unify documentation for gpio commandsRobert Schwebel2010-11-011-47/+55
* doc: unify documentation for 'erase'Robert Schwebel2010-11-011-14/+16
* doc: unify documentation for 'delpart'Robert Schwebel2010-11-011-14/+21
* doc: unify documentation for 'cp'Robert Schwebel2010-11-011-16/+14
* doc: unify documentation for 'addpart'Robert Schwebel2010-11-011-33/+17
* doc: add documentation for 'bootm'Robert Schwebel2010-11-011-15/+23
* doc: unify documentation for 'edit'Robert Schwebel2010-11-011-24/+14
* doc: add documentation for 'echo'Robert Schwebel2010-11-011-0/+17
* doc: unify documentation for 'cd'Robert Schwebel2010-11-011-12/+5
* doc: unify documentation for 'cat'Robert Schwebel2010-11-011-13/+6
* doc: unify documentation for 'ls'Robert Schwebel2010-11-011-4/+5
* doc: add documentation for 'dfu'Robert Schwebel2010-11-011-10/+18
* doc: add documentation for 'crc32'Robert Schwebel2010-11-011-8/+7
* doc: add documentation for 'clear'Robert Schwebel2010-11-011-0/+5
* doc: add documentation for 'bmp'Robert Schwebel2010-11-011-8/+19
* doc: add missing quotingRobert Schwebel2010-10-221-1/+1
* Fix a simple typo to less confusing the userJuergen Beisert2010-10-221-1/+1
* Add some help using the gpio commands at runtimeJuergen Beisert2010-10-221-0/+61
* remove strange flush_cache functionsSascha Hauer2010-10-212-2/+0
* bootm: sparse fixesSascha Hauer2010-10-211-1/+1
* commands/mem.c: make locally used function staticSascha Hauer2010-10-211-1/+1
* edit: make locally used variable staticSascha Hauer2010-10-211-1/+1
* version_string: sparse fixesSascha Hauer2010-10-211-1/+0
* edit: sparse fixesSascha Hauer2010-10-211-1/+1
* image: remove confusing image_check_* functionsSascha Hauer2010-10-131-4/+4
* commands/crc32: add compare 2 files crcJean-Christophe PLAGNIOL-VILLARD2010-10-122-37/+79
* image: factorise image printing contentsJean-Christophe PLAGNIOL-VILLARD2010-10-081-45/+1
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-10-081-37/+42
* image: rename IH_CPU to IH_ARCH to be more concistantJean-Christophe PLAGNIOL-VILLARD2010-10-081-1/+1
* image: factorise string helperJean-Christophe PLAGNIOL-VILLARD2010-10-081-88/+5
* Revert "image: factorise string helper"Sascha Hauer2010-10-071-5/+88