summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* command line gpio supportSascha Hauer2009-12-093-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
* nand bb: Fix writing of nand page unaligned dataSascha Hauer2009-08-131-14/+53
* add memset command to u-bootSascha Hauer2009-07-311-0/+68
* framebuffer: Add bmp command to show bmp filesSascha Hauer2009-07-313-0/+220
* implement /dev/zeroSascha Hauer2009-07-301-0/+28
* get rid of device idsSascha Hauer2009-07-212-5/+5
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-211-4/+0
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-12/+5
* make nand command mandatory for nand supportSascha Hauer2009-07-212-6/+1
* introduce cdevSascha Hauer2009-07-213-255/+151
* allow changing of network deviceSascha Hauer2009-04-061-0/+38
* fix compiler warningSascha Hauer2009-03-191-2/+1
* remove SHOW_BOOT_PROGRESSSascha Hauer2009-03-191-7/+0
* Flush consoles before exitingSascha Hauer2009-03-191-0/+2
* bootm: Fix verifying of uImagesSascha Hauer2009-02-061-0/+1
* mtest: remove braindamaged NULL pointer derefSascha Hauer2009-01-131-1/+1
* remove warningfredo2008-12-181-1/+1
* memory commands: allow for kMG suffixesSascha Hauer2008-12-171-6/+6
* CRC: various fixesSascha Hauer2008-11-101-4/+9
* Commands:NAND: Rmove unwanted prints remove unwanted prints which can interfe...Nishanth Menon2008-09-151-2/+2
* NAND:Config changeNishanth Menon2008-09-151-0/+1
* NAND: Calculate size of bb devicesSascha Hauer2008-09-031-2/+24
* NAND: fix reading of bad block aware devicesSascha Hauer2008-09-031-2/+4