| Commit message (Expand) | Author | Age | Lines |
* | Prepare 2009.08-rc3v2009.08-rc3 | Wolfgang Denk | 2009-08-22 | -1/+1 |
* | 85xx: Fix addrmap to include memory | Kumar Gala | 2009-08-14 | -6/+22 |
* | Update Freescale copyrights to remove "All Rights Reserved" | Kumar Gala | 2009-07-29 | -1/+1 |
* | fsl_dma: Break out common memory initialization function | Peter Tyser | 2009-07-01 | -25/+1 |
* | 8xxx: Move dma_init() call to common code | Peter Tyser | 2009-07-01 | -3/+3 |
* | fsl_dma: Move dma function prototypes to common header file | Peter Tyser | 2009-07-01 | -4/+0 |
* | 8xxx: Rename dma_xfer() to dmacpy() | Peter Tyser | 2009-07-01 | -15/+14 |
* | 8xxx: Break out DMA code to a common file | Peter Tyser | 2009-07-01 | -47/+0 |
* | fsl/85xx, 86xx: Sync up DMA code | Peter Tyser | 2009-06-12 | -4/+4 |
* | fsl: Create common fsl_dma.h for 85xx and 86xx cpus | Peter Tyser | 2009-06-12 | -14/+17 |
* | qe: Pass in uec_info struct through uec_initialize | Haiying Wang | 2009-06-12 | -17/+4 |
* | 85xx: Add QE clk support | Haiying Wang | 2009-06-12 | -1/+18 |
* | 85xx: Added MPC8535/E identifiers | Kumar Gala | 2009-06-12 | -0/+2 |
* | 85xx: Always attempt ethernet device tree fixup | Kumar Gala | 2009-06-12 | -3/+0 |
* | 85xx: Use print_size to report amount of memory not mapped by TLBs | Kumar Gala | 2009-06-12 | -1/+1 |
* | 85xx: bugfix for reading maximum TLB size on mpc85xx | Fredrik Arnerup | 2009-06-09 | -1/+1 |
* | 85xx: Introduce determine_mp_bootpg() helper. | Kumar Gala | 2009-04-01 | -23/+16 |
* | MPC85xx: Add MPC8569 CPU support | Haiying Wang | 2009-03-30 | -0/+52 |
* | 85xx: Add support for additional e500mc features | Kumar Gala | 2009-03-30 | -1/+94 |
* | fsl-ddr: add the DDR3 SPD infrastructure | Dave Liu | 2009-03-30 | -2/+4 |
* | Fix mpc85xx ddr-gen3 ddr_sdram_cfg. | Ed Swarthout | 2009-03-09 | -2/+2 |
* | Coding style cleanup, update CHANGELOG | Wolfgang Denk | 2009-02-19 | -1/+2 |
* | 85xx: Add eSDHC support for 8536 DS | Andy Fleming | 2009-02-16 | -0/+15 |
* | 32bit BUg fix for DDR2 on 8572 | Poonam_Aggrwal-b10812 | 2009-02-16 | -1/+8 |
* | mpc85xx: Add support for the P2020 | Srikanth Srinivasan | 2009-02-16 | -0/+3 |
* | 85xx: Fix how we map DDR memory | Kumar Gala | 2009-02-16 | -47/+27 |
* | 85xx: Format cpu freq printing to handle 8 cores | Kumar Gala | 2009-02-16 | -3/+5 |
* | Add secondary CPUs processor frequency for e500 core | Haiying Wang | 2009-01-23 | -8/+24 |
* | 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards | Kumar Gala | 2009-01-23 | -4/+12 |
* | 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards | Kumar Gala | 2009-01-23 | -4/+12 |
* | Change DDR tlb start entry to CONFIG param for 85xx | Haiying Wang | 2009-01-13 | -1/+5 |
* | mpc8[56]xx: Put localbus clock in sysinfo and gd | Trent Piepho | 2008-12-19 | -26/+32 |
* | mpc8568: Double local bus clock divider | Trent Piepho | 2008-12-19 | -2/+2 |
* | 85xx: Fix the boot window issue | Dave Liu | 2008-12-19 | -8/+8 |
* | Set IVPR to kenrel entry point in second core boot page | Haiying Wang | 2008-12-19 | -0/+1 |
* | mpc8xxx: LCRR[CLKDIV] is sometimes five bits | Trent Piepho | 2008-12-19 | -1/+1 |
* | mpc8[56]xx: Put localbus clock in device tree | Trent Piepho | 2008-12-19 | -1/+7 |
* | 85xx: Add support to populate addr map based on TLB settings | Kumar Gala | 2008-12-19 | -0/+34 |
* | Update U-Boot's build timestamp on every compile | Peter Tyser | 2008-12-06 | -1/+2 |
* | 85xx: init gd as early as possible | Kumar Gala | 2008-12-04 | -6/+6 |
* | 85xx: Fix relocation of CCSRBAR | Kumar Gala | 2008-12-04 | -4/+5 |
* | 85xx: Add PORDEVSR_PCI1 define | Peter Tyser | 2008-12-04 | -1/+1 |
* | 85xx: Add CPU 2 errata workaround to all 8548 boards | Peter Tyser | 2008-12-03 | -0/+13 |
* | Moved initialization of QE Ethernet controller to cpu_eth_init() | Ben Warren | 2008-11-09 | -0/+18 |
* | Moved initialization of FCC Ethernet controller to cpu_eth_init | Ben Warren | 2008-11-09 | -1/+4 |
* | Fix typo in cpu/mpc85xx/cpu.c | Ben Warren | 2008-11-09 | -1/+1 |
* | 85xx: Fix the incorrect register used for DDR erratum1 | Dave Liu | 2008-10-24 | -3/+6 |
* | 85xx: Add basic e500mc core support | Kumar Gala | 2008-10-24 | -0/+14 |
* | 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number | Kumar Gala | 2008-10-24 | -2/+2 |
* | Use strmhz() to format clock frequencies | Wolfgang Denk | 2008-10-21 | -11/+15 |