summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* implement mkdir -p #2Sascha Hauer2007-09-271-6/+24
|
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-6/+8
| | | | return a pointer to a human readable string rather than printingit directly
* add directory handling for environmentSascha Hauer2007-09-251-66/+125
|
* - change function declarations for better standard conformity:Sascha Hauer2007-09-241-1/+1
| | | | | | | int open(const char *pathname, int flags); -> int open(const char *pathname, int flags, ...); int mkdir(const char *pathname); -> int mkdir(const char *pathname, mode_t mode);
* remove u-boot command paramter flagSascha Hauer2007-09-2433-61/+61
|
* - teach hush to honour PATH variableSascha Hauer2007-09-242-5/+2
| | | | - remove common/main.c. This is now handled in the different shells.
* remove debug printfSascha Hauer2007-09-211-5/+0
|
* implement test options -f, -e and -dSascha Hauer2007-09-211-1/+40
|
* - putc is now putchar for better standard conformitySascha Hauer2007-09-212-4/+4
| | | | - make printf return int
* fix return values for some cases in envfs_load()Sascha Hauer2007-09-161-1/+5
|
* add the possibility to have a arch specific 'go' command. SomeSascha Hauer2007-09-161-19/+4
| | | | architectures need this (e.g. blackfin and i386)
* add timeout commandSascha Hauer2007-09-163-0/+120
|
* whitespace cleanupSascha Hauer2007-09-133-36/+36
|
* add Kconfig option for showing the image typeSascha Hauer2007-09-131-0/+5
|
* fix error handling in envfs_load()Sascha Hauer2007-09-131-8/+22
|
* - fix handling of images on not mappable devices in bootm.Sascha Hauer2007-09-131-8/+28
| | | | - split up image information string function into several functions
* add rom driverSascha Hauer2007-09-131-0/+7
|
* fix a bug in the editor when reading files which do not haveSascha Hauer2007-09-131-1/+3
| | | | a \n at the last line
* add (un)protect to saveenvSascha Hauer2007-09-121-0/+16
|
* Do not use -f <file> to specify the device for erase and protect, butSascha Hauer2007-09-111-23/+27
| | | | instead se positional parameters.
* implement flash protectionSascha Hauer2007-07-161-16/+47
|
* use memmap() to save one memcpy call in bootmSascha Hauer2007-07-151-34/+45
|
* implement memmap().Sascha Hauer2007-07-151-0/+1
| | | | | | With this function we can get a pointer to directly memory mapped devices like nor flash or RAM. Useful for bootm where we save one memcopy when the image is mappable
* Lindent commands/partition.cSascha Hauer2007-07-141-107/+108
|
* allow calculationg checksums of filesSascha Hauer2007-07-141-83/+76
|
* fix printf in do_flerase()Sascha Hauer2007-07-141-1/+1
|
* add O_RDONLY flag to open() callSascha Hauer2007-07-141-1/+2
|
* add missing includeSascha Hauer2007-07-141-0/+1
|
* - fix memory holeSascha Hauer2007-07-131-5/+33
| | | | | - fix reading of empty lines - put the command prompt at the beginning of the line when exiting edit
* add missing flash.o and meminfo.o to MakefileSascha Hauer2007-07-131-0/+3
|
* Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-2.0.0Sascha Hauer2007-07-121-1/+3
|\
| * minor fixesSascha Hauer2007-07-051-1/+3
| |
* | fix compiler warningSascha Hauer2007-07-111-3/+3
|/
* svn_rev_706Sascha Hauer2007-07-0520-0/+438
| | | | add file headers
* svn_rev_701Sascha Hauer2007-07-053-0/+203
| | | | move do_test to own file and reimplement
* svn_rev_696Sascha Hauer2007-07-051-1/+1
| | | | pass O_CREATE
* svn_rev_695Sascha Hauer2007-07-051-0/+1
|
* svn_rev_693Sascha Hauer2007-07-051-1/+1
| | | | remove do_reset
* svn_rev_692Sascha Hauer2007-07-051-310/+104
|