aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser13-2796/+0
2010-03-30mpc86xx: set the DDR BATs after calculating true DDR sizeTimur Tabi2-1/+39
2010-02-08kgdb: cpu/mpc* cpu/74xx: include kgdb.h when neededMike Frysinger1-0/+1
2010-01-2686xx: Add support for 'cpu disable' commandKumar Gala1-2/+16
2010-01-26Add support to disable cpu's in multicore processorsKumar Gala1-0/+28
2010-01-26ppc: remove -ffixed-r14 gcc option.Joakim Tjernlund1-1/+1
2010-01-26ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund1-5/+6
2010-01-26ppc: Loose GOT access in IRQJoakim Tjernlund1-33/+3
2010-01-18kgdb: drop duplicate debugger_exception_handlerMike Frysinger1-4/+0
2009-10-08relocation: Do not relocate NULL pointers.Joakim Tjernlund1-2/+4
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