summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/cpu.c
AgeCommit message (Expand)Author
2009-03-30MPC85xx: Add MPC8569 CPU supportHaiying Wang
2009-02-19Coding style cleanup, update CHANGELOGWolfgang Denk
2009-02-1685xx: Add eSDHC support for 8536 DSAndy Fleming
2009-02-16mpc85xx: Add support for the P2020Srikanth Srinivasan
2009-02-1685xx: Format cpu freq printing to handle 8 coresKumar Gala
2009-01-23Add secondary CPUs processor frequency for e500 coreHaiying Wang
2008-12-19mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho
2008-12-19mpc8568: Double local bus clock dividerTrent Piepho
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren
2008-11-09Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren
2008-11-09Fix typo in cpu/mpc85xx/cpu.cBen Warren
2008-10-2485xx: Add basic e500mc core supportKumar Gala
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk
2008-10-1885xx if NUM_CPUS>1, print cpu numberEd Swarthout
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-07Fix the incorrect DDR clk freq reporting on 8536DSJason Jin
2008-09-09Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.Sergei Poselenov
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming
2008-08-27mpc85xx: Add support for the MPC8536Kumar Gala
2008-08-27mpc85xx: Add support for the MPC8572DS reference boardKumar Gala
2008-07-14mpc85xx: use IS_E_PROCESSOR macroKim Phillips
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren
2008-06-28Coding Style CleanupWolfgang Denk
2008-06-19Fix 4xx build issueAnatolij Gustschin
2008-06-11Added the upmconfig() function for 85xx.Sergei Poselenov
2008-06-10MPC85xx: Beautify boot output of L2 cache configurationWolfgang Grandegger
2008-06-1085xx: expose cpu identificationKumar Gala
2008-06-0985xx: Only use PORPLLSR[DDR_Ratio] on platforms that define itKumar Gala
2008-05-20Fixed reset for socratesSergei Poselenov
2008-04-2485xx: Round up frequency calculations to get reasonable outputKumar Gala
2008-03-2685xx: Show DDR memory data rate in addition to the memory clock frequency.James Yang
2008-03-2685xx: get_tbclk() speed up and rounding fixJames Yang
2008-03-26Update SVR numbers to expand supportAndy Fleming
2007-12-11Handle Asynchronous DDR clock on 85xxKumar Gala
2007-12-11Stop using immap_t on 85xxKumar Gala
2007-12-11Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala
2007-10-19Setting MSR[DE] in do_reseturwithsughosh@gmail.com
2007-08-14Add support for UEC to 8568Andy Fleming
2007-05-17Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips
2007-05-05Coding stylke cleanup; update CHANGELOG.Wolfgang Denk
2007-05-02Add support for the 8568 MDS boardAndy Fleming
2007-04-2385xx: write MAC address to mac-address and local-mac-addressTimur Tabi
2007-04-23Some 85xx cpu cleanupsAndy Fleming
2007-04-23Add cpu support for the 8544Andy Fleming
2007-04-23u-boot: Fix e500 v2 core reset bugZang Roy-r61911
2006-06-28* Add Flat Dev Tree construction for MPC85xx ADS and CDS boardsMatthew McClintock
2005-07-25* Patch by Jon Loeliger, 2005-05-05Jon Loeliger
2005-04-13* Fixes for TQM8560 board:wdenk