summaryrefslogtreecommitdiffstats
path: root/src/import/generic/memory/lib/spd
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2017-09-12 11:50:37 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-18 10:04:32 -0400
commit6763e7269912f3e359dfd1e84a32dbe87975333c (patch)
tree1ca33ab01957266360b1f0fc6b3fa0d3aa3f822f /src/import/generic/memory/lib/spd
parent189f9299047c253497f4c3cd419283dd27b04c53 (diff)
downloadtalos-hostboot-6763e7269912f3e359dfd1e84a32dbe87975333c.tar.gz
talos-hostboot-6763e7269912f3e359dfd1e84a32dbe87975333c.zip
Updates RCD power settings
RC09 contains a bit (IBT) that configures if ODT's should be sent to the DRAM during power down mode or not. This commit updates that setting to check on the ODT levels to set the IBT bit. Change-Id: I9f54a571e28f88c8589d3143562b03fded3f991f CQ:SW400213 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46098 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Michael D. Pardeik <pardeik@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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46099 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/spd')
-rw-r--r--src/import/generic/memory/lib/spd/rdimm/ddr4/rdimm_raw_cards.C2
1 files changed, 1 insertions, 1 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 505c7873d..4e03ecb1a 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
@@ -169,7 +169,7 @@ rcw_settings rdimm_rc_custom ( 0x02, // RC00
rcw_settings rdimm_rc_nvdimm ( 0x00, // RC00
0x00, // RC01
0x0F, // RC06_07
- 0x00, // RC09
+ 0x0C, // RC09
0x0E, // RC0B
0x00, // RC0C
0x00, // RC0F
OpenPOWER on IntegriCloud