summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/include/cen_scom_addresses.H
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2014-04-10 10:27:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-11 12:33:25 -0500
commit01f5edc515d9505ce60c11a0522a84b1b1d6db02 (patch)
tree78fa9b0773141521ee898828844cbee3a888e4da /src/usr/hwpf/hwp/include/cen_scom_addresses.H
parent30aeda170801b895e8acd0af1d8cc2f89fbc2cc9 (diff)
downloadtalos-hostboot-01f5edc515d9505ce60c11a0522a84b1b1d6db02.tar.gz
talos-hostboot-01f5edc515d9505ce60c11a0522a84b1b1d6db02.zip
SW252411: RAS Review: mss_draminit, mss_draminit_training, mss_funcs
Change-Id: Ic15d47f3cab295c132efb959506ac368174d9a08 CQ:SW252411 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10107 Reviewed-by: Priti Bavaria <pbavari@us.ibm.com> Tested-by: Priti Bavaria <pbavari@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10353 Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/include/cen_scom_addresses.H')
-rwxr-xr-xsrc/usr/hwpf/hwp/include/cen_scom_addresses.H17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/include/cen_scom_addresses.H b/src/usr/hwpf/hwp/include/cen_scom_addresses.H
index c91c309a3..c62bc5564 100755
--- a/src/usr/hwpf/hwp/include/cen_scom_addresses.H
+++ b/src/usr/hwpf/hwp/include/cen_scom_addresses.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: cen_scom_addresses.H,v 1.67 2013/12/16 19:38:35 dsanner Exp $
+// $Id: cen_scom_addresses.H,v 1.68 2014/03/28 21:06:47 jdsloat Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/centaur/working/procedures/cen_scom_addresses.H,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -44,6 +44,7 @@
//------------------------------------------------------------------------------
// Version:| Author: | Date: | Comment:
//---------|----------|---------|-----------------------------------------------
+// 1.64 | jdsloat |28-MAR-14| ADDED MEM SCOM CCS MODEQ, STATQ, and CAL FIR addresses.
// 1.63 | mwuu |18-Jun-13| Fixed naming of IO_FET_SLICE_EN_MAP1_P0_ADR0:3
// 1.62 | mwuu |18-Jun-13| Fixed naming of IO_FET_SLICE_EN_MAP1_P0_ADR0_3
// | | | _0x80007C210301143F and for port 1 as well
@@ -277,6 +278,15 @@ CONST_UINT64_T( MEM_SCOM_0x03010000 , ULL(0x03010000) );
CONST_UINT64_T( MEM_MBA01_CCS_MODEQ_0x030106A7 , ULL(0x030106A7) );
CONST_UINT64_T( MEM_MBA23_CCS_MODEQ_0x03010EA7 , ULL(0x03010EA7) );
+CONST_UINT64_T( MEM_MBA01_STATQ_0x030106A6 , ULL(0x030106A6) );
+CONST_UINT64_T( MEM_MBA23_STATQ_0x03010EA6 , ULL(0x03010EA6) );
+
+CONST_UINT64_T( MEM_MBA01_CCS_CNTLQ_0x030106A5 , ULL(0x030106A5) );
+CONST_UINT64_T( MEM_MBA23_CCS_CNTLQ_0x03010EA5 , ULL(0x03010EA5) );
+
+CONST_UINT64_T( MEM_MBA01_CALFIR_0x03010402 , ULL(0x03010402) );
+CONST_UINT64_T( MEM_MBA23_CALFIR_0x03010C00 , ULL(0x03010C00) );
+
//------------------------------------------------------------------------------
// MEM TRACE
//------------------------------------------------------------------------------
@@ -1797,6 +1807,9 @@ This section is automatically updated by CVS when you check in this file.
Be sure to create CVS comments when you commit so that they can be included here.
$Log: cen_scom_addresses.H,v $
+Revision 1.68 2014/03/28 21:06:47 jdsloat
+ADDED MEM SCOM CCS MODEQ, STATQ, and CAL FIR addresses.
+
Revision 1.67 2013/12/16 19:38:35 dsanner
Fix compile error for proc_mpipl_clear_xstop.C
OpenPOWER on IntegriCloud