Re: [U-Boot] [PATCH] board/t1040qds: Add memory reset control

2013-12-25 Thread York Sun
On Dec 25, 2013, at 10:48 PM, Prabhakar Kushwaha wrote: > JEDEC spec requires the clocks to be stable before deasserting reset > signal for RDIMMs. Clocks start when any chip select is enabled and > clock control register is set. This patch also adds the interface to > toggle memory reset signal

[U-Boot] [PATCH] board/t1040qds: Add memory reset control

2013-12-25 Thread Prabhakar Kushwaha
JEDEC spec requires the clocks to be stable before deasserting reset signal for RDIMMs. Clocks start when any chip select is enabled and clock control register is set. This patch also adds the interface to toggle memory reset signal if needed by the boards. Signed-off-by: Prabhakar Kushwaha -