diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2014-03-08 15:51:02 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-03-21 10:26:12 -0500 |
| commit | 9789508b0d23b4c253588c6f5f88c6ebab2c7ade (patch) | |
| tree | 182beb26daaa8e26ea394a189031c0162864d322 /src/usr/scom | |
| parent | 46e34007e23485adf58a0b3df32b36c262644133 (diff) | |
| download | talos-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/scom')
| -rw-r--r-- | src/usr/scom/scom.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/scom/scom.C b/src/usr/scom/scom.C index ae83f7769..38864cbe5 100644 --- a/src/usr/scom/scom.C +++ b/src/usr/scom/scom.C @@ -273,7 +273,7 @@ errlHndl_t checkIndirectAndDoScom(DeviceFW::OperationType i_opType, //Best guess is the chip l_err->addHwCallout( i_target, HWAS::SRCI_PRIORITY_HIGH, - HWAS::DECONFIG, + HWAS::DELAYED_DECONFIG, HWAS::GARD_Predictive ); //Add this target to the FFDC @@ -389,7 +389,7 @@ errlHndl_t checkIndirectAndDoScom(DeviceFW::OperationType i_opType, //Best guess is the chip l_err->addHwCallout( i_target, HWAS::SRCI_PRIORITY_HIGH, - HWAS::DECONFIG, + HWAS::DELAYED_DECONFIG, HWAS::GARD_Predictive ); //Add this target to the FFDC |

