summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* add argument checking for edit.cSascha Hauer2007-10-041-0/+5
* Use safe_strncpy() instead of copy_filename(). The shell has already removedSascha Hauer2007-09-281-1/+2
* remove i2c from kconfigSascha Hauer2007-09-281-11/+0
* remove mii.cSascha Hauer2007-09-283-607/+0
* declare lots of functions staticSascha Hauer2007-09-2817-33/+30
* pass file size from read_fileSascha Hauer2007-09-271-1/+1
* use xrealloc instead of reallocSascha Hauer2007-09-271-1/+1
* learn to reallocSascha Hauer2007-09-271-2/+3
* fix usage of normalise_pathSascha Hauer2007-09-271-9/+12
* activate memcmp and memcpySascha Hauer2007-09-271-139/+86
* reactivate mtestSascha Hauer2007-09-272-67/+57
* Reimplement environment. Now we only have one crc for the whole image.Sascha Hauer2007-09-271-120/+101
* implement mkdir -p #2Sascha Hauer2007-09-271-6/+24