summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorTsung Yeung <tyeung@us.ibm.com>2018-08-06 08:51:22 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-30 16:50:11 -0500
commit2c1c99f370191e4099870a0699cd6f01510222e7 (patch)
tree52081d13a60adf0cfeea62189e45d48b9cb9203a /src/usr/targeting/common/xmltohb/attribute_types.xml
parentd9711869369308c99eea851c45022b66f68b12df (diff)
downloadtalos-hostboot-2c1c99f370191e4099870a0699cd6f01510222e7.tar.gz
talos-hostboot-2c1c99f370191e4099870a0699cd6f01510222e7.zip
Adds NVDIMM IPL Support on ZZ
-New NVDIMM functions to support restore and trigger setup -Includes NVDIMM step in call_mss_power_cleanup after mss_power_cleanup HWP -Fixes attribute NV_STATUS_FLAG to match HDAT spec Change-Id: I2d68123ceb0b8e7a33b54f9acad0968670a67ea9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63948 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> Reviewed-by: Christian R. Geddes <crgeddes@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/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index f85e7bdf3..635455761 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -4987,19 +4987,19 @@
<id>NV_STATUS_FLAG</id>
<description>
NVDIMM status flag. This is used to record the status and
- later report to OPAL. Possible values:
+ later report to OPAL/PHYP. Possible values:
- 0x0080 - memory valid, contents not preserved (genesis)
- 0x0040 - memory contents preserved
- 0x0020 - memory failed to preserve contents
- 0x0010 - memory unable to preserve future contents
+ 0x08 - contents not preserved (genesis)
+ 0x04 - contents preserved
+ 0x02 - failed to preserve contents
+ 0x01 - unable to preserve future contents
</description>
<simpleType>
- <uint16_t>
- <default>0x0000</default>
- </uint16_t>
+ <uint8_t>
+ <default>0x08</default>
+ </uint8_t>
</simpleType>
- <persistency>volatile-zeroed</persistency>
+ <persistency>volatile</persistency>
<readable/>
<writeable/>
</attribute>
OpenPOWER on IntegriCloud