| Commit message (Expand) | Author | Age | Lines |
* | ARM: fix warning: 'print_eth' defined but not used | Wolfgang Denk | 2009-03-29 | -0/+4 |
* | Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' | Wolfgang Denk | 2009-03-28 | -0/+1 |
* | command.c: Expose the core of do_help as _do_help to the rest of u-boot. | Detlev Zundel | 2009-03-27 | -7/+13 |
* | ppc: cleanup compiler errors/warnings | Heiko Schocher | 2009-03-27 | -2/+2 |
* | Enable multi chip support in the NAND layer | Wolfgang Grandegger | 2009-03-23 | -6/+15 |
* | UBIFS: Add UBIFS commands | Stefan Roese | 2009-03-20 | -0/+133 |
* | Separate mtdparts command from jffs2 | Stefan Roese | 2009-03-20 | -1739/+2007 |
* | nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() | Mike Frysinger | 2009-03-20 | -23/+1 |
* | lynxkdi: get mac address from environment | Mike Frysinger | 2009-03-20 | -1/+1 |
* | bootvx: get mac address from environment | Mike Frysinger | 2009-03-20 | -2/+4 |
* | bdinfo: get mac address from environment | Mike Frysinger | 2009-03-20 | -88/+32 |
* | convert print_IPaddr() to %pI4 | Mike Frysinger | 2009-03-20 | -29/+19 |
* | vsprintf: pull updates from Linux kernel | Mike Frysinger | 2009-03-20 | -5/+5 |
* | NAND: Have nboot accept .e and .i as legacy no-ops. | Scott Wood | 2009-03-17 | -1/+1 |
* | NAND: Make nboot skip bad blocks | Ladislav Michl | 2009-03-17 | -3/+2 |
* | lcd: Fix compilation warning in common/lcd.c | Anatolij Gustschin | 2009-02-25 | -1/+4 |
* | LCD: support 8bpp BMPs on 16bpp displays | Guennadi Liakhovetski | 2009-02-24 | -25/+34 |
* | Add 16bpp BMP support | Mark Jackson | 2009-02-24 | -10/+41 |
* | netloop: speed up NetLoop | Heiko Schocher | 2009-02-22 | -0/+6 |
* | arm: add uart dcc support | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-22 | -0/+3 |
* | bootm: Reduce the unnecessary memmove | Minkyu Kang | 2009-02-21 | -2/+4 |
* | lcd_putc bug fix for tab. | Derek Ou | 2009-02-21 | -1/+1 |
* | MMC: Don't use new framework code if not enabled | Dirk Behme | 2009-02-19 | -1/+2 |
* | Coding style cleanup, update CHANGELOG | Wolfgang Denk | 2009-02-19 | -1/+1 |
* | common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-18 | -52/+56 |
* | common/console: coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-18 | -98/+101 |
* | rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV | Mike Frysinger | 2009-02-18 | -5/+5 |
* | Add MMC Framework | Andy Fleming | 2009-02-16 | -0/+132 |
* | Convert mmc_init to mmc_legacy_init | Andy Fleming | 2009-02-16 | -1/+1 |
* | Eliminate support for using MMC as memory | Andy Fleming | 2009-02-16 | -43/+0 |
* | USB: Remove LUN number from CDB | Abraham, Thomas | 2009-02-15 | -5/+0 |
* | common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile | Mike Frysinger | 2009-02-11 | -16/+3 |
* | pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity | Kumar Gala | 2009-02-07 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2009-02-07 | -2/+4 |
|\ |
|
| * | env_nand: fix env memory release | derek@siconix.com | 2009-02-06 | -2/+4 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-coldfire | Wolfgang Denk | 2009-02-07 | -1/+2 |
|\ \ |
|
| * | | Coldfire: cmd_bdinfo cleanup | Richard Retanubun | 2009-02-06 | -1/+2 |
| |/ |
|
* | | ADS5121 Add PATA support | Ralph Kondziella | 2009-02-03 | -0/+4 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2009-01-28 | -328/+439 |
|\ |
|
| * | usb_scan_devices: fix output with no devices | Bryan Wu | 2009-01-28 | -2/+4 |
| * | USB: Add high-speed (480Mb/s) to all USB related outputs | Stefan Roese | 2009-01-28 | -7/+24 |
| * | usb.h: use standard __LITTLE_ENDIAN from Linux headers | Mike Frysinger | 2009-01-28 | -2/+0 |
| * | usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive | Bryan Wu | 2009-01-28 | -0/+7 |
| * | usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure | Thomas Abraham | 2009-01-28 | -0/+1 |
| * | USB change speed | Michael Trimarchi | 2009-01-28 | -2/+10 |
| * | Prepare USB layer for ehci | Michael Trimarchi | 2009-01-28 | -2/+2 |
| * | USB storage cleanup patch | Michael Trimarchi | 2009-01-28 | -316/+394 |
* | | Blackfin: fixup misc warnings such as printf's and missing casts | Mike Frysinger | 2009-01-28 | -8/+6 |
* | | Blackfin: bootldr: implement BF53x/BF56x LDR loader | Mike Frysinger | 2009-01-28 | -13/+124 |
* | | Blackfin: implement real write support for OTP | Mike Frysinger | 2009-01-28 | -42/+115 |