summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: refactor dhcp supportSascha Hauer2009-10-131-39/+0
* make netboot_common a global functionSascha Hauer2009-10-131-1/+1
* net: do not use netboot_common for rarpSascha Hauer2009-10-131-1/+17
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-131-3/+20
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-131-0/+9
* ls: fix stat failure, print errorSascha Hauer2009-10-131-1/+3
* nand bb: fix handling of two subsequent bad blocksSascha Hauer2009-10-121-0/+1
* protect command: ignore -ENOSYSSascha Hauer2009-10-121-2/+3
* Add USB device supportSascha Hauer2009-09-252-0/+185
* make copy_file() globally availableSascha Hauer2009-09-251-57/+2
* ls: beautify outputSascha Hauer2009-09-251-9/+51
* nand bb: fix removal of bb devicesSascha Hauer2009-09-111-5/+3
* nand bb: fix check when erasing a bb deviceSascha Hauer2009-09-111-2/+2
* ethact command: If called without arguments print current eth deviceSascha Hauer2009-09-091-1/+8
* arm: Add bootu commandSascha Hauer2009-08-191-0/+9
* arm: make 'bootz' configurableSascha Hauer2009-08-191-0/+8