summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-08-21 23:26:07 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-27 08:54:51 -0500
commitd8db346a16273bbf66e5b9adc1bd4fc90b2f0e54 (patch)
tree3144a5e4492090b6ceff34d2aed645d1d1d93991 /src/usr/targeting/common/xmltohb/attribute_types.xml
parent80f6d1dc0597213782c0fcd159329f260761b27c (diff)
downloadtalos-hostboot-d8db346a16273bbf66e5b9adc1bd4fc90b2f0e54.tar.gz
talos-hostboot-d8db346a16273bbf66e5b9adc1bd4fc90b2f0e54.zip
Add Encryption Enabled bit to NV_STATUS_FLAG
- 0x10: Contents are encrypted Set when encryption is enabled Clear when encryption is disabled Attribute comments should match HDAT Change-Id: I52805f6c8c3f303ce29cf8b8534304dfd0a09821 RTC:214625 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82638 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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@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.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index aae8b7e1f..1c3e07760 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -5359,15 +5359,16 @@
NVDIMM status flag. This is used to record the status and
later report to OPAL/PHYP. Possible values:
- 0x01 - SCM device unable to persist memory contents
- 0x02 - SCM device failed to persist memory contents
- 0x04 - SCM device contents are persisted from previous IPL
- 0x08 - SCM device contents are not persisted from previous IPL
- 0x10 - SCM device memory life remaining is critically low
- 0x20 - SCM device will be garded off next IPL due to failure
- 0x40 - SCM contents cannot persist due to current platform health status
- 0x80 - SCM device unable to persist memory contents, certain conditions
- NOTE: set for virtual SCM devices, does not persist across reboot
+ 0x01: Unable to preserve future contents
+ 0x02: Failed to preserve contents
+ 0x04: Contents preserved
+ 0x08: Contents not preserved
+ 0x10: Contents are encrypted
+ 0x20: Reserved
+ 0x40: Error detected, but save/restore might work
+ 0x80: Reserved
+ 0xFF: Memory is invalid
+ NOTE: set for virtual SCM devices, does not persist across reboot
</description>
<simpleType>
<uint8_t>
OpenPOWER on IntegriCloud