summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-04-10 20:09:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-11 13:01:34 -0500
commit5b59fccd40c7b52234188c518bfbfb8f4d5815e2 (patch)
tree37581e9896180877505139aefeff2df9c92ec174 /src/usr/hwpf/hwp/occ
parenta903c4f89dd12143ddb187ed8d7602d426fbaec5 (diff)
downloadtalos-hostboot-5b59fccd40c7b52234188c518bfbfb8f4d5815e2.tar.gz
talos-hostboot-5b59fccd40c7b52234188c518bfbfb8f4d5815e2.zip
SW256701: Tuleta OCC mode changes are causing processor core fails
Change-Id: Ie1dda70c281f4725bb3f41049fe3e3da94865bf3 CQ:SW256701 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10386 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10388 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/occ')
-rwxr-xr-xsrc/usr/hwpf/hwp/occ/occ_procedures/p8_pmc_init.C10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pmc_init.C b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pmc_init.C
index 29e0314eb..aefe1e248 100755
--- a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pmc_init.C
+++ b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pmc_init.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_pmc_init.C,v 1.41 2014/04/03 20:29:13 cmolsen Exp $
+// $Id: p8_pmc_init.C,v 1.42 2014/04/10 21:12:22 stillgs Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_pmc_init.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -1670,8 +1670,9 @@ fapi::ReturnCode pmc_init_function(const fapi::Target& i_target, bool i_dcm )
}
e_rc = data.insertFromRight(zero , 0 ,1); //HW_PSTATE_MODE
- e_rc |= data.insertFromRight(zero , 1 ,1); //FW_PSTATE_AUCTION_MODE
- e_rc |= data.insertFromRight(one , 2 ,1); //FW_PSTATE_MODE
+ e_rc |= data.insertFromRight(zero , 1 ,1); //FW_PSTATE_AUCTI
+ e_rc |= data.insertFromRight(one , 2 ,1); //FW_PSTATE_MODEON_MODE
+ e_rc |= data.insertFromRight(one , 9 ,1); //ENABLE_PSTATE_STEPPING (hack for PSS miss)
e_rc |= data.insertFromRight(zero , 13 ,1); //SAFE_MODE_WITHOUT_SPIVID
if (e_rc)
{
@@ -2647,6 +2648,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_pmc_init.C,v $
+Revision 1.42 2014/04/10 21:12:22 stillgs
+Per SW256701, hardcode the enablement of Pstate Stepping in PMC Mode reg for GA1
+
Revision 1.41 2014/04/03 20:29:13 cmolsen
Removed three bool variables that were set only but not used.
OpenPOWER on IntegriCloud