Skip to content

Commit

Permalink
Fix persistency of ATTR_KEY_CLEAR_REQUEST
Browse files Browse the repository at this point in the history
This commit changes the persistency of ATTR_KEY_CLEAR_REQUEST
from volatile-zeroed to non-volatile.

Change-Id: Iea2dc1bdc25a862632655cc141db554a93caf3bd
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96791
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christopher J Engel <cjengel@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: Nicholas E Bofferding <bofferdn@us.ibm.com>
  • Loading branch information
mabaiocchi authored and Nicholas E Bofferding committed May 12, 2020
1 parent 54e0ec8 commit 598923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/targeting/common/xmltohb/attribute_types.xml
Expand Up @@ -2975,7 +2975,7 @@
<description>
Indicates types of Key Clear Requests are being made
</description>
<persistency>volatile-zeroed</persistency>
<persistency>non-volatile</persistency>
<readable/>
<simpleType>
<enumeration>
Expand Down

0 comments on commit 598923e

Please sign in to comment.