summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/Ex.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-06-12 12:37:01 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-14 12:27:53 -0500
commit98b53f8d6c8457d1a7eb27ed169bab508150482f (patch)
treece4d3523226317c02c5b684799bfb67a56f1e7c6 /src/usr/diag/prdf/common/plat/pegasus/Ex.rule
parent5c89ddae929bb16f39eef5941ce182956d31158b (diff)
downloadtalos-hostboot-98b53f8d6c8457d1a7eb27ed169bab508150482f.tar.gz
talos-hostboot-98b53f8d6c8457d1a7eb27ed169bab508150482f.zip
PRD: fixed issues with secondary registers
Removed secondary type from all MASK registers because we will need to keep track of which FIR bits PRD has masked. Removed secondary type from all MBA registers. When PRD is called to do analysis on an MEMBUF, it will capture all FIRs for the attached MCS and MBAs in addition to capturing the default registers for the MEMBUF. If PRD is then called to analyze an attached MBA, PRD will capture all non-FIR registers on that MBA. However, all previously captured MBA registers that are marked as secondary will be lost. Therefore, it was best to remove the secondary type from all MBA registers to avoid the loss of data. Change-Id: I41813a538f79b743b49908f8db42369ed2024c00 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4976 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5020
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Ex.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Ex.rule6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Ex.rule b/src/usr/diag/prdf/common/plat/pegasus/Ex.rule
index e598e3b50..7e9a7a746 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Ex.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Ex.rule
@@ -91,7 +91,6 @@ chip Ex
{
name "EX00.TP.ECO_DOM.FIR_MASK";
scomaddr 0x10040002;
- capture type secondary;
capture group default;
};
@@ -122,7 +121,6 @@ chip Ex
{
name "EX00.TP.ECO_DOM.EPS.FIR.LOCAL_FIR_MASK";
scomaddr 0x1004000d;
- capture type secondary;
capture group default;
};
@@ -159,7 +157,6 @@ chip Ex
{
name "EX00.EC.PC.PC_NE.FIR.CORE_FIRMASK";
scomaddr 0x10013103;
- capture type secondary;
capture group default;
};
@@ -196,7 +193,6 @@ chip Ex
{
name "EX00.L2.L2MISC.L2CERRS.FIR_MASK_REG";
scomaddr 0x10012803;
- capture type secondary;
capture group default;
};
@@ -233,7 +229,6 @@ chip Ex
{
name "EX00.L3.L3_MISC.L3CERRS.FIR_MASK_REG";
scomaddr 0x10010803;
- capture type secondary;
capture group default;
};
@@ -270,7 +265,6 @@ chip Ex
{
name "EX00.NC.NCMISC.NCSCOMS.FIR_MASK_REG";
scomaddr 0x10010c03;
- capture type secondary;
capture group default;
};
OpenPOWER on IntegriCloud