summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-02-01 13:20:50 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-27 09:17:43 -0500
commit2ded2ffe5c86a781e65764c2655ac843ed65f073 (patch)
treecaa4af1751df579a743a0b5c99abe4ca67895fa1 /src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C
parent1b510a6d3920514ffc352ac91de6173c404efcaf (diff)
downloadtalos-hostboot-2ded2ffe5c86a781e65764c2655ac843ed65f073.tar.gz
talos-hostboot-2ded2ffe5c86a781e65764c2655ac843ed65f073.zip
Adding in default raw card information
Change-Id: Ic4428b0ff153adf751b0159b004eb6900bcf3cee Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36391 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36461 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C
index ec5617332..22bf999d2 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.C
@@ -1135,7 +1135,6 @@ fapi2::ReturnCode eff_dimm::dimm_rc08()
uint8_t l_num_slave_ranks = 0;
FAPI_TRY( eff_dimm_ddr4_rc08(iv_mcs, &l_attrs_dimm_rc08[0][0]) );
-
FAPI_TRY(iv_pDecoder->num_package_ranks_per_dimm(l_master_ranks) );
// Pulling this one from the decoder
@@ -1227,9 +1226,11 @@ fapi2::ReturnCode eff_dimm::dimm_rc08()
};
// Let's set the other bits
- l_buffer.writeBit<uint64_t(QXPAR_LOCATION)>(PARITY_ENABLE);
+ l_buffer.writeBit<QXPAR_LOCATION>(PARITY_ENABLE);
- l_buffer.writeBit<uint64_t(DA17_QA17_LOCATION)>(DA17_QA17_ENABLE);
+ // We only need the 17th Address bit if we have 16G dense drams
+ // TK: come back and do disable if not needed
+ l_buffer.writeBit<DA17_QA17_LOCATION>(DA17_QA17_ENABLE);
l_attrs_dimm_rc08[iv_port_index][iv_dimm_index] = l_buffer;
OpenPOWER on IntegriCloud