summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* dynamically added partition: check against FIXED partitionsMarc Kleine-Budde2007-11-271-6/+36
| | | | | | | | The dynamic partition adding is improved with this patch. When adding dynamic partitions they are checked against the existing FIXED ones to ensure that they match. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* adding copy docuJuergen Beisert2007-11-121-3/+7
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 2Juergen Beisert2007-11-125-386/+200
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 1Juergen Beisert2007-11-125-0/+236
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-127-560/+790
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Merge branch 'ipe337'Marc Kleine-Budde2007-11-121-1/+1
|\
| * use 10 digits for filesize in lsMarc Kleine-Budde2007-11-121-1/+1
| | | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
| * use unsigned for filesize in lsMarc Kleine-Budde2007-11-121-1/+1
| | | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* | commands/bootm.c:872:4: warning: no newline at end of fileMarc Kleine-Budde2007-11-121-1/+1
|/ | | | | | added newline at end of commands/bootm.c Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Merge branch 'docu'Juergen Beisert2007-11-0910-22/+159
|\
| * various doc addedJuergen Beisert2007-11-093-3/+80
| | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
| * 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
|/ / | | | | | | Signed-off-by: Juergen Beisert <jbe@octopus.labnet.pengutronix.de>
* | 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
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 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
| | | | | | | | now take a device file, not a device id.
* | - Implement tree structure for devicessascha2007-10-191-26/+41
|/ | | | | | | - Use device tree structure to implement partitions - Let devinfo print a nice tree - Introduce 'fixed' partitions which are not removable - Fix mount: It was not possible to mount on a relative path.
* 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
| | | | Add an aliases 'sedit' which does this.
* 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
| | | | with timeout = 0.
* change semantics of tftpboot command:Sascha Hauer2007-10-041-22/+25
| | | | | | Change name to tftp and allow to only specify a remote filename. Localfilename, if given, has to be specified with the second argument, not the first one.
* 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
| | | | quotes, so we don't need this functionality from copy_filename()
* 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
|