summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* svn_rev_683Sascha Hauer2007-07-051-3/+0
| | | | more cleanups, fix compiler warnings
* svn_rev_680Sascha Hauer2007-07-051-105/+0
| | | | remove crc32 (extra file now)
* svn_rev_676Sascha Hauer2007-07-053-1/+114
|
* svn_rev_664Sascha Hauer2007-07-052-7/+16
|
* svn_rev_653Sascha Hauer2007-07-0518-515/+707
| | | | restructure tree, add reginfo command
* svn_rev_652Sascha Hauer2007-07-051-1/+2
|
* svn_rev_651Sascha Hauer2007-07-051-0/+191
|
* svn_rev_650Sascha Hauer2007-07-052-0/+250
|
* svn_rev_648Sascha Hauer2007-07-051-4/+6
|
* svn_rev_647Sascha Hauer2007-07-051-6/+10
|
* svn_rev_645Sascha Hauer2007-07-051-0/+139
| | | | moved
* svn_rev_644Sascha Hauer2007-07-051-0/+595
|
* svn_rev_643Sascha Hauer2007-07-0517-0/+4734
structure cleanup