All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] driver/ddr/fsl: Force enabling parity for A-009803
@ 2016-05-20  8:05 Shengzhou Liu
  2016-05-20 15:29 ` York Sun
  0 siblings, 1 reply; 6+ messages in thread
From: Shengzhou Liu @ 2016-05-20  8:05 UTC (permalink / raw)
  To: u-boot

Default address parity is disabled for DDR4 UDIMM for considing
performance, it needs to enable parity for A-009803 workaround.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
---
 drivers/ddr/fsl/options.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/ddr/fsl/options.c b/drivers/ddr/fsl/options.c
index d0075ff..dcef0bb 100644
--- a/drivers/ddr/fsl/options.c
+++ b/drivers/ddr/fsl/options.c
@@ -1016,6 +1016,9 @@ unsigned int populate_memctl_options(const common_timing_params_t *common_dimm,
 		}
 	}
 
+#ifdef CONFIG_SYS_FSL_ERRATUM_A009803
+	popts->ap_en = 1;
+#endif
 	/*
 	 * BSTTOPRE precharge interval
 	 *
-- 
2.1.0.27.g96db324

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

end of thread, other threads:[~2016-05-24 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-20  8:05 [U-Boot] [PATCH] driver/ddr/fsl: Force enabling parity for A-009803 Shengzhou Liu
2016-05-20 15:29 ` York Sun
2016-05-23  9:18   ` Shengzhou Liu
2016-05-23 15:33     ` York Sun
2016-05-24  5:15       ` Shengzhou Liu
2016-05-24 16:13         ` York Sun

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.