summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-6/+8
* add directory handling for environmentSascha Hauer2007-09-251-66/+125
* - change function declarations for better standard conformity:Sascha Hauer2007-09-241-1/+1
* remove u-boot command paramter flagSascha Hauer2007-09-2433-61/+61
* - teach hush to honour PATH variableSascha Hauer2007-09-242-5/+2
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* svn_rev_701Sascha Hauer2007-07-053-0/+203
* svn_rev_696Sascha Hauer2007-07-051-1/+1
* svn_rev_695Sascha Hauer2007-07-051-0/+1
* svn_rev_693Sascha Hauer2007-07-051-1/+1