summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* md command: Close filedescriptor after useSascha Hauer2008-03-141-0/+2
* add ls -c and -lSascha Hauer2008-03-111-3/+21
* close net_store_fd after usage. Man there are bugs to find...Sascha Hauer2008-03-101-6/+6
* memory_display() used to show the ascii output on theSascha Hauer2008-03-011-6/+9
* - Add functions to register image handlers for booting uImagesSascha Hauer2008-02-201-361/+96
* [general] Added more outputs to partition.cCarsten Schlote2008-02-191-13/+25
* remove leftover Makefile entriesMarc Kleine-Budde2008-01-241-4/+0
* Fix typo in commands/Makefile to allow inclusion of mem write commandsEnrik Berkhan2008-01-231-1/+1
* Avoid memtest at scratch addressEnrik Berkhan2008-01-231-1/+4
* [cat] use define for buffer size not hardcoded valueMarc Kleine-Budde2007-11-281-2/+4
* Revert "separating memory commands"Marc Kleine-Budde2007-11-277-786/+560
* flinfo is not there any more, remove reference in kconfigRobert Schwebel2007-11-271-1/+1
* dynamically added partition: check against FIXED partitionsMarc Kleine-Budde2007-11-271-6/+36
* adding copy docuJuergen Beisert2007-11-121-3/+7
* separating environment commands, part 2Juergen Beisert2007-11-125-386/+200
* separating environment commands, part 1Juergen Beisert2007-11-125-0/+236
* separating memory commandsJuergen Beisert2007-11-127-560/+790
* Merge branch 'ipe337'Marc Kleine-Budde2007-11-121-1/+1
|\
| * use 10 digits for filesize in lsMarc Kleine-Budde2007-11-121-1/+1
| * use unsigned for filesize in lsMarc Kleine-Budde2007-11-121-1/+1
* | commands/bootm.c:872:4: warning: no newline at end of fileMarc Kleine-Budde2007-11-121-1/+1
|/
* Merge branch 'docu'Juergen Beisert2007-11-0910-22/+159
|\
| * various doc addedJuergen Beisert2007-11-093-3/+80
| * adding various dokuJuergen Beisert2007-11-087-22/+65
| * various docu addedJuergen Beisert2007-11-051-0/+17
| |\
| | * saving added docuJuergen Beisert2007-11-051-0/+17
* | | using a consistent ipaddr parameter all over the placeJuergen Beisert2007-11-081-1/+1
|/ /
* | integrating sha's changes into jbe's branchJuergen Beisert2007-11-051-1/+1
* | Replace all occurences of UBoot with U-BootSascha Hauer2007-10-241-1/+1
|/
* adding new docJuergen Beisert2007-10-191-0/+34
* doc added and some reorganisedJuergen Beisert2007-10-194-3/+86
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-191-0/+4
|\
| * Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-191-36/+48
| |\
| * | debug support addedJuergen Beisert2007-10-191-0/+4
* | | move readline command to a file of its ownsascha2007-10-193-1/+65
| |/ |/|
* | Fix documentation for addpart/delpart/devinfo. These commandssascha2007-10-191-10/+7
* | - Implement tree structure for devicessascha2007-10-191-26/+41
|/
* adding some useful error messagesJuergen Beisert2007-10-181-4/+6
* cp command: Allow to copy multiple filessascha2007-10-171-22/+63
* editor: Do not use ansi code for screen scrolling by default.sascha2007-10-161-16/+37
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-168-15/+36
|\
| * various small typos fixedJuergen Beisert2007-10-168-15/+36
* | mem.c: allow memcpy and memcmp to handle files.sascha2007-10-161-99/+198
* | fix error path in cp command.sascha2007-10-161-4/+9
|/
* fix area parsing for erase/protect, add error parsingSascha Hauer2007-10-092-4/+13
* tristate commands to compile as modulesSascha Hauer2007-10-071-32/+32
* export symbolsSascha Hauer2007-10-071-0/+3
* edit: add 8 as backspace codeSascha Hauer2007-10-041-0/+1
* timeout command: Use do {} while; insteal of while {}; to allow interruptSascha Hauer2007-10-041-2/+2
* change semantics of tftpboot command:Sascha Hauer2007-10-041-22/+25