summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2012-05-14 17:43:53 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-05-16 13:26:42 -0500
commit70961ee3265e37813c4fb89dfd7a5660ae4b189a (patch)
treeef10d595a19a3988c581ce301d90d1c1a8cc186d /src/include/sys
parentf4f33e68921d3fffdac8c848979659a6dce552ce (diff)
downloadtalos-hostboot-70961ee3265e37813c4fb89dfd7a5660ae4b189a.tar.gz
talos-hostboot-70961ee3265e37813c4fb89dfd7a5660ae4b189a.zip
Fix IPC BAR scom address
Change-Id: Ib3e13d892e58faa12082d6a09a1f6b504af44ae5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1058 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys/interrupt.h b/src/include/sys/interrupt.h
index 59a1a17e3..1b44c5260 100644
--- a/src/include/sys/interrupt.h
+++ b/src/include/sys/interrupt.h
@@ -31,7 +31,7 @@ extern const char* INTR_MSGQ;
*/
enum
{
- ICPBAR_SCOM_ADDR = 0x020109c9, //!< for P8, P7 = 0x02011C09
+ ICPBAR_SCOM_ADDR = 0x020109ca, //!< for P8, P7 = 0x02011C09
// This BAR value agrees with simics (for now)
ICPBAR_VAL = 0x03FBFF90, //!< ICPBAR value bits[0:29]>>34
};
OpenPOWER on IntegriCloud