summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-03-08 15:51:02 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-21 10:26:12 -0500
commit9789508b0d23b4c253588c6f5f88c6ebab2c7ade (patch)
tree182beb26daaa8e26ea394a189031c0162864d322 /src/usr/xscom
parent46e34007e23485adf58a0b3df32b36c262644133 (diff)
downloadtalos-hostboot-9789508b0d23b4c253588c6f5f88c6ebab2c7ade.tar.gz
talos-hostboot-9789508b0d23b4c253588c6f5f88c6ebab2c7ade.zip
Force low-level hardware ops to use delayed deconfig
Some code (PRD) chooses to commit errors from register accesses immediately and then continue on. If the error ends up deconfiguring a target that can then lead to even more confusing results downstream. Change-Id: I289b43506a6d7c9d18d4ac6792fffbfc733daea6 CQ: SW250177 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9415 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r--src/usr/xscom/piberror.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/piberror.C b/src/usr/xscom/piberror.C
index 3b1a2e9f5..6b63c3162 100644
--- a/src/usr/xscom/piberror.C
+++ b/src/usr/xscom/piberror.C
@@ -59,7 +59,7 @@ void addFruCallouts(TARGETING::Target* i_target,
HWAS::SRCI_PRIORITY_HIGH);
io_errl->addHwCallout( i_target,
HWAS::SRCI_PRIORITY_LOW,
- HWAS::DECONFIG,
+ HWAS::DELAYED_DECONFIG,
HWAS::GARD_NULL );
break;
case PIB::PIB_PARTIAL_GOOD:
OpenPOWER on IntegriCloud