summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2012-06-07 11:23:45 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-12 13:11:28 -0500
commitc71d22e87eea8c6bf0ac40e261784b2794195ba9 (patch)
treed45e8250c4874185b281db538b7766dd25cf3d73 /src/include/sys
parentb3d74be6078f5c0597526eaf16b2ddd9c3a6a39a (diff)
downloadtalos-hostboot-c71d22e87eea8c6bf0ac40e261784b2794195ba9.tar.gz
talos-hostboot-c71d22e87eea8c6bf0ac40e261784b2794195ba9.zip
mboxdd setup ISRN and XIVR xscom registers
RTC: 44240 Change-Id: I8767265b5f5eccfda2c748c9b0d51027dffbb7eb Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1250 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/interrupt.h46
1 files changed, 24 insertions, 22 deletions
diff --git a/src/include/sys/interrupt.h b/src/include/sys/interrupt.h
index 8031f817e..40e0e2bf8 100644
--- a/src/include/sys/interrupt.h
+++ b/src/include/sys/interrupt.h
@@ -1,25 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/sys/interrupt.h $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/include/sys/interrupt.h $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2011-2012
+ *
+ * p1
+ *
+ * Object Code Only (OCO) source materials
+ * Licensed Internal Code Source Materials
+ * IBM HostBoot Licensed Internal Code
+ *
+ * The source code for this program is not published or other-
+ * wise divested of its trade secrets, irrespective of what has
+ * been deposited with the U.S. Copyright Office.
+ *
+ * Origin: 30
+ *
+ * IBM_PROLOG_END_TAG
+ */
#ifndef __INTERRUPT_H
#define __INTERRUPT_H
@@ -31,6 +32,7 @@ extern const char* INTR_MSGQ;
*/
enum
{
+ ICPBAR_EN = 30, // BIT 30
ICPBAR_SCOM_ADDR = 0x020109ca, //!< for P8, P7 = 0x02011C09
// This BAR value agrees with simics (for now)
ICPBAR_VAL = 0x3FFFF800, //!< ICPBAR value bits[0:29]>>34
OpenPOWER on IntegriCloud