summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* nand bb: fix handling of two subsequent bad blocksSascha Hauer2009-10-121-0/+1
* protect command: ignore -ENOSYSSascha Hauer2009-10-121-2/+3
* Add USB device supportSascha Hauer2009-09-252-0/+185
* make copy_file() globally availableSascha Hauer2009-09-251-57/+2
* ls: beautify outputSascha Hauer2009-09-251-9/+51
* nand bb: fix removal of bb devicesSascha Hauer2009-09-111-5/+3
* nand bb: fix check when erasing a bb deviceSascha Hauer2009-09-111-2/+2
* ethact command: If called without arguments print current eth deviceSascha Hauer2009-09-091-1/+8
* arm: Add bootu commandSascha Hauer2009-08-191-0/+9
* arm: make 'bootz' configurableSascha Hauer2009-08-191-0/+8
* nand bb: Fix writing of nand page unaligned dataSascha Hauer2009-08-131-14/+53
* add memset command to u-bootSascha Hauer2009-07-311-0/+68
* framebuffer: Add bmp command to show bmp filesSascha Hauer2009-07-313-0/+220
* implement /dev/zeroSascha Hauer2009-07-301-0/+28
* get rid of device idsSascha Hauer2009-07-212-5/+5
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-211-4/+0
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-12/+5
* make nand command mandatory for nand supportSascha Hauer2009-07-212-6/+1
* introduce cdevSascha Hauer2009-07-213-255/+151
* 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