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