summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-28ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"Stefan Roese1-48/+25
2009-04-28Separate mtdparts command from jffs2Ladislav Michl1-5/+5
2009-04-28cmd_ide: Remove unused AmigaOneG3SE codePeter Tyser1-44/+0
2009-04-28mtdpart command: align output columnsDavid Brownell1-1/+1
2009-04-28fs: Fix the wrong type of varGao Guanhua1-1/+2
2009-04-17cmd_nand: drop duplicate NULL ptr checkMike Frysinger1-1/+1
2009-04-05One more fix for building env_embedded.oWolfgang Denk1-0/+2
2009-04-05common/image.c: Relocate strings in tables.Scott Wood1-2/+6
2009-04-05UBI/cfi-mtd: Fix mtd name for multiple chipsAndreas Huber1-5/+21
2009-04-05cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang1-5/+56
2009-04-05more command usage cleanupMike Frysinger2-4/+4
2009-04-05Separate mtdparts command from jffs2Ladislav Michl1-6/+3
2009-04-04add dataflash mmc mux missing supportJean-Christophe PLAGNIOL-VILLARD2-0/+66
2009-04-04Fix quoting bug introduced by commit 74de7aefWolfgang Denk2-2/+2