summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2009-08-10export SPI functions to standalone appsMike Frysinger1-0/+8
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk1-1/+1
2009-07-29Fix ext2load return codeWolfgang Denk1-36/+38
2009-07-27Less verbose output when loading vxworks 6.x imagesNiklaus Giger1-1/+1
2009-07-27Fix compiler warnings after loff_t changeKyungmin Park1-1/+1
2009-07-26video: move extern declarations from C to headersAlessandro Rubini2-16/+1
2009-07-24Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-23Remove static declaration from gunzip_bmp()Mark Jackson1-2/+2
2009-07-23cmd_tsi148: General cleanupPeter Tyser1-41/+44
2009-07-23Re-add support for image type 'Standalone Program'Detlev Zundel1-0/+33
2009-07-23Add error checking for unsupported OS types.Detlev Zundel1-2/+13
2009-07-23Add DNS supportRobin Getz1-0/+49
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini1-3/+2
2009-07-21ubi: help message correctionAndrzej Wolski1-2/+2
2009-07-19common: fix 'dummy' is used uninitialized in this function warningKim Phillips1-1/+1
2009-07-19cmd_flash.c: fix fix compile error for boards with DataFlashWolfgang Denk1-1/+3
2009-07-19Add support for the Tundra TSI148 VME-bridgeReinhard Arlt2-0/+489
2009-07-19console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD1-46/+29
2009-07-19Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk8-2617/+18
2009-07-19cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'Wolfgang Denk1-3/+3
2009-07-18Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-3/+3
2009-07-18Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-3/+3
2009-07-18cmd_i2c: bugfix: add missing braceAlessandro Rubini1-3/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD10-75/+75
2009-07-18Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-2/+37
2009-07-18sata: namespace curr_device variableMike Frysinger1-12/+12
2009-07-18cmd_mmc: make curr_device staticMike Frysinger1-1/+1
2009-07-17Added support for splash screen positioningMatthias Weisser1-2/+37
2009-07-17Remove legacy NAND and disk on chip code.Scott Wood7-2600/+0
2009-07-17MTD: OneNAND: Increase the environment size to 4KiBKyungmin Park1-17/+18
2009-07-17Add simple hwconfig infrastructureAnton Vorontsov2-0/+211
2009-07-14Command for accessing serial flash updateTsiChung Liew1-1/+1
2009-07-09Command improvements for ubifsSimon Kagstrom1-5/+21
2009-07-09Handle VID header offset in ubi part commandSimon Kagstrom1-5/+16
2009-07-08env_onenand: change env_address type from unsigned long to loff_tHeungJun Kim1-1/+1
2009-07-08nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski1-13/+30
2009-07-08nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk2-22/+44
2009-07-08env_nand: remove unused variable.Guennadi Liakhovetski1-10/+0
2009-07-028xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processorsPoonam Aggrwal1-1/+2
2009-06-15Blackfin: new spibootldr commandMike Frysinger2-0/+37
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-2/+2
2009-06-12MPC512x: remove include/mpc512x.hWolfgang Denk1-4/+0
2009-06-12General help message cleanupWolfgang Denk71-241/+237
2009-06-12Make "usage" messages more helpful.Wolfgang Denk1-17/+16
2009-06-12nvedit: speed up printing of environmentMike Frysinger1-39/+55
2009-06-12Add support for Linux-like kallsysmsMike Frysinger3-0/+53
2009-06-12cmd_mtdparts.c: allow to omit definitions for default settingsWolfgang Denk1-4/+4
2009-06-12cmd_mtdparts: Move to common handling of FLASH devices via MTD layerStefan Roese1-160/+80
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese2-2/+6
2009-06-12make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD2-0/+119