aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-18mpc86xx: Fix unused variable 'config' and 'immap'Jean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-02-18mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk4-79/+108
2008-02-1485xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi1-0/+2
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2-2/+2
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski1-44/+0
2008-01-2486xx: Add reginfo commandBecky Bruce1-1/+23
2008-01-2486xx: Remove old-style law setup codeBecky Bruce2-32/+0
2008-01-2486xx: Support new law setup method and convert mpc8641Becky Bruce3-1/+24
2008-01-2486xx: Rearrange the sequence in start.SBecky Bruce1-53/+69
2008-01-1086xx: Support 2GB DIMMsBecky Bruce1-1/+10
2007-11-20Merge commit 'remotes/wd/master'Jon Loeliger2-1/+6
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2-1/+6
2007-11-1786xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger1-2/+4
2007-11-17make 8610 board use pixis resetJason Jin1-2/+2
2007-11-07make 8610 board use pixis resetJason Jin1-2/+2
2007-11-0786xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger1-2/+4
2007-10-17Initial mpc8610hpcd cpu/, README and include/ files.Jon Loeliger1-2/+13
2007-10-1686xx: Allow for fewer DDR slots per memory controller.Jon Loeliger1-9/+21
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk3-4/+5
2007-08-10cpu/86xx fixes.Jon Loeliger4-97/+51
2007-08-06Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout3-346/+2
2007-08-02Fix build errors and warnings / code cleanup.Wolfgang Denk1-3/+3
2007-07-05mpc86xx: Remove old CFG_CMD_* references.Jon Loeliger1-6/+6
2007-07-04cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-6/+6
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-4/+4