summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-8/+12
* commands: add i2c commandsEric Bénard2010-05-263-0/+223
* Merge branch 'next'Sascha Hauer2010-04-065-9/+113
|\
| * go command: shutdown barebox before calling an applicationSascha Hauer2010-03-301-7/+12
| * echo: add -e option supportSascha Hauer2010-03-302-2/+23
| * add unlzo supportSascha Hauer2010-03-303-0/+78
* | trivial: fix command case for erase usage lineUwe Kleine-König2010-03-301-1/+1
|/
* Make some help comments less confusingJuergen Beisert2010-03-181-1/+1
* cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-081-1/+0
* Merge branch 'pu'Sascha Hauer2010-02-0146-215/+59
|\