From c71d22e87eea8c6bf0ac40e261784b2794195ba9 Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Thu, 7 Jun 2012 11:23:45 -0500 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/include/sys/interrupt.h | 46 +++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'src/include/sys') 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 -- cgit v1.2.3