summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* allow changing of network deviceSascha Hauer2009-04-061-0/+38
* fix compiler warningSascha Hauer2009-03-191-2/+1
* remove SHOW_BOOT_PROGRESSSascha Hauer2009-03-191-7/+0
* Flush consoles before exitingSascha Hauer2009-03-191-0/+2
* bootm: Fix verifying of uImagesSascha Hauer2009-02-061-0/+1
* mtest: remove braindamaged NULL pointer derefSascha Hauer2009-01-131-1/+1
* remove warningfredo2008-12-181-1/+1
* memory commands: allow for kMG suffixesSascha Hauer2008-12-171-6/+6
* CRC: various fixesSascha Hauer2008-11-101-4/+9
* Commands:NAND: Rmove unwanted prints remove unwanted prints which can interfe...Nishanth Menon2008-09-151-2/+2
* NAND:Config changeNishanth Menon2008-09-151-0/+1
* NAND: Calculate size of bb devicesSascha Hauer2008-09-031-2/+24
* NAND: fix reading of bad block aware devicesSascha Hauer2008-09-031-2/+4
* nand: add nand -b for marking blocks as badSascha Hauer2008-09-021-13/+43
* cp: check return value of read()Sascha Hauer2008-09-021-1/+1
* Revert "partition: fix compiler warning"Sascha Hauer2008-08-271-7/+7
* partition: fix compiler warningSascha Hauer2008-08-261-7/+7
* partition: rename variableSascha Hauer2008-08-261-13/+13
* Revert "loadb: remove old-style-u-boot-ifdefs around whole file"Sascha Hauer2008-08-211-0/+3
* bootm: honour the -n flag againSascha Hauer2008-08-201-2/+1
* bootm: memmap now returns (void *)-1 for failure. Test for this instead of NULLSascha Hauer2008-08-201-1/+1
* loadb: change default download fileNishanth Menon2008-08-201-1/+1
* loadb: Add buffered writeNishanth Menon2008-08-201-6/+49
* loadb: remove old-style-u-boot-ifdefs around whole fileSascha Hauer2008-08-191-2/+1
* loadb: change -d to -fNishanth Menon2008-08-191-3/+3
* loadb: create fileNishanth Menon2008-08-191-5/+10
* Let 'go' command interpret filenames.Sascha Hauer2008-08-141-9/+33
* implement memmap for mem driverSascha Hauer2008-08-141-0/+3
* ups, some debug printf slipped inSascha Hauer2008-08-141-1/+1
* Partition: Add an own device id for partitionsSascha Hauer2008-08-141-1/+8
* some merge leftover slipped inSascha Hauer2008-08-131-1/+0
* nand: Allow adding/removing of more than one bad block aware device at onceSascha Hauer2008-08-131-63/+107
* add missing close() in do_protectSascha Hauer2008-08-131-4/+7
* saveenv: close fileSascha Hauer2008-08-131-2/+5
* NAND: nand command updatesSascha Hauer2008-08-131-16/+43
* CFI Flash driver: Fix error pathSascha Hauer2008-08-131-9/+10
* move several commands into extra filesSascha Hauer2008-08-138-4/+290
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-5/+5
* - introduce ioctl callSascha Hauer2008-06-061-0/+12
* [NAND] continue to make it work. Now works partly on at91sam9260Sascha Hauer2008-06-063-15/+23
* add basic at91sam9260 support. Currently only second stageSascha Hauer2008-06-061-0/+205
* 008-fixloadbNishanth Menon2008-06-054-302/+1218
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-1/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-v2Sascha Hauer2008-06-0226-55/+70
|\
| * [net]: remove CONFIG_BOOTP_MASKSascha Hauer2008-04-071-3/+3
| * Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-0426-52/+65
| * md command: Close filedescriptor after useSascha Hauer2008-03-141-0/+2
* | netboot commands: When downloading a file and no local filename is given,Sascha Hauer2008-03-311-1/+2
|/
* add ls -c and -lSascha Hauer2008-03-111-3/+21
* close net_store_fd after usage. Man there are bugs to find...Sascha Hauer2008-03-101-6/+6