summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-06-28 16:54:16 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-07-19 15:35:30 -0500
commitbe6ed717c7a1de17f3934ed229b64c30f7a9e58b (patch)
tree6db151f880ded4fce78a9314ea256e886213ebe6 /src/usr/targeting/common/xmltohb/attribute_types_hb.xml
parentba8d9b8321dd40f157753247111b0a969152af34 (diff)
downloadtalos-hostboot-be6ed717c7a1de17f3934ed229b64c30f7a9e58b.tar.gz
talos-hostboot-be6ed717c7a1de17f3934ed229b64c30f7a9e58b.zip
Only switch sides and perform hreset if SEEPROM side versions match
In the event that the SBE fails hostboot will attempt to recover it. During runtime hostboot will attempt an HRESET if the SBE is in a failed state. When the SBE performs the HRESET it will save some important information that will persist through the reset. If one side is failing to recover the retry code will attempt to switch sides and do the hreset. If the SBE seeproms have different versions of the SBE code the data that was supposed to persist through the HRESET will be in incorrect places because the version mismatch. Because of this we cannot switch seeprom sides and perform a hreset if the seeproms have different level of the SBE code. CQ: SW438029 Change-Id: Ic7078a886088cc4d5355cc076e72d0fc36f85027 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/61605 Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types_hb.xml')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types_hb.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 7d4b64e1c..d1877b449 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -1181,4 +1181,20 @@
<hbOnly/>
</attribute>
+<attribute>
+ <id>HB_SBE_SEEPROM_VERSION_MISMATCH</id>
+ <description>
+ Describes if the processor's SBE's seeprom versions match or not
+ 0x0 = MATCH
+ 0x1 = MISMATCH
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
</attributes>
OpenPOWER on IntegriCloud