]> Git Repo - J-u-boot.git/commit
powerpc/mpc8xxx: Fix DDR initialization waiting for D_INIT
authorYork Sun <[email protected]>
Mon, 8 Oct 2012 07:44:24 +0000 (07:44 +0000)
committerAndy Fleming <[email protected]>
Mon, 22 Oct 2012 19:31:27 +0000 (14:31 -0500)
commitf31cfd19253713eea59311dec9e99df5d43b2db9
tree61e6f45481b4efa6949c5456fe81dcf0135480e6
parent123922b1e583dc6bd6b8909af2d788f6e40a33a9
powerpc/mpc8xxx: Fix DDR initialization waiting for D_INIT

When ECC is enabled, DDR controller needs to initialize the data and ecc.
The wait time can be calcuated with total memory size, bus width, bus speed
and interleaving mode. If it went wrong, it is bettert to timeout than
waiting for D_INIT to clear, where it probably hangs.

Signed-off-by: York Sun <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
arch/powerpc/cpu/mpc85xx/ddr-gen3.c
arch/powerpc/cpu/mpc8xxx/ddr/main.c
arch/powerpc/cpu/mpc8xxx/ddr/util.c
arch/powerpc/include/asm/fsl_ddr_sdram.h
This page took 0.037968 seconds and 4 git commands to generate.