summaryrefslogtreecommitdiffstats
path: root/src/include/runtime
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-02-20 14:30:47 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-24 21:16:20 -0500
commitc5983ddc358548ca4b9bb563cfd1d68c92f54a30 (patch)
treeb26c3c2edca04398c61f5888ca3b5332fc3076c9 /src/include/runtime
parent8ea7d7ed5db4ce693fa5b261a2edd567681334d3 (diff)
downloadtalos-hostboot-c5983ddc358548ca4b9bb563cfd1d68c92f54a30.tar.gz
talos-hostboot-c5983ddc358548ca4b9bb563cfd1d68c92f54a30.zip
Skip attempting sbe_retry when HBRT receives SBE_ERR from HWSV
Because there are some errors in the SBE_RETRY handling path we will skip attemptin the retry for now and just respond that we failed to recover. This will allow HWSV to perform the dump they want. Change-Id: Ia49b6f2a7871ca9e754b6bfd7c3ad0db2eac512b CQ: SW418111 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54443 CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com> CI-Ready: Roland Veloz <rveloz@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: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/runtime')
-rw-r--r--src/include/runtime/generic_hbrt_fsp_message.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/runtime/generic_hbrt_fsp_message.H b/src/include/runtime/generic_hbrt_fsp_message.H
index 102e2692b..9a3ecfdb4 100644
--- a/src/include/runtime/generic_hbrt_fsp_message.H
+++ b/src/include/runtime/generic_hbrt_fsp_message.H
@@ -100,6 +100,7 @@ struct GenericFspMboxMessage_t
* Value for the GenericFspMboxMessage_t::magic
*/
static constexpr uint32_t MAGIC_NUMBER = 0x4746464D; // `GFFM`
+ static constexpr uint32_t FSP_HBRT_MESSAGEQ = 0x8000000F;
/**
* GenericFspMboxMessage_t Version info
OpenPOWER on IntegriCloud