aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-330/+0
2009-09-24ppc/p4080: Determine various chip frequencies on CoreNet platformsKumar Gala1-4/+41
2009-09-24ppc/p4080: Handle timebase enabling and frequency reportingKumar Gala1-0/+4
2009-09-08ppc/85xx: Clean up do_resetKumar Gala1-16/+9
2009-09-08ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().Poonam Aggrwal1-0/+4
2009-09-08ppc/85xx,86xx: Handling Unknown SOC versionPoonam Aggrwal1-7/+3
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal1-11/+10
2009-08-288xxx: Refactored common cpu specific code for 85xx/86xx into one file.Poonam Aggrwal1-69/+1
2009-07-018xxx: Break out DMA code to a common filePeter Tyser1-47/+0
2009-06-12fsl/85xx, 86xx: Sync up DMA codePeter Tyser1-4/+4
2009-06-12fsl: Create common fsl_dma.h for 85xx and 86xx cpusPeter Tyser1-14/+17
2009-06-12qe: Pass in uec_info struct through uec_initializeHaiying Wang1-17/+4
2009-06-1285xx: Add QE clk supportHaiying Wang1-0/+4
2009-06-1285xx: Added MPC8535/E identifiersKumar Gala1-0/+2
2009-03-30MPC85xx: Add MPC8569 CPU supportHaiying Wang1-0/+2
2009-02-19Coding style cleanup, update CHANGELOGWolfgang Denk1-1/+2
2009-02-1685xx: Add eSDHC support for 8536 DSAndy Fleming1-0/+15
2009-02-16mpc85xx: Add support for the P2020Srikanth Srinivasan1-0/+2
2009-02-1685xx: Format cpu freq printing to handle 8 coresKumar Gala1-3/+5
2009-01-23Add secondary CPUs processor frequency for e500 coreHaiying Wang1-2/+5
2008-12-19mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho1-26/+5
2008-12-19mpc8568: Double local bus clock dividerTrent Piepho1-2/+2
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho1-1/+1
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren1-0/+18
2008-11-09Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren1-1/+4
2008-11-09Fix typo in cpu/mpc85xx/cpu.cBen Warren1-1/+1
2008-10-2485xx: Add basic e500mc core supportKumar Gala1-0/+4
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk1-11/+15
2008-10-1885xx if NUM_CPUS>1, print cpu numberEd Swarthout1-0/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-10-07Fix the incorrect DDR clk freq reporting on 8536DSJason Jin1-1/+2
2008-09-09Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.Sergei Poselenov1-8/+7
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-23/+10
2008-08-27mpc85xx: Add support for the MPC8536Kumar Gala1-1/+7
2008-08-27mpc85xx: Add support for the MPC8572DS reference boardKumar Gala1-1/+1
2008-07-14mpc85xx: use IS_E_PROCESSOR macroKim Phillips1-1/+1
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk1-0/+30
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren1-0/+30
2008-06-28Coding Style CleanupWolfgang Denk1-1/+1
2008-06-19Fix 4xx build issueAnatolij Gustschin1-1/+1
2008-06-11Added the upmconfig() function for 85xx.Sergei Poselenov1-0/+66
2008-06-10MPC85xx: Beautify boot output of L2 cache configurationWolfgang Grandegger1-1/+1
2008-06-1085xx: expose cpu identificationKumar Gala1-36/+40
2008-06-0985xx: Only use PORPLLSR[DDR_Ratio] on platforms that define itKumar Gala1-2/+6
2008-05-20Fixed reset for socratesSergei Poselenov1-9/+14
2008-04-2485xx: Round up frequency calculations to get reasonable outputKumar Gala1-7/+6
2008-03-2685xx: Show DDR memory data rate in addition to the memory clock frequency.James Yang1-3/+6
2008-03-2685xx: get_tbclk() speed up and rounding fixJames Yang1-5/+3
2008-03-26Update SVR numbers to expand supportAndy Fleming1-37/+48
2007-12-11Handle Asynchronous DDR clock on 85xxKumar Gala1-1/+15