summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox
diff options
context:
space:
mode:
authorRick Ward <rward15@us.ibm.com>2018-06-29 08:47:43 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-07-05 17:13:04 -0400
commit71397fd3ade869c11ae669c3eccaf9ec8b6dee61 (patch)
treef18897efb1595e5b9bb2f866db8e3fc9ac85e34b /src/usr/mbox
parentadc91be44ab6b61691801820aa2fc053db8cebbf (diff)
downloadtalos-hostboot-71397fd3ade869c11ae669c3eccaf9ec8b6dee61.tar.gz
talos-hostboot-71397fd3ade869c11ae669c3eccaf9ec8b6dee61.zip
SBE PSU timeout during MBOX init causes task crash/HB TI
- Handling a PSU DD Timeout involves invoking the SBE Retry handler, which can cause crashes (FAPI library not yet initialized) if the timeout happens very early in the IPL. - Added a check if the FAPI Library was loaded, and added a call to handle the early timeout later in the IPL. Change-Id: I199cf0302af916b3f6ffec598ccab04c031e48e6 RTC:433868 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61730 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> Disable-CI: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/mbox')
-rw-r--r--src/usr/mbox/mailboxsp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/mbox/mailboxsp.C b/src/usr/mbox/mailboxsp.C
index 926dcdc2d..bf708bac8 100644
--- a/src/usr/mbox/mailboxsp.C
+++ b/src/usr/mbox/mailboxsp.C
@@ -167,7 +167,7 @@ errlHndl_t MailboxSp::_init()
true); //true=Read-Write
if (err)
{
- return err;
+ errlCommit(err,MBOX_COMP_ID);
}
if(mbxComm)
OpenPOWER on IntegriCloud