| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Wolfgang Denk | 2008-08-31 | -0/+95 |
|\ |
|
| * | Move MPC5xxx_FEC driver to drivers/net | Ben Warren | 2008-08-29 | -0/+93 |
| * | ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon | John Rigby | 2008-08-28 | -0/+2 |
* | | ColdFire: I2C fix for multiple platforms | TsiChung Liew | 2008-08-28 | -11/+19 |
* | | 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 | -7/+3 |
* | | 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 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Wolfgang Denk | 2008-08-28 | -0/+376 |
|\ |
|
| * | mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. | Heiko Schocher | 2008-08-27 | -0/+376 |
* | | mpc85xx: Add support for the MPC8536DS reference board | Kumar Gala | 2008-08-27 | -0/+594 |
* | | mpc85xx: Add support for the MPC8536 | Kumar Gala | 2008-08-27 | -3/+18 |
* | | mpc85xx: Add support for the MPC8572DS reference board | Kumar Gala | 2008-08-27 | -0/+576 |
* | | FSL DDR: Remove old SPD support from cpu/mpc85xx | Kumar Gala | 2008-08-27 | -0/+4 |
* | | FSL DDR: Convert STXSSA to new DDR code. | Kumar Gala | 2008-08-27 | -13/+17 |
* | | FSL DDR: Convert STXGP3 to new DDR code. | Kumar Gala | 2008-08-27 | -13/+17 |
* | | FSL DDR: Convert SBC8560 to new DDR code. | Kumar Gala | 2008-08-27 | -9/+41 |
* | | FSL DDR: Convert MPC8540EVAL to new DDR code. | Kumar Gala | 2008-08-27 | -7/+19 |
* | | FSL DDR: Convert PM856 to new DDR code. | Kumar Gala | 2008-08-27 | -30/+28 |
* | | FSL DDR: Convert PM854 to new DDR code. | Kumar Gala | 2008-08-27 | -30/+28 |
* | | FSL DDR: Convert sbc8548 to new DDR code. | Kumar Gala | 2008-08-27 | -13/+18 |
* | | FSL DDR: Convert atum8548 to new DDR code. | Kumar Gala | 2008-08-27 | -32/+30 |
* | | FSL DDR: Convert socrates to new DDR code. | Kumar Gala | 2008-08-27 | -11/+18 |
* | | FSL DDR: Convert MPC8544DS to new DDR code. | Kumar Gala | 2008-08-27 | -18/+20 |
* | | FSL DDR: Convert MPC8568MDS to new DDR code. | Jon Loeliger | 2008-08-27 | -18/+20 |
* | | FSL DDR: Convert MPC8548CDS to new DDR code. | Jon Loeliger | 2008-08-27 | -17/+20 |
* | | FSL DDR: Convert MPC8541CDS to new DDR code. | Jon Loeliger | 2008-08-27 | -13/+17 |
* | | FSL DDR: Convert MPC8555ADS to new DDR code. | Jon Loeliger | 2008-08-27 | -17/+18 |
* | | FSL DDR: Convert MPC8560ADS to new DDR code. | Jon Loeliger | 2008-08-27 | -28/+24 |
* | | FSL DDR: Convert MPC8540ADS to new DDR code. | Kumar Gala | 2008-08-27 | -30/+23 |
* | | FSL DDR: Add e500 TLB helper for DDR code | Kumar Gala | 2008-08-27 | -0/+1 |
|/ |
|
* | FSL DDR: Convert SBC8641D to new DDR code. | Kumar Gala | 2008-08-27 | -2/+4 |
* | FSL DDR: Convert MPC8610HPCD to new DDR code. | Jon Loeliger | 2008-08-27 | -23/+20 |
* | FSL DDR: Convert MPC8641HPCN to new DDR code. | Kumar Gala | 2008-08-27 | -53/+50 |
* | FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code. | Kumar Gala | 2008-08-27 | -0/+137 |
* | FSL DDR: Provide a generic set_ddr_laws() | Kumar Gala | 2008-08-27 | -0/+1 |
* | Add proper SPD definitions for DDR1/2/3 | James Yang | 2008-08-27 | -0/+292 |
* | Add support for muas3001 board (MPC8270) | Heiko Schocher | 2008-08-27 | -0/+387 |
* | fdt: refactor initrd related code | Kumar Gala | 2008-08-26 | -0/+1 |
* | fdt: refactor fdt resize code | Kumar Gala | 2008-08-26 | -0/+1 |
* | bootm: refactor image detection and os load steps | Kumar Gala | 2008-08-26 | -0/+9 |
* | bootm: move lmb into the bootm_headers_t structure | Kumar Gala | 2008-08-26 | -1/+3 |
* | bootm: Set working fdt address as part of the bootm flow | Kumar Gala | 2008-08-26 | -0/+2 |
* | bootm: refactor fdt locating and relocation code | Kumar Gala | 2008-08-26 | -0/+13 |
* | bootm: refactor ramdisk locating code | Kumar Gala | 2008-08-26 | -0/+2 |
* | bootm: refactor entry point code | Kumar Gala | 2008-08-26 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | 2008-08-26 | -30/+65 |
|\ |
|
| * | change mvBL-M7 default env and move to vendor subdir | Andre Schwarz | 2008-08-25 | -27/+29 |
| * | MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family d... | Nick Spence | 2008-08-25 | -1/+10 |
| * | MPC8349EMDS: Add PCI Agent (PCISLAVE) support | Ira W. Snyder | 2008-08-25 | -1/+21 |