aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-10Minor coding style cleanup; update CHANGELOGWolfgang Denk1-2/+1
2008-07-07Feed the watchdog in u-boot for 8610 board.Jason Jin2-0/+15
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren1-0/+27
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2-6/+3
2008-06-1185xx/86xx: Move to dynamic mgmt of LAWsKumar Gala2-6/+3
2008-06-06MPC86xx: Change traps.c to not reference non-addressable memoryBecky Bruce1-1/+7
2008-06-03PPC: 86xx Add bat registers to reginfo commandBecky Bruce1-1/+3
2008-05-21Big white-space cleanup.Wolfgang Denk2-8/+8
2008-05-097450 and 86xx L2 cache invalidate bug correctionsWheatley Travis1-1/+1
2008-04-30Fix calculation of I2C clock for some 86xx chipsTimur Tabi1-1/+13
2008-04-2985xx/86xx: Rename ext_refrec to timing_cfg_3 to match docsKumar Gala1-2/+2
2008-03-26Update SVR numbers to expand supportAndy Fleming1-1/+1
2008-02-1886xx: Convert sbc8641d to use libfdt.Jon Loeliger3-66/+47