aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
AgeCommit message (Expand)Author
2009-09-08ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().Poonam Aggrwal
2009-09-08ppc/85xx/86xx: Device tree fixup for number of coresPoonam Aggrwal
2009-09-08ppc/85xx,86xx: Handling Unknown SOC versionPoonam Aggrwal
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal
2009-08-288xxx: Refactored common cpu specific code for 85xx/86xx into one file.Poonam Aggrwal
2009-08-2886xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala
2009-07-2286xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fieldsPeter Tyser
2009-07-018xxx: Move dma_init() call to common codePeter Tyser
2009-07-018xxx: Break out DMA code to a common filePeter Tyser
2009-06-3086xx: Add CPU_TYPE_ENTRY supportKumar Gala
2009-06-12fsl/85xx, 86xx: Sync up DMA codePeter Tyser
2009-06-12fsl: Create common fsl_dma.h for 85xx and 86xx cpusPeter Tyser
2009-04-28Replace __attribute references with __attribute__Peter Tyser
2009-04-0186xx: Cleanup MP supportKumar Gala
2009-02-1686xx: Update CPU info output on bootupPeter Tyser
2009-02-1686xx: Reset updatePeter Tyser
2009-02-10mpc86xx: Add support to populate addr map based on BATsBecky Bruce
2009-01-12MPC86xx: fix build warningsWolfgang Denk
2008-12-19mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho
2008-12-19mpc86xx: Double local bus clock dividerTrent Piepho
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho
2008-12-19mpc8[56]xx: Put localbus clock in device treeTrent Piepho
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk
2008-12-14Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser
2008-11-10mpc8641: Support 36-bit physical addressingBecky Bruce
2008-11-10mpc8641: Change 32-bit memory mapBecky Bruce
2008-11-10mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce
2008-11-10mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce
2008-11-10mpc86xx: Move setup_bats into cpu_init_fBecky Bruce
2008-11-04powerpc: change 86xx SMP boot methodBecky Bruce
2008-11-03powerpc 86xx: Handle CCSR relocation earlierBecky Bruce
2008-10-3086xx: remove the redundant r2 global data pointer saveDave Liu
2008-10-3086xx: remove the unused code for 86xx familyDave Liu
2008-10-3086xx: Move the clear_tlbs before MMU turn onDave Liu
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-1874xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx versionKumar Gala
2008-10-13mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence
2008-10-1386xx: remove redudant code with lib_ppc/interrupts.cKumar Gala
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming
2008-08-28FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.Kumar Gala
2008-08-27FSL DDR: Remove old SPD support from cpu/mpc86xxKumar Gala
2008-08-27FSL DDR: Add 86xx specific register settingKumar Gala
2008-08-27FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.Kumar Gala
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala
2008-08-19Clean up usage of icache_disable/dcache_disableKumar Gala
2008-08-11POWERPC 86xx: Move BAT setup code to CBecky Bruce
2008-07-148xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreqPaul Gortmaker
2008-07-11Fix some more print() format errors.Wolfgang Denk
2008-07-10Merge commit 'wd/master'Jon Loeliger