summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "image: rename IH_CPU to IH_ARCH to be more concistant"Sascha Hauer2010-10-071-1/+1
* Revert "Replace direct header access with the API routines"Sascha Hauer2010-10-071-42/+37
* Revert "image: factorise image printing contents"Sascha Hauer2010-10-071-1/+45
* image: factorise image printing contentsJean-Christophe PLAGNIOL-VILLARD2010-09-241-45/+1
* Replace direct header access with the API routinesJean-Christophe PLAGNIOL-VILLARD2010-09-241-37/+42
* image: rename IH_CPU to IH_ARCH to be more concistantJean-Christophe PLAGNIOL-VILLARD2010-09-231-1/+1
* image: factorise string helperJean-Christophe PLAGNIOL-VILLARD2010-09-231-88/+5
* let linux16 command depend on X86Sascha Hauer2010-09-201-0/+1
* Menu: add box style entryJean-Christophe PLAGNIOL-VILLARD2010-09-201-7/+23
* menu: add auto select supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-3/+21
* menu: shell fix do_menu_selectJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1
* commands: partition.c fix file mod bitsJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+0
* add login supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-2/+71
* add passwd commandJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+122
* Merge branch 'next'Sascha Hauer2010-08-305-2/+460
|\
| * menu: simplify usage for clientsSascha Hauer2010-08-301-41/+7
| * menu: do not go to free if there's nothing to freeSascha Hauer2010-08-301-2/+1
| * menu: use an initialized struct list as menu listSascha Hauer2010-08-301-0/+3
| * menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-7/+2
| * menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-1/+1
| * menu: Use strdup instead of malloc/strncpySascha Hauer2010-08-301-26/+5
| * Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-9/+31
| * Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-303-0/+492
| * loadb: get console baudrate from class_dev not devMichael Grzeschik2010-08-111-1/+1
| * mw: fix help textBaruch Siach2010-08-061-1/+3
* | cp: fix help textBaruch Siach2010-08-111-2/+0
* | md: fix help textBaruch Siach2010-08-041-1/+0
|/
* Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvolSascha Hauer2010-07-053-0/+136
* trivial: fix typos concerning "instead"Uwe Kleine-König2010-07-051-1/+1
* Merge remote branch 'origin/assorted-pu' into nextSascha Hauer2010-06-281-11/+19
|\
| * memcpy cmd: Do not expect to read/write the whole chunk at onceSascha Hauer2010-06-241-11/+19
* | fix command loadbEric Bénard2010-06-241-1/+1
|/
* net: remove old network stackSascha Hauer2010-06-171-42/+0