summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/spd_sdram.c
AgeCommit message (Collapse)Author
2007-05-01Rewrote picos_to_clk() to avoid rounding errors.James Yang
Clarified that conversion is to DRAM clocks rather than platform clocks. Made function static to spd_sdram.c. Signed-off-by: James Yang <James.Yang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-03-22Add support for 8641 Rev 2 silicon.Ed Swarthout
Without this patch, I am unable to get to the prompt on rev 2 silicon. Only set ddrioovcr for rev1. Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-27MPC86xx: Cleaned up unused and conditionally used local variables.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-10Coding style changes to remove local varible blocksJon Loeliger
and reformat a bit nicer.
2006-09-29Fix missing tCycle/modfreq calculation.John Traill
Signed-off-by: John Traill <john.traill@freescale.com>
2006-08-29Remove bogus msync and use volatile asm.Jon Loeliger
2006-08-09Fix caslat calculationJohn Traill
Signed-off-by: John Traill <john.traill@freescale.com>
2006-05-30Fix two SDRAM setup bugs.Haiying Wang
Fix ECC setup bug. Enable 1T/2T based on number of DIMMs present. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2006-05-19Enable dual DDR controllers and interleaving.Jon Loeliger
2006-04-27Cleanup whitespaces and style issues.Jon Loeliger
Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger