]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Enabled support for Rev 1.3 SPD for DDR2 DIMMs
authorYork Sun <yorksun@freescale.com>
Fri, 7 May 2010 14:12:01 +0000 (09:12 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 12 May 2010 09:54:30 +0000 (04:54 -0500)
commitbcb6c2bb84705bfd73eed5c9a31e9ff24833ee8c
treebb4f46357fba0cf1dd5a89871215f71c98ae5eca
parentf54fe87acedbbad7d29ad18cab31d2b323717514
Enabled support for Rev 1.3 SPD for DDR2 DIMMs

SPD has minor change from Rev 1.2 to 1.3. This patch enables Rev 1.3.
The difference has ben examined and the code is compatible.
Speed bins is not verified on hardware for CL7 at this moment.

This patch also enables SPD Rev 1.x where x is up to "F". According to SPD
spec, the lower nibble is optionally used to determine which additinal bytes
or attribute bits have been defined. Software can safely use defaults. However,
the upper nibble should always be checked.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c
common/ddr_spd.c