summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2014-09-22 16:01:17 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-26 13:25:11 -0500
commitab3cc781a04392bb89f68f857b9797f485a23ca0 (patch)
tree753dbb910b300870fb4c73289249b88070c169bd /src
parenta0a664cdf590c1007483f866a13c70120d44e350 (diff)
downloadtalos-hostboot-ab3cc781a04392bb89f68f857b9797f485a23ca0.tar.gz
talos-hostboot-ab3cc781a04392bb89f68f857b9797f485a23ca0.zip
SW278630: Change static offset of DCC (duty cycle controller) to +24 (HWP review
CQ:SW278630 Change-Id: Ied1c4920b02ec36296eb349275ca3e0d6a324d20 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13501 Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Tested-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13527 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')
-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 d35fdf2e9..6b1e5ceee 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.185 2014/09/01 20:16:49 jmcgill Exp $
+// $Id: p8_scom_addresses.H,v 1.186 2014/09/17 13:58:45 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
@@ -1927,6 +1927,8 @@ CONST_UINT64_T( EX_GP3_0x100F0012 , ULL(0x100F0012) );
CONST_UINT64_T( EX_GP3_AND_0x100F0013 , ULL(0x100F0013) );
CONST_UINT64_T( EX_GP3_OR_0x100F0014 , ULL(0x100F0014) );
+CONST_UINT64_T( EX_CLK_ADJ_SET_0x100F0016 , ULL(0x100F0016) );
+
//Slave Configuration Register
CONST_UINT64_T( EX_SLAVE_CONFIG_0x100F001E , ULL(0x100F001E) );
@@ -2134,6 +2136,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.186 2014/09/17 13:58:45 jmcgill
+add EX clk adjust register definition (SW278630)
+
Revision 1.185 2014/09/01 20:16:49 jmcgill
add support for CAPI directory dump
OpenPOWER on IntegriCloud