summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2014-09-10 08:54:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-15 09:52:28 -0500
commitb03f159dd0db64b8b842333d4101cb6f558f398b (patch)
treec78937ff9d6e70067257fcfb4a211b4e5fffad77 /src
parent94758cd7c9d8499e93b9344a8ba774a1b4f7c113 (diff)
downloadtalos-hostboot-b03f159dd0db64b8b842333d4101cb6f558f398b.tar.gz
talos-hostboot-b03f159dd0db64b8b842333d4101cb6f558f398b.zip
SW275947: INITPROC: support collection of CAPI directory dump
Change-Id: Idf7f000ee9529cf965b7c0d99f101c4a093b9b04 CQ:SW275947 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13101 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Tested-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13276 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/hwpf/hwp/include/p8_scom_addresses.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/include/p8_scom_addresses.H b/src/usr/hwpf/hwp/include/p8_scom_addresses.H
index 3eaa39dc3..d35fdf2e9 100755
--- a/src/usr/hwpf/hwp/include/p8_scom_addresses.H
+++ b/src/usr/hwpf/hwp/include/p8_scom_addresses.H
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_scom_addresses.H,v 1.184 2014/07/15 21:12:03 jmcgill Exp $
+// $Id: p8_scom_addresses.H,v 1.185 2014/09/01 20:16:49 jmcgill Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/p8_scom_addresses.H,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -988,6 +988,8 @@ CONST_UINT64_T( PCBMS_INTERRUPT_TYPE_REG_0x000F001A , ULL(0x000F001A));
CONST_UINT64_T( CAPP_APC_MASTER_PB_CTL_0x02013018 , ULL(0x02013018) );
CONST_UINT64_T( CAPP_CXA_SNOOP_CTL_0x0201301B , ULL(0x0201301B) );
CONST_UINT64_T( CAPP_APC_MASTER_LCO_TARGET_0x02013021 , ULL(0x02013021) );
+CONST_UINT64_T( CAPP_CXA_SNP_ARRAY_ADDR_0x02013028 , ULL(0x02013028) );
+CONST_UINT64_T( CAPP_CXA_SNP_ARRAY_DATA_0x02013029 , ULL(0x02013029) );
//------------------------------------------------------------------------------
// MCS
@@ -2132,6 +2134,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: p8_scom_addresses.H,v $
+Revision 1.185 2014/09/01 20:16:49 jmcgill
+add support for CAPI directory dump
+
Revision 1.184 2014/07/15 21:12:03 jmcgill
add PC_NE error report hold register definitions for FFDC collection (SW261816)
OpenPOWER on IntegriCloud