summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-0146-59/+59
| * Move tftp/nfs specific code to net/*Sascha Hauer2010-02-011-108/+0
| * remove unused cdp codeSascha Hauer2010-01-251-48/+0
* | addpart: support @<offset>Peter Korsgaard2010-01-161-14/+23
* | Add a special command to load and start a bzImage on x86Juergen Beisert2010-01-143-0/+372
|/
* commands: Remove reference to non-existent CONFIG_CMD_I2C.Robert P. J. Day2009-12-211-1/+0
* commands: correct "CONFIG_SIMPLE_PARSER" to "CONFIG_SHELL_SIMPLE".Robert P. J. Day2009-12-211-1/+1
* commands/nand.c: Fix memory holeSascha Hauer2009-12-211-5/+17
* Remove unnecessary casts in key definesSascha Hauer2009-12-181-1/+1
* Cleanup colleteral damage from renamingSascha Hauer2009-12-151-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-1547-181/+181
* Some doxygen related fixesJuergen Beisert2009-12-141-0/+1
* nand bb: Be sure that fd is at the beginning when erasingSascha Hauer2009-12-101-0/+2
* crc: Do not lseek if not necessary (bb devs do not allow lseek)Sascha Hauer2009-12-101-4/+6
* command line gpio supportSascha Hauer2009-12-103-0/+131
* Enable 'saveenv' for non eraseable mediaJuergen Beisert2009-11-191-2/+3
* xyzModem: fix digit init in xyzModem_stream_openJean-Christophe PLAGNIOL-VILLARD2009-10-201-1/+1
* commands: remove maxargsSascha Hauer2009-10-1944-57/+1
* printenv: do not return negative values in a commandSascha Hauer2009-10-191-1/+1
* remove obsolete and broken command 'splash'Sascha Hauer2009-10-193-143/+0
* cat: return error if file is not readableSascha Hauer2009-10-191-0/+1
* call getopt_reset only onceSascha Hauer2009-10-1910-19/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-1924-116/+58
* remove global variable BootFileSascha Hauer2009-10-191-2/+0
* pass filename to nfs and tftp start functionsSascha Hauer2009-10-191-4/+4
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-131-13/+0