| Commit message (Expand) | Author | Age | Lines |
* | ppc/p4080: Determine various chip frequencies on CoreNet platforms | Kumar Gala | 2009-09-24 | -4/+41 |
* | ppc/p4080: Handle timebase enabling and frequency reporting | Kumar Gala | 2009-09-24 | -0/+4 |
* | ppc/85xx: Clean up do_reset | Kumar Gala | 2009-09-08 | -16/+9 |
* | ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu(). | Poonam Aggrwal | 2009-09-08 | -0/+4 |
* | ppc/85xx,86xx: Handling Unknown SOC version | Poonam Aggrwal | 2009-09-08 | -7/+3 |
* | 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx | Poonam Aggrwal | 2009-08-28 | -11/+10 |
* | 8xxx: Refactored common cpu specific code for 85xx/86xx into one file. | Poonam Aggrwal | 2009-08-28 | -69/+1 |
* | 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 | -0/+4 |
* | 85xx: Added MPC8535/E identifiers | Kumar Gala | 2009-06-12 | -0/+2 |
* | MPC85xx: Add MPC8569 CPU support | Haiying Wang | 2009-03-30 | -0/+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 |
* | mpc85xx: Add support for the P2020 | Srikanth Srinivasan | 2009-02-16 | -0/+2 |
* | 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 | -2/+5 |
* | mpc8[56]xx: Put localbus clock in sysinfo and gd | Trent Piepho | 2008-12-19 | -26/+5 |
* | mpc8568: Double local bus clock divider | Trent Piepho | 2008-12-19 | -2/+2 |
* | mpc8xxx: LCRR[CLKDIV] is sometimes five bits | Trent Piepho | 2008-12-19 | -1/+1 |
* | 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: Add basic e500mc core support | Kumar Gala | 2008-10-24 | -0/+4 |
* | Use strmhz() to format clock frequencies | Wolfgang Denk | 2008-10-21 | -11/+15 |
* | 85xx if NUM_CPUS>1, print cpu number | Ed Swarthout | 2008-10-18 | -0/+5 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -9/+9 |
* | Fix the incorrect DDR clk freq reporting on 8536DS | Jason Jin | 2008-10-07 | -1/+2 |
* | Removed hardcoded MxMR loop value from upmconfig() for MPC85xx. | Sergei Poselenov | 2008-09-09 | -8/+7 |
* | Pass in tsec_info struct through tsec_initialize | Andy Fleming | 2008-09-02 | -23/+10 |
* | mpc85xx: Add support for the MPC8536 | Kumar Gala | 2008-08-27 | -1/+7 |
* | mpc85xx: Add support for the MPC8572DS reference board | Kumar Gala | 2008-08-27 | -1/+1 |
* | mpc85xx: use IS_E_PROCESSOR macro | Kim Phillips | 2008-07-14 | -1/+1 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-net | Wolfgang Denk | 2008-07-09 | -0/+30 |
|\ |
|
| * | Add mechanisms for CPU and board-specific Ethernet initialization | Ben Warren | 2008-07-06 | -0/+30 |
* | | Coding Style Cleanup | Wolfgang Denk | 2008-06-28 | -1/+1 |
|/ |
|
* | Fix 4xx build issue | Anatolij Gustschin | 2008-06-19 | -1/+1 |
* | Added the upmconfig() function for 85xx. | Sergei Poselenov | 2008-06-11 | -0/+66 |
* | MPC85xx: Beautify boot output of L2 cache configuration | Wolfgang Grandegger | 2008-06-10 | -1/+1 |
* | 85xx: expose cpu identification | Kumar Gala | 2008-06-10 | -36/+40 |
* | 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it | Kumar Gala | 2008-06-09 | -2/+6 |
* | Fixed reset for socrates | Sergei Poselenov | 2008-05-20 | -9/+14 |
* | 85xx: Round up frequency calculations to get reasonable output | Kumar Gala | 2008-04-24 | -7/+6 |
* | 85xx: Show DDR memory data rate in addition to the memory clock frequency. | James Yang | 2008-03-26 | -3/+6 |
* | 85xx: get_tbclk() speed up and rounding fix | James Yang | 2008-03-26 | -5/+3 |
* | Update SVR numbers to expand support | Andy Fleming | 2008-03-26 | -37/+48 |
* | Handle Asynchronous DDR clock on 85xx | Kumar Gala | 2007-12-11 | -1/+15 |
* | Stop using immap_t on 85xx | Kumar Gala | 2007-12-11 | -8/+4 |