summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | add missing ARM boards to MAKEALLDavid Brownell2008-03-30-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk2008-04-08-17/+993
|\ \ \ \
| * | | | Add Vitesse 8601 support to TSEC driverTor Krill2008-03-31-0/+35
| * | | | SPARC: added SMC91111 driver in and out macros for LEON processors.Daniel Hellstrom2008-03-31-2/+71
| * | | | Fix macro typo in common/cmd_mii.cBen Warren2008-03-30-1/+1
| * | | | new PHY @ e1000 - 2nd tryAndre Schwarz2008-03-30-13/+98
| * | | | SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.Daniel Hellstrom2008-03-30-0/+763
| * | | | Add CONFIG_MII_INIT in cmd_mii.cTsi-Chung Liew2008-03-30-1/+1
| * | | | ColdFire: Fix FEC transmit issue for MCF5275Tsi-Chung Liew2008-03-30-0/+7
| * | | | DHCP request fix for Windows Server 2003Aras Vaichas2008-03-30-1/+18
| |/ / /
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2008-04-08-343/+1711
|\ \ \ \
| * | | | ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.STsiChung Liew2008-03-31-0/+6
| * | | | ColdFire: Add dspi and serial flash support for MCF5445xTsiChung Liew2008-03-31-70/+492
| * | | | ColdFire: Remove R5200 boardTsiChung Liew2008-03-31-885/+1
| * | | | ColdFire: Added M5275EVB support.Matthew Fettke2008-03-31-0/+864
| * | | | ColdFire: Added MCF5275 cpu support.Matthew Fettke2008-03-31-3/+959
| * | | | ColdFire: Define bootdelay in configuration file for M52277EVBTsiChung Liew2008-03-31-0/+1
| * | | | ColdFire: Fix second memory Chipselect for M5475EVBTsiChung Liew2008-03-31-0/+3
| * | | | ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282TsiChung Liew2008-03-31-2/+2
| |/ / /
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-04-08-11048/+3899
|\ \ \ \
| * | | | Blackfin: cleanup and overhaul common board init functionsMike Frysinger2008-03-30-236/+226
| * | | | Blackfin: cleanup lib_blackfin/cache.cMike Frysinger2008-03-30-62/+8
| * | | | Blackfin: unify cpu and boot modesMike Frysinger2008-03-30-9760/+2848
| * | | | Blackfin: BF537-stamp: cleanup spi flash driverMike Frysinger2008-03-30-992/+819
| |/ / /
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2008-04-08-199/+4013
|\ \ \ \
| * | | | Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.cPeter Pearse2008-03-30-1/+1
| * | | | Support for the MX31ADS evaluation board from FreescaleGuennadi Liakhovetski2008-03-30-0/+683
| * | | | Phytec Phycore-i.MX31 supportSascha Hauer2008-03-30-0/+481
| * | | | mx31 litekit supportSascha Hauer2008-03-30-0/+449
| * | | | add SMSC LAN9x1x Network driverSascha Hauer2008-03-30-0/+681
| * | | | add an i2c driver for mx31Sascha Hauer2008-03-30-0/+208
| * | | | core support for Freescale mx31Sascha Hauer2008-03-30-0/+654
| * | | | Separate omap24xx specific code from arm1136Sascha Hauer2008-03-30-79/+156
| * | | | Add pmdra into MAKEALLPeter Pearse2008-03-30-0/+1
| * | | | Adds support for the Prodrive PMDRA board, based on a DM6441Pieter Voorthuijsen2008-03-30-0/+548
| * | | | Removes all board specific code from the arch. part for DM644x (DaVinci) boardsPieter Voorthuijsen2008-03-30-73/+130
| * | | | - Remove *_masked() functions as noted by WolfgangDirk Behme2008-03-30-47/+22
| |/ / /
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2008-04-08-50/+3863
|\ \ \ \
| * | | | sh: Add support stat structure and stat.hNobuhiro Iwamatsu2008-03-28-2/+2
| * | | | sh: Removed warning when compiling drivers/serial/serial_sh.c.Mark Jonas2008-03-28-5/+0
| * | | | sh: Remove disable_ctrlc function from R7780MPNobuhiro Iwamatsu2008-03-28-4/+1
| * | | | sh: Add maintainer of R7780MP to MAINTAINER fileNobuhiro Iwamatsu2008-03-28-1/+2
| * | | | sh: Add support Renesas Solutions R2D plus boardNobuhiro Iwamatsu2008-03-28-0/+558
| * | | | sh: Add support SH4 cache controlNobuhiro Iwamatsu2008-03-28-1/+37
| * | | | sh: Add support PCI host driver for SH7751/SH7751RNobuhiro Iwamatsu2008-03-28-3/+204
| * | | | sh: Move SuperH PCI driver from cpu/sh4 to drivers/pciNobuhiro Iwamatsu2008-03-28-13/+6
| * | | | sh: Add support SuperH SH7751/SH7751RNobuhiro Iwamatsu2008-03-28-7/+9
| * | | | sh: Added support for SH7720 based board MPR2.Mark Jonas2008-03-28-1/+640
| * | | | sh: Fix receive FIFO level register of SH4ANobuhiro Iwamatsu2008-03-28-22/+30
| * | | | sh: Add support Renesas Solutions R7780MPYusuke Goda2008-03-28-4/+959