Skip to content

Commit 15848f5

Browse files
committed
PRD: changed thresholding on NXDMAENGFIR[9:10]
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>
1 parent 60604a7 commit 15848f5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3283,12 +3283,12 @@ group gNXDMAENGFIR filter singlebit, cs_root_cause
32833283
/** NXDMAENGFIR[9]
32843284
* DMA array ECC CE error
32853285
*/
3286-
(rNXDMAENGFIR, bit(9)) ? self_th_1;
3286+
(rNXDMAENGFIR, bit(9)) ? nx_th_32perDay;
32873287

32883288
/** NXDMAENGFIR[10]
32893289
* DMA outWR/inRD ECC CE error
32903290
*/
3291-
(rNXDMAENGFIR, bit(10)) ? self_th_1;
3291+
(rNXDMAENGFIR, bit(10)) ? nx_th_32perDay;
32923292

32933293
/** NXDMAENGFIR[11]
32943294
* Channel 4 GZIP ECC CE

src/usr/diag/prdf/common/plat/p9/p9_nimbus_actions.rule

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ actionclass pb_cent_hang_recovery_gte
6262
funccall("ClearServiceCallFlag_mnfgInfo");
6363
};
6464

65+
/** Callout connected NX, threshold 32/day */
66+
actionclass nx_th_32perDay
67+
{
68+
callout(connected(TYPE_NX,0), MRU_MED);
69+
threshold32pday;
70+
};
71+

0 commit comments

Comments
 (0)