summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2014-09-17 09:26:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-17 11:21:04 -0500
commit974a34dabdbd9e3b4d0f4dec1178299838fb0fd9 (patch)
tree51cacca1f652e927cefd98f70d99929087e5a604 /src
parentc365200ecceed7ec7435bcc4991e3ab812112270 (diff)
downloadtalos-hostboot-974a34dabdbd9e3b4d0f4dec1178299838fb0fd9.tar.gz
talos-hostboot-974a34dabdbd9e3b4d0f4dec1178299838fb0fd9.zip
SW275924: 820 FVTR : Reconfigure loop : FSP terminated after error injection on
Change-Id: If8cdd693d056213e33ae0cca454ac2143e4d4133 CQ:SW275924 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13386 Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Tested-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13443 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C3
-rwxr-xr-xsrc/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done_errors.xml13
2 files changed, 13 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C b/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C
index 47dc6c1b4..8f4da5611 100755
--- a/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C
+++ b/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_check_slw_done.C,v 1.7 2014/01/24 19:41:07 stillgs Exp $
+// $Id: proc_check_slw_done.C,v 1.8 2014/09/10 21:49:44 cmolsen Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_check_slw_done.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -246,6 +246,7 @@ proc_check_slw_done(const fapi::Target& i_ex_target)
const uint64_t& PMERR = pmerr.getDoubleWord(0);
const uint64_t& PMHIST = pmhist.getDoubleWord(0);
const uint64_t& EX = l_ex_number;
+ const fapi::Target& EX_IN_ERROR = i_ex_target;
const fapi::Target& CHIP_IN_ERROR = l_parentTarget;
FAPI_SET_HWP_ERROR(rc, RC_PMPROC_CHKSLW_NOT_IN_ETR);
break;
diff --git a/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done_errors.xml b/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done_errors.xml
index c44632bf7..044b588ee 100755
--- a/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done_errors.xml
+++ b/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done_errors.xml
@@ -5,7 +5,9 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2013,2014 -->
+<!-- Contributors Listed Below - COPYRIGHT 2013,2014 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
@@ -20,7 +22,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: proc_check_slw_done_errors.xml,v 1.2 2014/01/24 19:22:27 stillgs Exp $ -->
+<!-- $Id: proc_check_slw_done_errors.xml,v 1.4 2014/09/12 20:04:39 cmolsen Exp $ -->
<!-- Error definitions for p8_poreslw procedure -->
<hwpErrors>
<!-- *********************************************************************** -->
@@ -47,6 +49,13 @@
<id>REG_FFDC_PROC_SLW_REGISTERS</id>
<target>CHIP_IN_ERROR</target>
</collectRegisterFfdc>
+ <callout>
+ <target>EX_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>EX_IN_ERROR</target>
+ </deconfigure>
</hwpError>
<!-- *********************************************************************** -->
<hwpError>
OpenPOWER on IntegriCloud