]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134
authorYork Sun <yorksun@freescale.com>
Wed, 26 Jan 2011 06:05:49 +0000 (22:05 -0800)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 3 Feb 2011 08:46:13 +0000 (02:46 -0600)
commit91671913f7db59dd876e86433d8f3462dbf66588
treea0a4d7143d19f3373cad4b964cc0230edbe9c9b4
parenteb0aff77c83f70a01dfe47d72b08467c157f7a8b
powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134

Workaround for the following errata:
DDR111 - MCKE signal may not function correctly at assertion of HRESET
DDR134 - The automatic CAS-to-Preamble feature of the DDR controller can
         calibrate to incorrect values

These two workarounds must be implemented together because they touch
common registers.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/cmd_errata.c
arch/powerpc/cpu/mpc85xx/ddr-gen3.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_ddr_sdram.h