summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-06-12ZOOM2 Add serial support.Tom Rix1-0/+2
2009-06-12cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUXPeter Tyser1-2/+2
2009-06-12cmd_i2c: Clean up trivial helper functionsPeter Tyser1-21/+4
2009-06-12cmd_i2c: Clean up i2c command argument parsingPeter Tyser1-24/+28
2009-06-12i2c: Update references to individual i2c commandsPeter Tyser1-16/+11
2009-06-12i2c: Remove deprecated individual i2c commandsPeter Tyser1-58/+0
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-0/+18
2009-06-12i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE valuePeter Tyser1-4/+0
2009-06-03mmc: check find_mmc_device return valueRabin Vincent1-0/+9
2009-06-03mmc: clean up help textsRabin Vincent1-4/+5
2009-05-28jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS togetherStefan Roese2-54/+64
2009-05-21Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk1-1/+1
2009-05-21common: fix inline--weak error spotted by gcc 4.4Kim Phillips1-2/+2
2009-05-20UBI: fix return code in ubi_volume_readAndreas Huber1-1/+1
2009-05-16Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-05-16Remove inline qualifier from show_boot_progress()Emil Medve1-1/+1
2009-05-15netloop: updates for NetLoopHeiko Schocher1-0/+7
2009-04-28cmd_ext2.c: fix compile warningsWolfgang Denk1-2/+2