Age | Commit message (Expand) | Author |
2009-04-16 | cmd_nand: drop duplicate NULL ptr check | Mike Frysinger |
2009-04-05 | One more fix for building env_embedded.o | Wolfgang Denk |
2009-04-04 | common/image.c: Relocate strings in tables. | Scott Wood |
2009-04-04 | UBI/cfi-mtd: Fix mtd name for multiple chips | Andreas Huber |
2009-04-04 | cmd_mmc: add support for device command for selecting mmc device | Minkyu Kang |
2009-04-04 | more command usage cleanup | Mike Frysinger |
2009-04-04 | Separate mtdparts command from jffs2 | Ladislav Michl |
2009-04-04 | add dataflash mmc mux missing support | Jean-Christophe PLAGNIOL-VILLARD |
2009-04-04 | Fix quoting bug introduced by commit 74de7aef | Wolfgang Denk |
2009-04-04 | Fix building of env_embedded.o | Wolfgang Denk |
2009-04-04 | rename include/zlib.h to include/u-boot/zlib.h | Jean-Christophe PLAGNIOL-VILLARD |
2009-04-04 | common/Makefile: Conditionally compile env_embedded.o | Peter Tyser |
2009-04-03 | mflash: Initial mflash support | unsik Kim |
2009-04-03 | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk |
2009-04-03 | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk |
2009-04-03 | Noisily disable the legacy NAND subsystem. | Scott Wood |
2009-04-03 | Add "source" command; prepare removal of "autoscr" command | Wolfgang Denk |
2009-04-02 | Blackfin: drop newline from OTP help | Mike Frysinger |
2009-03-30 | fsl-ddr: add the DDR3 SPD infrastructure | Dave Liu |
2009-03-29 | ARM: fix warning: 'print_eth' defined but not used | Wolfgang Denk |
2009-03-28 | Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' | Wolfgang Denk |
2009-03-27 | command.c: Expose the core of do_help as _do_help to the rest of u-boot. | Detlev Zundel |
2009-03-27 | ppc: cleanup compiler errors/warnings | Heiko Schocher |
2009-03-23 | Enable multi chip support in the NAND layer | Wolfgang Grandegger |
2009-03-20 | UBIFS: Add UBIFS commands | Stefan Roese |
2009-03-20 | Separate mtdparts command from jffs2 | Stefan Roese |
2009-03-20 | nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() | Mike Frysinger |
2009-03-20 | lynxkdi: get mac address from environment | Mike Frysinger |
2009-03-20 | bootvx: get mac address from environment | Mike Frysinger |
2009-03-20 | bdinfo: get mac address from environment | Mike Frysinger |
2009-03-20 | convert print_IPaddr() to %pI4 | Mike Frysinger |
2009-03-20 | vsprintf: pull updates from Linux kernel | Mike Frysinger |
2009-03-17 | NAND: Have nboot accept .e and .i as legacy no-ops. | Scott Wood |
2009-03-17 | NAND: Make nboot skip bad blocks | Ladislav Michl |
2009-02-25 | lcd: Fix compilation warning in common/lcd.c | Anatolij Gustschin |
2009-02-24 | LCD: support 8bpp BMPs on 16bpp displays | Guennadi Liakhovetski |
2009-02-24 | Add 16bpp BMP support | Mark Jackson |
2009-02-22 | netloop: speed up NetLoop | Heiko Schocher |
2009-02-22 | arm: add uart dcc support | Jean-Christophe PLAGNIOL-VILLARD |
2009-02-21 | bootm: Reduce the unnecessary memmove | Minkyu Kang |
2009-02-21 | lcd_putc bug fix for tab. | Derek Ou |
2009-02-19 | MMC: Don't use new framework code if not enabled | Dirk Behme |
2009-02-19 | Coding style cleanup, update CHANGELOG | Wolfgang Denk |
2009-02-18 | common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible | Jean-Christophe PLAGNIOL-VILLARD |
2009-02-18 | common/console: coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD |
2009-02-18 | rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV | Mike Frysinger |
2009-02-16 | Add MMC Framework | Andy Fleming |
2009-02-16 | Convert mmc_init to mmc_legacy_init | Andy Fleming |
2009-02-16 | Eliminate support for using MMC as memory | Andy Fleming |
2009-02-15 | USB: Remove LUN number from CDB | Abraham, Thomas |