summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel
2009-05-15Remove inline qualifier from show_boot_progress()Emil Medve
2009-05-15netloop: updates for NetLoopHeiko Schocher
2009-04-28cmd_ext2.c: fix compile warningsWolfgang Denk
2009-04-28ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"Stefan Roese
2009-04-28Separate mtdparts command from jffs2Ladislav Michl
2009-04-28cmd_ide: Remove unused AmigaOneG3SE codePeter Tyser
2009-04-28mtdpart command: align output columnsDavid Brownell
2009-04-28fs: Fix the wrong type of varGao Guanhua
2009-04-16cmd_nand: drop duplicate NULL ptr checkMike Frysinger
2009-04-05One more fix for building env_embedded.oWolfgang Denk
2009-04-04common/image.c: Relocate strings in tables.Scott Wood
2009-04-04UBI/cfi-mtd: Fix mtd name for multiple chipsAndreas Huber
2009-04-04cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang
2009-04-04more command usage cleanupMike Frysinger
2009-04-04Separate mtdparts command from jffs2Ladislav Michl
2009-04-04add dataflash mmc mux missing supportJean-Christophe PLAGNIOL-VILLARD
2009-04-04Fix quoting bug introduced by commit 74de7aefWolfgang Denk
2009-04-04Fix building of env_embedded.oWolfgang Denk
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-04-04common/Makefile: Conditionally compile env_embedded.oPeter Tyser
2009-04-03mflash: Initial mflash supportunsik Kim
2009-04-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2009-04-03Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2009-04-03Noisily disable the legacy NAND subsystem.Scott Wood
2009-04-03Add "source" command; prepare removal of "autoscr" commandWolfgang Denk
2009-04-02Blackfin: drop newline from OTP helpMike Frysinger
2009-03-30fsl-ddr: add the DDR3 SPD infrastructureDave Liu
2009-03-29ARM: fix warning: 'print_eth' defined but not usedWolfgang Denk
2009-03-28Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'Wolfgang Denk
2009-03-27command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel
2009-03-27ppc: cleanup compiler errors/warningsHeiko Schocher
2009-03-23Enable multi chip support in the NAND layerWolfgang Grandegger
2009-03-20UBIFS: Add UBIFS commandsStefan Roese
2009-03-20Separate mtdparts command from jffs2Stefan Roese
2009-03-20nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()Mike Frysinger
2009-03-20lynxkdi: get mac address from environmentMike Frysinger
2009-03-20bootvx: get mac address from environmentMike Frysinger
2009-03-20bdinfo: get mac address from environmentMike Frysinger
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger
2009-03-17NAND: Have nboot accept .e and .i as legacy no-ops.Scott Wood
2009-03-17NAND: Make nboot skip bad blocksLadislav Michl
2009-02-25lcd: Fix compilation warning in common/lcd.cAnatolij Gustschin
2009-02-24LCD: support 8bpp BMPs on 16bpp displaysGuennadi Liakhovetski
2009-02-24Add 16bpp BMP supportMark Jackson
2009-02-22netloop: speed up NetLoopHeiko Schocher
2009-02-22arm: add uart dcc supportJean-Christophe PLAGNIOL-VILLARD
2009-02-21bootm: Reduce the unnecessary memmoveMinkyu Kang
2009-02-21lcd_putc bug fix for tab.Derek Ou