Skip to content

Commit

Permalink
PRD: changed thresholding on NXDMAENGFIR[9:10]
Browse files Browse the repository at this point in the history
Change-Id: Ia4b71b36d94b39f636b192721fa420f500d2e5a6
CQ: SW392193
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41996
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42207
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Jun 21, 2017
1 parent 60604a7 commit 15848f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
Original file line number Diff line number Diff line change
Expand Up @@ -3283,12 +3283,12 @@ group gNXDMAENGFIR filter singlebit, cs_root_cause
/** NXDMAENGFIR[9]
* DMA array ECC CE error
*/
(rNXDMAENGFIR, bit(9)) ? self_th_1;
(rNXDMAENGFIR, bit(9)) ? nx_th_32perDay;

/** NXDMAENGFIR[10]
* DMA outWR/inRD ECC CE error
*/
(rNXDMAENGFIR, bit(10)) ? self_th_1;
(rNXDMAENGFIR, bit(10)) ? nx_th_32perDay;

/** NXDMAENGFIR[11]
* Channel 4 GZIP ECC CE
Expand Down
7 changes: 7 additions & 0 deletions src/usr/diag/prdf/common/plat/p9/p9_nimbus_actions.rule
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ actionclass pb_cent_hang_recovery_gte
funccall("ClearServiceCallFlag_mnfgInfo");
};

/** Callout connected NX, threshold 32/day */
actionclass nx_th_32perDay
{
callout(connected(TYPE_NX,0), MRU_MED);
threshold32pday;
};

0 comments on commit 15848f5

Please sign in to comment.