diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2016-09-21 13:44:31 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2016-09-26 14:39:17 -0400 |
commit | 9313f3639858778e6fcc900d16f218a6c47478e8 (patch) | |
tree | ef9e71b4de3612577e0ba987dd54c8a53a943a17 /src/import/chips/p9 | |
parent | 6124b03a2ec4471dfae9f07129ff64cdb1b6cc44 (diff) | |
download | talos-sbe-9313f3639858778e6fcc900d16f218a6c47478e8.tar.gz talos-sbe-9313f3639858778e6fcc900d16f218a6c47478e8.zip |
add initToZero tag for ATTR_SECURITY_MODE
fix error in 29402, zeroing ATTR_SECURITY_ENABLE by accident
Change-Id: Ic1e7f2d03929052ea518b5e5067db19cb12302bb
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30042
Dev-Ready: Brent Wieman <bwieman@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Brent Wieman <bwieman@us.ibm.com>
Reviewed-by: JOSHUA L. HANNAN <jlhannan@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30058
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml index f682aa39..a47555d4 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml @@ -572,7 +572,6 @@ <valueType>uint8</valueType> <platInit/> <writeable/> - <initToZero/> </attribute> <attribute> @@ -583,6 +582,7 @@ <valueType>uint8</valueType> <platInit/> <writeable/> + <initToZero/> </attribute> <attribute> |