aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc85xx
AgeCommit message (Expand)AuthorFilesLines
2008-04-1185xx: Fix detection of MP cpu spin upKumar Gala1-1/+5
2008-04-1185xx: Use SVR_SOC_VER instead of SVR_VERKumar Gala2-2/+2
2008-03-2685xx: Add cpu_mp_lmb_reserve helper to reserve boot pageKumar Gala2-0/+15
2008-03-2685xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala4-64/+115
2008-03-2685xx: Fix merge duplicationKumar Gala1-49/+0
2008-03-2685xx: Speed up get_ddr_freq() and get_bus_freq()James Yang1-16/+5
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
2008-03-2685xx: Added support for multicore boot mechanismKumar Gala1-0/+49
2008-03-2685xx: Added support for multicore boot mechanismKumar Gala6-0/+405
2008-03-2685xx: Add the concept of CFG_CCSRBAR_PHYSKumar Gala1-3/+3
2008-02-2785xx: Don't icbi when unlocking the cacheKumar Gala1-5/+2
2008-02-27Fix source for ECM error IVPRAndy Fleming1-1/+1
2008-02-27Invalidate INIT_RAM TLB mappingsAndy Fleming1-0/+11
2008-02-1485xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi1-0/+3
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk1-1/+2
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski1-45/+0
2008-02-12QE: Move FDT support into a common fileKumar Gala1-5/+3
2008-01-23Coding Style Cleanup; update CHANGELOGWolfgang Denk1-1/+0
2008-01-1785xx: Get ride of old TLB setup codeKumar Gala2-22/+0
2008-01-1785xx: Reworked initial processor initKumar Gala2-72/+115
2008-01-1785xx: Introduce new tlb APIKumar Gala3-14/+99
2008-01-1685xx: Remove old style of LAW initKumar Gala2-28/+0
2008-01-1685xx: Move LAW init code into CKumar Gala3-0/+18
2008-01-09Add QE brg freq and correct qe bus freq fdt update codeKim Phillips1-1/+3
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi1-0/+1
2008-01-0985xx: Remove cache config from configs.hKumar Gala1-2/+7
2008-01-09Reworked FSL Book-E TLB macros to be more readableKumar Gala1-13/+10
2007-12-11Handle Asynchronous DDR clock on 85xxKumar Gala3-4/+43
2007-12-11Stop using immap_t on 85xxKumar Gala6-32/+18
2007-12-11Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala2-123/+0
2007-12-11Stop using immap_t for cpm offset on 85xxKumar Gala5-66/+63
2007-12-11Stop using immap_t for guts offset on 85xxKumar Gala4-6/+5
2007-12-11Add libfdt based ft_cpu_setup for mpc85xxKumar Gala2-1/+67
2007-11-03Cleanup coding style; update CHANGELOGWolfgang Denk1-2/+2
2007-10-19Setting MSR[DE] in do_reseturwithsughosh@gmail.com1-1/+6
2007-10-19MSR overwrite fixurwithsughosh@gmail.com1-8/+3
2007-10-19Remove magic numbers from cache related operations for mpc85xxKumar Gala1-4/+4
2007-09-2685xx io out functions need sync after write.Ed Swarthout1-0/+5
2007-08-29Enable L2 cache for MPC8568MDS boardHaiying Wang1-1/+1
2007-08-1485xxCDS: Add make targets for legacy systems.Randy Vinson1-1/+1
2007-08-14Add support for UEC to 8568Andy Fleming4-2/+142
2007-08-14Empirically set cpo and clk_adjust for mpc85xx DDR2 supportHaiying Wang1-5/+7
2007-08-14Use an absolute address when jumping out of 4k boot pageKumar Gala1-29/+24
2007-08-14MPC85xx BA bits not set for 3-bit bank address DIMMAndy Fleming1-1/+6
2007-08-14Fix minor 85xx warningsAndy Fleming1-1/+3
2007-08-1485xx start.S cleanup and exception supportAndy Fleming3-298/+319
2007-08-1485xx allow debugger to configure ddr.Ed Swarthout1-3/+45
2007-08-14mpc85xx L2 cache reporting and SRAM relocation option.Ed Swarthout1-18/+47