| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | | Blackfin: support console-over-JTAG | Mike Frysinger | 2009-01-28 | -0/+3 |
|/ |
|
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -187/+188 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -129/+134 |
* | SATA: do not auto-initialize during boot | Mike Frysinger | 2009-01-27 | -1/+11 |
* | jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE | Tomasz Figa | 2009-01-27 | -0/+92 |
* | saveenv: standardize enablement | Mike Frysinger | 2009-01-27 | -18/+8 |
* | Fix gunzip in case of insufficient output buffer | Matthias Fuchs | 2009-01-27 | -1/+1 |
* | common: Iteration limit for memory test. | Dirk Eibach | 2009-01-24 | -14/+31 |
* | common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED | Peter Korsgaard | 2009-01-24 | -13/+14 |
* | Blackfin: use common strmhz() in system output | Mike Frysinger | 2009-01-23 | -4/+6 |
* | nand: fixup printf modifiers to match types used | Mike Frysinger | 2009-01-23 | -2/+2 |
* | nand read.jffs2 (nand_legacy) in common/cmd_nand.c | Schlaegl Manfred jun | 2009-01-23 | -4/+3 |
* | NAND: Enable nand lock, unlock feature | Nishanth Menon | 2009-01-23 | -47/+49 |
* | OneNAND: Bad block aware read/write command support | Stefan Roese | 2009-01-23 | -110/+420 |
* | fdt_resize(): fix actualsize calculations with unaligned blobs | Peter Korsgaard | 2009-01-17 | -1/+1 |
* | usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-20 | -0/+4 |
* | Coding style cleanup, update CHANGELOG. | Wolfgang Denk | 2008-12-16 | -1/+1 |
* | env_sf: support embedded environments | Mike Frysinger | 2008-12-16 | -5/+36 |