All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/corenet_ds: Fix RCW overriding for RDIMM
@ 2011-06-27 20:39 York Sun
  2011-07-11 17:56 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: York Sun @ 2011-06-27 20:39 UTC (permalink / raw)
  To: u-boot

Allow overriding RCW for all RDIMM, not only quad-rank ones.

Signed-off-by: York Sun <yorksun@freescale.com>
---
 board/freescale/corenet_ds/ddr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/freescale/corenet_ds/ddr.c b/board/freescale/corenet_ds/ddr.c
index 98024c7..f2b716d 100644
--- a/board/freescale/corenet_ds/ddr.c
+++ b/board/freescale/corenet_ds/ddr.c
@@ -219,7 +219,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
 	popts->ddr_cdr1 = DDR_CDR1_DHC_EN;
 
 	/* override SPD values. rcw_2 should vary at differnt speed */
-	if (pdimm[0].n_ranks == 4) {
+	if (pdimm[0].registered_dimm == 1) {
 		popts->rcw_override = 1;
 		popts->rcw_1 = 0x000a5a00;
 		if (ddr_freq <= 800)
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] powerpc/corenet_ds: Fix RCW overriding for RDIMM
  2011-06-27 20:39 [U-Boot] [PATCH] powerpc/corenet_ds: Fix RCW overriding for RDIMM York Sun
@ 2011-07-11 17:56 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2011-07-11 17:56 UTC (permalink / raw)
  To: u-boot


On Jun 27, 2011, at 3:39 PM, York Sun wrote:

> Allow overriding RCW for all RDIMM, not only quad-rank ones.
> 
> Signed-off-by: York Sun <yorksun@freescale.com>
> ---
> board/freescale/corenet_ds/ddr.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied to 85xx

- k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-11 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-27 20:39 [U-Boot] [PATCH] powerpc/corenet_ds: Fix RCW overriding for RDIMM York Sun
2011-07-11 17:56 ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.