]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add 440EPx DDR2 SPD DIMM support
authorLarry Johnson <lrj@arlinx.com>
Thu, 27 Dec 2007 15:54:48 +0000 (10:54 -0500)
committerStefan Roese <sr@denx.de>
Thu, 27 Dec 2007 18:35:36 +0000 (19:35 +0100)
commitaba19604d848b2838cfb9ebe818909e6a216058e
treeff47ccbf0a535b1b6f15f09d5ec81761a8ae57ba
parent8a24a6963002cb867d5a6b70e3560f0b1467f55f
Add 440EPx DDR2 SPD DIMM support

This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
controller.  It should also work on the 440GRx.  It is based on the DDR2
SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.

This code has been tested on prototype Korat boards with three Kingston
DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
(two ranks).  The Korat board has a single DIMM socket, but support has
been provided (though not tested) for boards with two DIMM sockets.

Signed-off-by: Larry Johnson <lrj@acm.org>
cpu/ppc4xx/denali_spd_ddr2.c [new file with mode: 0644]