summaryrefslogtreecommitdiffstats
path: root/src/import/generic/memory/lib/spd/rdimm
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-06-07 17:08:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-22 22:40:26 -0400
commit5a959794c96741e9e4c826e03b41abfe84d9e512 (patch)
tree3fc181d1141552971b81f2300cf16fd49036b4c0 /src/import/generic/memory/lib/spd/rdimm
parent3e3e4b44fdf84bc9d62d95a6f034a7e23df5a063 (diff)
downloadtalos-hostboot-5a959794c96741e9e4c826e03b41abfe84d9e512.tar.gz
talos-hostboot-5a959794c96741e9e4c826e03b41abfe84d9e512.zip
Fix CSID: 2 slave ranks, termination in RCBCX
Change-Id: Ie19985e858f5d90b7ca74319c080b156d758ec6a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41515 Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41799 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/spd/rdimm')
-rw-r--r--src/import/generic/memory/lib/spd/rdimm/ddr4/rdimm_raw_cards.C24
1 files changed, 10 insertions, 14 deletions
diff --git a/src/import/generic/memory/lib/spd/rdimm/ddr4/rdimm_raw_cards.C b/src/import/generic/memory/lib/spd/rdimm/ddr4/rdimm_raw_cards.C
index 0f757153d..383fb7e09 100644
--- a/src/import/generic/memory/lib/spd/rdimm/ddr4/rdimm_raw_cards.C
+++ b/src/import/generic/memory/lib/spd/rdimm/ddr4/rdimm_raw_cards.C
@@ -64,8 +64,7 @@ rcw_settings rdimm_rc_c1( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00); // RCAX
///
/// @brief raw card C2 settings
@@ -86,8 +85,7 @@ rcw_settings rdimm_rc_c2( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00); // RCAX
///
/// @brief raw card A1 settings
@@ -107,8 +105,7 @@ rcw_settings rdimm_rc_a1( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00); // RCAX
///
/// @brief raw card B1 settings
@@ -129,8 +126,8 @@ rcw_settings rdimm_rc_b1( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00);// RCAX
+
///
/// @brief raw card B2 settings
@@ -150,8 +147,8 @@ rcw_settings rdimm_rc_b2( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00);// RCAX
+
////
/// @brief raw card for custom dimms
@@ -171,8 +168,8 @@ rcw_settings rdimm_rc_custom ( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00);// RCAX
+
///
/// @brief raw card VBU settings
@@ -192,8 +189,7 @@ rcw_settings rdimm_rc_vbu( 0x02, // RC00
0x00, // RC6X
0x00, // RC8X
0x00, // RC9X
- 0x00, // RCAX
- 0x07);// RCBX
+ 0x00); // RCAX
namespace rdimm
{
OpenPOWER on IntegriCloud