| Commit message (Expand) | Author | Age | Lines |
* | ColdFire: I2C fix for multiple platforms | TsiChung Liew | 2008-08-28 | -14/+62 |
* | ColdFire: Add CONFIG_MII_INIT for M5272C3 | TsiChung Liew | 2008-08-28 | -0/+1 |
* | ColdFire: Multiple fixes for MCF5445x platforms | TsiChung Liew | 2008-08-28 | -13/+12 |
* | ColdFire: Change the SDRAM BRD2WT timing from 3 to 7 | TsiChung Liew | 2008-08-28 | -2/+2 |
* | ColdFire: Raise uart baudrate to 115200 bps | TsiChung Liew | 2008-08-28 | -8/+8 |
* | ColdFire: Fix board.c warning message | TsiChung Liew | 2008-08-28 | -0/+2 |
* | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2008-08-28 | -2/+882 |
|\ |
|
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Wolfgang Denk | 2008-08-28 | -2/+882 |
| |\ |
|
| | * | mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. | Heiko Schocher | 2008-08-27 | -2/+882 |
* | | | FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx. | Kumar Gala | 2008-08-28 | -1/+0 |
|/ / |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2008-08-28 | -1640/+5625 |
|\ \ |
|
| * | | mpc85xx: remove redudant code with lib_ppc/interrupts.c | Kumar Gala | 2008-08-27 | -97/+12 |
| * | | mpc85xx: Add support for the MPC8536DS reference board | Kumar Gala | 2008-08-27 | -0/+1675 |
| * | | mpc85xx: Add support for the MPC8536 | Kumar Gala | 2008-08-27 | -5/+218 |
| * | | mpc85xx: Add support for the MPC8572DS reference board | Kumar Gala | 2008-08-27 | -2/+1593 |
| * | | FSL DDR: Remove old SPD support from cpu/mpc85xx | Kumar Gala | 2008-08-27 | -1166/+4 |
| * | | FSL DDR: Convert STXSSA to new DDR code. | Kumar Gala | 2008-08-27 | -18/+98 |
| * | | FSL DDR: Convert STXGP3 to new DDR code. | Kumar Gala | 2008-08-27 | -19/+100 |
| * | | FSL DDR: Convert SBC8560 to new DDR code. | Kumar Gala | 2008-08-27 | -14/+122 |
| * | | FSL DDR: Convert MPC8540EVAL to new DDR code. | Kumar Gala | 2008-08-27 | -12/+102 |
| * | | FSL DDR: Convert PM856 to new DDR code. | Kumar Gala | 2008-08-27 | -34/+109 |
| * | | FSL DDR: Convert PM854 to new DDR code. | Kumar Gala | 2008-08-27 | -34/+109 |
| * | | FSL DDR: Convert sbc8548 to new DDR code. | Kumar Gala | 2008-08-27 | -17/+108 |
| * | | FSL DDR: Convert atum8548 to new DDR code. | Kumar Gala | 2008-08-27 | -37/+122 |
| * | | FSL DDR: Convert socrates to new DDR code. | Kumar Gala | 2008-08-27 | -16/+111 |
| * | | FSL DDR: Convert MPC8544DS to new DDR code. | Kumar Gala | 2008-08-27 | -25/+113 |
| * | | FSL DDR: Convert MPC8568MDS to new DDR code. | Jon Loeliger | 2008-08-27 | -24/+117 |
| * | | FSL DDR: Convert MPC8548CDS to new DDR code. | Jon Loeliger | 2008-08-27 | -18/+108 |
| * | | FSL DDR: Convert MPC8541CDS to new DDR code. | Jon Loeliger | 2008-08-27 | -14/+102 |
| * | | FSL DDR: Convert MPC8555ADS to new DDR code. | Jon Loeliger | 2008-08-27 | -18/+105 |
| * | | FSL DDR: Convert MPC8560ADS to new DDR code. | Jon Loeliger | 2008-08-27 | -36/+110 |
| * | | FSL DDR: Convert MPC8540ADS to new DDR code. | Kumar Gala | 2008-08-27 | -40/+110 |
| * | | FSL DDR: Add 85xx specific register setting | Kumar Gala | 2008-08-27 | -0/+318 |
| * | | FSL DDR: Add e500 TLB helper for DDR code | Kumar Gala | 2008-08-27 | -0/+65 |
| |/ |
|
* | | dm9000 remove dead external phy support, gpio fix | Andrew Dyer | 2008-08-26 | -144/+36 |
* | | Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions | Peter Tyser | 2008-08-26 | -5/+5 |
* | | Fix bogus error message in the DHCP handler | Remy Bohmer | 2008-08-26 | -0/+3 |
* | | Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. | Remy Bohmer | 2008-08-26 | -1/+1 |
* | | ColdFire: Add FEC Buffer descriptors in SRAM | TsiChung Liew | 2008-08-26 | -6/+36 |
* | | Fix ColdFire FEC warning messages | TsiChung Liew | 2008-08-26 | -8/+13 |
* | | Moved initialization of SKGE Ethernet driver to board code. | Ben Warren | 2008-08-26 | -5/+14 |
* | | Moved conditional compilation to Makefile for SK98 Ethernet driver | Ben Warren | 2008-08-26 | -92/+4 |
* | | Moved initialization of ULI526X Ethernet driver to board code. | Ben Warren | 2008-08-26 | -4/+10 |
* | | Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() | Ben Warren | 2008-08-26 | -5/+11 |
* | | Moved initialization of GRETH Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -5/+18 |
* | | Moved initialization of MCFFEC Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -7/+72 |
* | | Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -5/+10 |
|/ |
|
* | FSL DDR: Remove old SPD support from cpu/mpc86xx | Kumar Gala | 2008-08-27 | -1352/+0 |
* | FSL DDR: Convert SBC8641D to new DDR code. | Kumar Gala | 2008-08-27 | -8/+99 |
* | FSL DDR: Convert MPC8610HPCD to new DDR code. | Jon Loeliger | 2008-08-27 | -29/+106 |