| Commit message (Expand) | Author | Age | Lines |
* | Update the mtd driver name in bootargs for at91-based boards | Albin Tonnerre | 2009-08-18 | -18/+18 |
* | omap3: Fixed a problem with hwecc | Ben Goska | 2009-08-18 | -2/+2 |
* | Monahans: avoid floating point calculations | Wolfgang Denk | 2009-08-17 | -7/+11 |
* | flash: Fix CFI buffer size bug | John Schmoller | 2009-08-13 | -1/+1 |
* | trab: rename spi_init() | Mike Frysinger | 2009-08-13 | -7/+7 |
* | zlib: add watchdog reset call | Giuseppe CONDORELLI | 2009-08-11 | -1/+7 |
* | zlib: updated to v.1.2.3 | Giuseppe CONDORELLI | 2009-08-11 | -2185/+2466 |
* | dtt, lm81: move unneccessary printf into a debug printf | Heiko Schocher | 2009-08-11 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | 2009-08-11 | -0/+1 |
|\ |
|
| * | 83xx, kmeter1, fix: update in the DTS the correct size for the first flash | Heiko Schocher | 2009-07-29 | -0/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2009-08-11 | -1/+1 |
|\ \ |
|
| * | | MIMC200: reduce LCD pixclock | Mark Jackson | 2009-08-11 | -1/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-08-11 | -85/+538 |
|\ \ \ |
|
| * | | | UEC FIXED PHY: Determine fixed-phy port using UEC interface name. | Richard Retanubun | 2009-08-10 | -17/+19 |
| * | | | Assigned a static SMI address to all UECs TBIPA address. | Richard Retanubun | 2009-08-10 | -8/+9 |
| * | | | net: kirkwood: updates: used eth_setenv_enetaddr api | Prafulla Wadaskar | 2009-08-10 | -6/+9 |
| * | | | Fix E1000 build warning on AP1000 board | Roy Zang | 2009-08-10 | -44/+44 |
| * | | | ARM: Davinci DM355: Enabling DM9000 on DM355 EVM | Sandeep Paulraj | 2009-08-10 | -1/+9 |
| * | | | net: phy: bugfixes: mv88E61xx compiler warnings fixed | Prafulla Wadaskar | 2009-08-10 | -9/+14 |
| * | | | arm: A320: driver for FTMAC100 ethernet controller | Po-Yu Chuang | 2009-08-10 | -0/+434 |
| |/ / |
|
* | | | 85xx: Removed BEDBUG support from FSL 85xx boards | Kumar Gala | 2009-08-10 | -4/+0 |
|/ / |
|
* | | Prepare 2009.08-rc2v2009.08-rc2 | Wolfgang Denk | 2009-08-10 | -1/+1021 |
* | | Minor coding style cleanup. | Wolfgang Denk | 2009-08-10 | -4/+0 |
* | | net/tftp.c: fix warning: pointer targets differ in signedness | Wolfgang Denk | 2009-08-10 | -1/+3 |
* | | ARM Cortex A8: Remove bogus config.mk entries | Dirk Behme | 2009-08-10 | -38/+1 |
* | | OMAP3: Fix missing GPMC_CONFIG_CS0_BASE | Dirk Behme | 2009-08-10 | -0/+1 |
* | | mxc-mmc: sdhc host driver for MX2 and MX3 proccessor | Ilya Yanok | 2009-08-09 | -0/+565 |
* | | kirkwood/gpio.h: remove duplicate definition | Alessandro Rubini | 2009-08-09 | -2/+0 |
* | | Add driver for the ST M95xxx SPI EEPROM | Albin Tonnerre | 2009-08-09 | -0/+118 |
* | | arm: Sheevaplug: Fixed NAND specific warning | Prafulla Wadaskar | 2009-08-09 | -0/+1 |
* | | Dual-license IBM code contributions | Josh Boyer | 2009-08-09 | -0/+61 |
* | | fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges | Kumar Gala | 2009-08-09 | -2/+2 |
* | | ARM EABI: add new helper functions resp. function names | Wolfgang Denk | 2009-08-09 | -9/+33 |
* | | hush: Fix bogus free() call | Peter Tyser | 2009-08-09 | -1/+1 |
* | | digsy_mtc: Update default environment | Detlev Zundel | 2009-08-09 | -20/+100 |
* | | digsy_mtc: Add delay in SPI transfers to the companion controller. | Detlev Zundel | 2009-08-09 | -20/+27 |
* | | digsy_mtc: minor fixes for mtc command help | Anatolij Gustschin | 2009-08-09 | -5/+6 |
* | | digsy_mtc: Add mtc state command. | Grzegorz Bernacki | 2009-08-09 | -0/+31 |
* | | Partition support: remove newline from partition name | Wolfgang Denk | 2009-08-09 | -11/+21 |
* | | Fix LZMA string.h header inclusion issue and remove unused variables. | Luigi 'Comio' Mantellini | 2009-08-09 | -3/+2 |
* | | bus_vcxk.c: fix warning: unused variable 'lineptr' | Jens Scharsig | 2009-08-09 | -1/+0 |
* | | env: kill off default_environment_size | Mike Frysinger | 2009-08-09 | -22/+1 |
* | | export SPI functions to standalone apps | Mike Frysinger | 2009-08-09 | -5/+20 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-08-08 | -686/+3565 |
|\ \ |
|
| * | | Add Intel E1000 PCIE card support | Roy Zang | 2009-08-08 | -491/+3466 |
| * | | net: sync env ethaddr to device enetaddr in eth_init() | Mike Frysinger | 2009-08-07 | -30/+24 |
| * | | minor debug cleanups in ./net | Robin Getz | 2009-08-07 | -167/+77 |
* | | | omap3: bug fix for NOR boot support | Penda Naveen Kumar | 2009-08-08 | -4/+4 |
* | | | Fix examples for OMAP3 boards... | Michael Evans | 2009-08-08 | -1/+1 |
* | | | omap3: use only fixed-size types inside ctrl_structs | Dirk Behme | 2009-08-08 | -194/+218 |