From d8db346a16273bbf66e5b9adc1bd4fc90b2f0e54 Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Wed, 21 Aug 2019 23:26:07 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Roland Veloz Reviewed-by: Daniel M Crowell --- src/usr/targeting/common/xmltohb/attribute_types.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/usr/targeting') 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 -- cgit v1.2.1