summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Add md5sum and sha1 commands...Robin Getz2009-08-25-0/+68
* fdt: Fix fdt_pci_dma_ranges handling of 64-bit rangesKumar Gala2009-08-09-2/+2
* hush: Fix bogus free() callPeter Tyser2009-08-09-1/+1
* env: kill off default_environment_sizeMike Frysinger2009-08-09-22/+1
* export SPI functions to standalone appsMike Frysinger2009-08-09-0/+8
* Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk2009-08-04-1/+1
|\
| * Command for accessing serial flash updateTsiChung Liew2009-07-14-1/+1
* | Fix ext2load return codeWolfgang Denk2009-07-28-36/+38
* | Less verbose output when loading vxworks 6.x imagesNiklaus Giger2009-07-27-1/+1
* | Fix compiler warnings after loff_t changeKyungmin Park2009-07-27-1/+1
* | video: move extern declarations from C to headersAlessandro Rubini2009-07-25-16/+1
* | Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-23-1/+0
* | Remove static declaration from gunzip_bmp()Mark Jackson2009-07-23-2/+2
* | cmd_tsi148: General cleanupPeter Tyser2009-07-23-41/+44
* | Re-add support for image type 'Standalone Program'Detlev Zundel2009-07-23-0/+33
* | Add error checking for unsupported OS types.Detlev Zundel2009-07-23-2/+13
* | Add DNS supportRobin Getz2009-07-22-0/+49
* | Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini2009-07-22-3/+2
* | ubi: help message correctionAndrzej Wolski2009-07-20-2/+2
* | common: fix 'dummy' is used uninitialized in this function warningKim Phillips2009-07-19-1/+1
* | cmd_flash.c: fix fix compile error for boards with DataFlashWolfgang Denk2009-07-19-1/+3
* | Add support for the Tundra TSI148 VME-bridgeReinhard Arlt2009-07-19-0/+489
* | console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD2009-07-19-46/+29
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2009-07-19-2617/+18
|\ \
| * | Remove legacy NAND and disk on chip code.Scott Wood2009-07-16-2600/+0
| * | MTD: OneNAND: Increase the environment size to 4KiBKyungmin Park2009-07-16-17/+18
* | | cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'Wolfgang Denk2009-07-18-3/+3
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-18-3/+3
|\ \ \
| * \ \ Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2009-07-18-3/+3
| |\ \ \
| | * | | cmd_i2c: bugfix: add missing braceAlessandro Rubini2009-07-18-3/+3
| | |/ /
* | | | stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-75/+75
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2009-07-17-2/+37
|\ \ \
| * | | Added support for splash screen positioningMatthias Weisser2009-07-17-2/+37
| |/ /
* | | sata: namespace curr_device variableMike Frysinger2009-07-17-12/+12
* | | cmd_mmc: make curr_device staticMike Frysinger2009-07-17-1/+1
|/ /
* | Add simple hwconfig infrastructureAnton Vorontsov2009-07-16-0/+211
|/
* Command improvements for ubifsSimon Kagstrom2009-07-09-5/+21
* Handle VID header offset in ubi part commandSimon Kagstrom2009-07-09-5/+16
* env_onenand: change env_address type from unsigned long to loff_tHeungJun Kim2009-07-07-1/+1
* nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski2009-07-07-13/+30
* nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk2009-07-07-22/+44
* env_nand: remove unused variable.Guennadi Liakhovetski2009-07-07-10/+0
* 8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processorsPoonam Aggrwal2009-07-02-1/+2
* Blackfin: new spibootldr commandMike Frysinger2009-06-14-0/+37
* 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser2009-06-12-2/+2
* MPC512x: remove include/mpc512x.hWolfgang Denk2009-06-12-4/+0
* General help message cleanupWolfgang Denk2009-06-12-241/+237
* Make "usage" messages more helpful.Wolfgang Denk2009-06-12-17/+16
* nvedit: speed up printing of environmentMike Frysinger2009-06-12-39/+55
* Add support for Linux-like kallsysmsMike Frysinger2009-06-12-0/+53