diff options
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Mcs.rule')
| -rwxr-xr-x | src/usr/diag/prdf/common/plat/pegasus/Mcs.rule | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule index ef118c038..e5e211d34 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Mcs.rule @@ -74,6 +74,7 @@ chip Mcs reset (&, 0x02011841); mask (|, 0x02011845); capture group default; + capture group FirRegs; }; register MCIFIR_AND @@ -89,6 +90,7 @@ chip Mcs scomaddr 0x02011843; capture type secondary; capture group default; + capture group FirRegs; }; register MCIFIR_ACT0 @@ -97,6 +99,7 @@ chip Mcs scomaddr 0x02011846; capture type secondary; capture group default; + capture group FirRegs; }; register MCIFIR_ACT1 @@ -105,7 +108,29 @@ chip Mcs scomaddr 0x02011847; capture type secondary; capture group default; + capture group FirRegs; }; + + ############################################################################ + # Error Report Registers + ############################################################################ + + register MCERPT0 + { + name "MC0.MCS0.LEFT.LEFT.MCERPT0"; + scomaddr 0x0201181E; + capture group default; + capture group CerrRegs; + }; + + register MCIERPT0 + { + name "MC0.MCS0.RIGHT.MCI.MCIERPT0"; + scomaddr 0x0201184E; + capture group default; + capture group CerrRegs; + }; + }; ############################################################################## |

