summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
Commit message (Expand)AuthorAgeLines
* mpc86xx: set the DDR BATs after calculating true DDR sizeTimur Tabi2010-03-30-1/+39
* kgdb: cpu/mpc* cpu/74xx: include kgdb.h when neededMike Frysinger2010-02-08-0/+1
* 86xx: Add support for 'cpu disable' commandKumar Gala2010-01-26-2/+16
* Add support to disable cpu's in multicore processorsKumar Gala2010-01-26-0/+28
* ppc: remove -ffixed-r14 gcc option.Joakim Tjernlund2010-01-26-1/+1
* ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund2010-01-26-5/+6
* ppc: Loose GOT access in IRQJoakim Tjernlund2010-01-26-33/+3
* kgdb: drop duplicate debugger_exception_handlerMike Frysinger2010-01-18-4/+0
* relocation: Do not relocate NULL pointers.Joakim Tjernlund2009-10-08-2/+4
* ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().Poonam Aggrwal2009-09-08-0/+6
* ppc/85xx/86xx: Device tree fixup for number of coresPoonam Aggrwal2009-09-08-0/+3
* ppc/85xx,86xx: Handling Unknown SOC versionPoonam Aggrwal2009-09-08-4/+1
* 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal2009-08-28-6/+8
* 8xxx: Refactored common cpu specific code for 85xx/86xx into one file.Poonam Aggrwal2009-08-28-31/+1
* 86xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala2009-08-28-1/+2
* 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fieldsPeter Tyser2009-07-22-2/+2
* 8xxx: Move dma_init() call to common codePeter Tyser2009-07-01-0/+3
* 8xxx: Break out DMA code to a common filePeter Tyser2009-07-01-55/+0
* 86xx: Add CPU_TYPE_ENTRY supportKumar Gala2009-06-30-12/+21
* fsl/85xx, 86xx: Sync up DMA codePeter Tyser2009-06-12-6/+8
* fsl: Create common fsl_dma.h for 85xx and 86xx cpusPeter Tyser2009-06-12-12/+15
* Replace __attribute references with __attribute__Peter Tyser2009-04-28-1/+1
* 86xx: Cleanup MP supportKumar Gala2009-04-01-52/+49
* 86xx: Update CPU info output on bootupPeter Tyser2009-02-16-41/+41
* 86xx: Reset updatePeter Tyser2009-02-16-61/+19
* mpc86xx: Add support to populate addr map based on BATsBecky Bruce2009-02-10-0/+27
* MPC86xx: fix build warningsWolfgang Denk2009-01-12-3/+1
* mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho2008-12-19-18/+23
* mpc86xx: Double local bus clock dividerTrent Piepho2008-12-19-0/+1
* mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho2008-12-19-1/+1
* mpc8[56]xx: Put localbus clock in device treeTrent Piepho2008-12-19-0/+9
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-16-2/+0
* Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD2008-12-14-1/+1
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* mpc8641: Support 36-bit physical addressingBecky Bruce2008-11-10-11/+33
* mpc8641: Change 32-bit memory mapBecky Bruce2008-11-10-1/+1
* mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce2008-11-10-10/+10
* mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce2008-11-10-11/+8
* mpc86xx: Move setup_bats into cpu_init_fBecky Bruce2008-11-10-5/+4
* powerpc: change 86xx SMP boot methodBecky Bruce2008-11-04-73/+277
* powerpc 86xx: Handle CCSR relocation earlierBecky Bruce2008-11-03-5/+24
* 86xx: remove the redundant r2 global data pointer saveDave Liu2008-10-30-1/+0
* 86xx: remove the unused code for 86xx familyDave Liu2008-10-30-14/+0
* 86xx: Move the clear_tlbs before MMU turn onDave Liu2008-10-30-1/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-120/+120
* 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx versionKumar Gala2008-10-18-5/+5
* mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence2008-10-13-4/+4
* 86xx: remove redudant code with lib_ppc/interrupts.cKumar Gala2008-10-13-124/+7
* Pass in tsec_info struct through tsec_initializeAndy Fleming2008-09-02-19/+7
* FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.Kumar Gala2008-08-28-1/+0