Skip to content

Commit

Permalink
PRD: Capture NPU2FIR only DD2
Browse files Browse the repository at this point in the history
Change-Id: I27fccbe17959a91db8f556af1c5248aa445350c5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45181
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45390
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Sep 1, 2017
1 parent 21ea16b commit c18501d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
Original file line number Diff line number Diff line change
Expand Up @@ -1382,29 +1382,29 @@ chip p9_nimbus
scomaddr 0x05013C80;
reset (&, 0x05013C81);
mask (|, 0x05013C85);
capture group default;
capture group cNPU2FIR;
};

register NPU2FIR_MASK
{
name "P9 chip NPU2FIR MASK";
scomaddr 0x05013C83;
capture group default;
capture group cNPU2FIR;
};

register NPU2FIR_ACT0
{
name "P9 chip NPU2FIR ACT0";
scomaddr 0x05013C86;
capture group default;
capture group cNPU2FIR;
capture req nonzero("NPU2FIR");
};

register NPU2FIR_ACT1
{
name "P9 chip NPU2FIR ACT1";
scomaddr 0x05013C87;
capture group default;
capture group cNPU2FIR;
capture req nonzero("NPU2FIR");
};

Expand Down Expand Up @@ -4489,7 +4489,7 @@ group gN3_CHIPLET_FIR filter singlebit
/** N3_CHIPLET_FIR[23]
* Attention from NPU2FIR
*/
(rN3_CHIPLET_FIR, bit(23)) ? analyze(gNPU2FIR);
(rN3_CHIPLET_FIR, bit(23)) ? analyzeNPU2FIR;

};

Expand Down Expand Up @@ -4518,7 +4518,7 @@ group gN3_CHIPLET_UCS_FIR filter singlebit
/** N3_CHIPLET_UCS_FIR[6]
* Attention from NPU2FIR
*/
(rN3_CHIPLET_UCS_FIR, bit(6)) ? analyze(gNPU2FIR);
(rN3_CHIPLET_UCS_FIR, bit(6)) ? analyzeNPU2FIR;

/** N3_CHIPLET_UCS_FIR[7]
* Attention from NPU0FIR
Expand Down Expand Up @@ -8704,6 +8704,7 @@ actionclass aNPU0FIR_NDD10 {capture(cNPU0FIR_NDD10); analyze(gNPU0FIR_NDD10);};
actionclass aNPU1FIR_NDD10 {capture(cNPU1FIR_NDD10); analyze(gNPU1FIR_NDD10);};
actionclass aNPU0FIR {capture(cNPU0FIR); analyze(gNPU0FIR); };
actionclass aNPU1FIR {capture(cNPU1FIR); analyze(gNPU1FIR); };
actionclass analyzeNPU2FIR {capture(cNPU2FIR); analyze(gNPU2FIR); };

actionclass analyzeNPU0FIR
{
Expand Down

0 comments on commit c18501d

Please sign in to comment.