summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx
Commit message (Expand)AuthorAgeLines
* Big white-space cleanup.Wolfgang Denk2008-05-21-2/+2
* 85xx: Add -mno-spe to e500/85xx buildsKumar Gala2008-04-29-0/+1
* 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docsKumar Gala2008-04-29-2/+2
* 85xx: Additional fixes and cleanup of MP codeKumar Gala2008-04-29-2/+7
* 85xx: Round up frequency calculations to get reasonable outputKumar Gala2008-04-24-7/+6
* 85xx: Fix size of cpu-release-addr propertyKumar Gala2008-04-18-1/+1
* Fix calculation of I2C clock for some 85xx chipsTimur Tabi2008-04-18-1/+30
* 85xx: Fix detection of MP cpu spin upKumar Gala2008-04-11-1/+5
* 85xx: Use SVR_SOC_VER instead of SVR_VERKumar Gala2008-04-11-2/+2
* 85xx: Add cpu_mp_lmb_reserve helper to reserve boot pageKumar Gala2008-03-26-0/+15
* 85xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala2008-03-26-64/+115
* 85xx: Fix merge duplicationKumar Gala2008-03-26-49/+0
* 85xx: Speed up get_ddr_freq() and get_bus_freq()James Yang2008-03-26-16/+5
* 85xx: Show DDR memory data rate in addition to the memory clock frequency.James Yang2008-03-26-3/+6
* 85xx: get_tbclk() speed up and rounding fixJames Yang2008-03-26-5/+3
* Update SVR numbers to expand supportAndy Fleming2008-03-26-37/+48
* 85xx: Added support for multicore boot mechanismKumar Gala2008-03-26-0/+49
* 85xx: Added support for multicore boot mechanismKumar Gala2008-03-26-0/+405
* 85xx: Add the concept of CFG_CCSRBAR_PHYSKumar Gala2008-03-26-3/+3
* 85xx: Don't icbi when unlocking the cacheKumar Gala2008-02-27-5/+2
* Fix source for ECM error IVPRAndy Fleming2008-02-27-1/+1
* Invalidate INIT_RAM TLB mappingsAndy Fleming2008-02-27-0/+11
* 85xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi2008-02-14-0/+3
* PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2008-02-14-1/+2
* ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-45/+0
* QE: Move FDT support into a common fileKumar Gala2008-02-12-5/+3
* Coding Style Cleanup; update CHANGELOGWolfgang Denk2008-01-23-1/+0
* 85xx: Get ride of old TLB setup codeKumar Gala2008-01-17-22/+0
* 85xx: Reworked initial processor initKumar Gala2008-01-17-72/+115
* 85xx: Introduce new tlb APIKumar Gala2008-01-17-14/+99
* 85xx: Remove old style of LAW initKumar Gala2008-01-16-28/+0
* 85xx: Move LAW init code into CKumar Gala2008-01-16-0/+18
* Add QE brg freq and correct qe bus freq fdt update codeKim Phillips2008-01-09-1/+3
* 85xx: add ability to upload QE firmwareTimur Tabi2008-01-09-0/+1
* 85xx: Remove cache config from configs.hKumar Gala2008-01-09-2/+7
* Reworked FSL Book-E TLB macros to be more readableKumar Gala2008-01-09-13/+10
* Handle Asynchronous DDR clock on 85xxKumar Gala2007-12-11-4/+43
* Stop using immap_t on 85xxKumar Gala2007-12-11-32/+18
* Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala2007-12-11-123/+0
* Stop using immap_t for cpm offset on 85xxKumar Gala2007-12-11-66/+63
* Stop using immap_t for guts offset on 85xxKumar Gala2007-12-11-6/+5
* Add libfdt based ft_cpu_setup for mpc85xxKumar Gala2007-12-11-1/+67
* Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-03-2/+2
* Setting MSR[DE] in do_reseturwithsughosh@gmail.com2007-10-19-1/+6
* MSR overwrite fixurwithsughosh@gmail.com2007-10-19-8/+3
* Remove magic numbers from cache related operations for mpc85xxKumar Gala2007-10-19-4/+4
* 85xx io out functions need sync after write.Ed Swarthout2007-09-26-0/+5
* Enable L2 cache for MPC8568MDS boardHaiying Wang2007-08-29-1/+1
* 85xxCDS: Add make targets for legacy systems.Randy Vinson2007-08-14-1/+1
* Add support for UEC to 8568Andy Fleming2007-08-14-2/+142