summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-12-03 16:30:29 -0600
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-12-05 13:14:55 -0600
commitaad465f4b596c8300fa7724995a7db994f55d72b (patch)
treeb0d1be670ab47230d1036998cc1490ba24f873db
parentecac8199d6605bc9a2453ae47890881f06ab887e (diff)
downloadtalos-hostboot-aad465f4b596c8300fa7724995a7db994f55d72b.tar.gz
talos-hostboot-aad465f4b596c8300fa7724995a7db994f55d72b.zip
For ATTR_MSS_OCMB_HALF_DIMM_MODE to full dimm mode
pSeries always runs in full-dimm mode. Change-Id: I8515c7d600993330abfd94da4fd810e07f11e230 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87998 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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>
-rw-r--r--src/usr/targeting/common/xmltohb/hb_customized_attrs.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
index 904af49c0..6033800d3 100644
--- a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
+++ b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
@@ -832,6 +832,14 @@
<writeable/>
<persistency>volatile-zeroed</persistency>
</attribute>
+
+ <!-- pSeries always runs in FULL_DIMM mode -->
+ <attribute>
+ <id>ATTR_MSS_OCMB_HALF_DIMM_MODE</id>
+ <no_export/>
+ <default>FULL_DIMM</default>
+ </attribute>
+
<!-- OCMB Endianess attributes -->
<attribute>
<id>ATTR_MSS_OCMB_EXP_STRUCT_ENDIAN</id>
OpenPOWER on IntegriCloud