summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/attn/common/attnbits.H
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2016-08-24 14:58:53 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-18 13:15:12 -0400
commitb5b931c182a5432759f74ad0e6847dfc0ef9e159 (patch)
tree7e90cf775f8d23bec010f2305ff6b4779821d791 /src/usr/diag/attn/common/attnbits.H
parent83efa306d8460f901459b936c341781633c7b507 (diff)
downloadtalos-hostboot-b5b931c182a5432759f74ad0e6847dfc0ef9e159.tar.gz
talos-hostboot-b5b931c182a5432759f74ad0e6847dfc0ef9e159.zip
ATTN: Clear Intr Reg on RECOV errors from Host Side
Change-Id: I6427f18fc6d50fc60a9de9d1a06ebc0850fa906b RTC: 159844 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28753 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/diag/attn/common/attnbits.H')
-rw-r--r--src/usr/diag/attn/common/attnbits.H15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/usr/diag/attn/common/attnbits.H b/src/usr/diag/attn/common/attnbits.H
index af34cb5b4..763f0c987 100644
--- a/src/usr/diag/attn/common/attnbits.H
+++ b/src/usr/diag/attn/common/attnbits.H
@@ -176,26 +176,17 @@ bool getCheckbits(
*/
enum
{
- // Interrupt Type Mask Register
- INTR_TYPE_MASK_OR_REG = 0x000F002D,
- INTR_TYPE_MASK_AND_REG = 0x000F002E,
-
- // Interrupt Type Config Register
- // (contains MUX'ing bits now)
- INTR_TYPE_CONFIG_AND_REG = 0x000F0031,
-
// This was for MCS usage, but not needed right now
GP2_REG = 0x02000002,
+ // PIB interrupt register (spec/recov/chkstop)
+ PIB_INTR_TYPE_REG = 0x000F001A,
+
// IPOLL MASK register
IPOLL_MASK_REG = 0x000F0033,
// (IPOLL) Error status reg
IPOLL_STATUS_REG = 0x000F0034,
- // Interrupt Presentation Reg (IPR)
- INTR_TYPE_LCL_ERR_STATUS_REG = 0x000F0020,
- INTR_TYPE_LCL_ERR_STATUS_OR_REG = 0x000F0021,
- INTR_TYPE_LCL_ERR_STATUS_AND_REG = 0x000F0022,
};
OpenPOWER on IntegriCloud