diff options
| author | Bilicon Patil <bilpatil@in.ibm.com> | 2014-06-20 14:15:11 +0530 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-06-23 13:30:36 -0500 |
| commit | c2c12d0e18a6104d9e37070a2b18f7881afc5dc9 (patch) | |
| tree | 7ac0419e64bd79fd059cd10baa98f235874f1a3b | |
| parent | 29764ad199245d7be319cc11fbdfb5c6fa2838ac (diff) | |
| download | blackbird-hostboot-c2c12d0e18a6104d9e37070a2b18f7881afc5dc9.tar.gz blackbird-hostboot-c2c12d0e18a6104d9e37070a2b18f7881afc5dc9.zip | |
PRD: RAS Spreadsheet updates for MCIFIR/MBIFIR[4] and MCIFIR[27]
Change-Id: I9eaf1e57c67f0800d09a4f33c18c58c0726d6bac
CQ: SW266062
Backport: release-fips811
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11694
Tested-by: Jenkins Server
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11740
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
| -rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/Mcs.rule | 4 | ||||
| -rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule index d5a3f3713..64284b15e 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule @@ -209,7 +209,7 @@ group gMciFir attntype CHECK_STOP, RECOVERABLE, SPECIAL, UNIT_CS /** MCIFIR[4] * MCIFIRQ_SEQID_OUT_OF_ORDER */ - (MciFir, bit(4)) ? calloutDmiBusAndLvl2Th1; + (MciFir, bit(4)) ? defaultMaskedError; /** MCIFIR[5] * MCIFIRQ_REPLAY_BUFFER_ECC_CE @@ -332,7 +332,7 @@ group gMciFir attntype CHECK_STOP, RECOVERABLE, SPECIAL, UNIT_CS /** MCIFIR[27] * MCIFIRQ_MCS_COMMAND_LIST_TIMEOUT_DUE_TO_POWERBUS */ - (MciFir, bit(27)) ? callout2ndLvlMedThr1NoGard; + (MciFir, bit(27)) ? calloutDmiBusAndLvl2Th1; /** MCIFIR[28] * MCIFIRQ_MULTIPLE_RCMD_OR_CRESP_ACTIVE diff --git a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule index ad37e72a5..2bd6393c5 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule @@ -444,7 +444,7 @@ group gMbiFir filter singlebit /** MBIFIR[4] * MBIFIRQ_SEQID_OUT_OF_ORDER */ - (MbiFir, bit(4)) ? calloutDmiBusLvl2Th1; + (MbiFir, bit(4)) ? defaultMaskedError; /** MBIFIR[5] * MBIFIRQ_REPLAY_BUFFER_ECC_CE @@ -1273,9 +1273,6 @@ actionclass calloutDmiBusTh1 { calloutDmiBus; threshold1; }; /** Callout the DMI bus, threshold 2 per day */ actionclass calloutDmiBusTh2pday { calloutDmiBus; threshold2pday; }; -/** Callout the DMI bus and 2nd Level (LOW), threshold 1 */ -actionclass calloutDmiBusLvl2Th1 { calloutDmiBusTh1; callout2ndLvlLow; }; - /** Callout MCS, centaur, threshold 1 and set SUE genreation point */ actionclass CalloutMcsMedSelfMedThr1UE { |

