summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-04-11 15:01:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-11 15:38:53 -0500
commitc18e225df96515a9bfafdcb5fcc2af3c6fd5194d (patch)
treee1ff98e84a2ed9a844b3da2de30ecb9ec31fec29 /src/usr/hwpf/hwp
parent56d8303881d7e2a50e41480eb7775a36d9955f98 (diff)
downloadtalos-hostboot-c18e225df96515a9bfafdcb5fcc2af3c6fd5194d.tar.gz
talos-hostboot-c18e225df96515a9bfafdcb5fcc2af3c6fd5194d.zip
SW256898: INITPROC: Correct vrm_stepdelay_range from 1 to F to produce needed co
Change-Id: Ibac0c88a387529f03f57e85fe3e239921cbe846c CQ:SW256898 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10448 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/10451 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp')
-rwxr-xr-xsrc/usr/hwpf/hwp/pstates/pstates/pstate_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c b/src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c
index 1c84c8319..f1c899dd0 100755
--- a/src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c
+++ b/src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: pstate_tables.c,v 1.17 2014/04/10 21:10:42 stillgs Exp $
+// $Id: pstate_tables.c,v 1.18 2014/04/11 19:15:17 stillgs Exp $
/// \file pstate_tables.c
/// \brief This file contains code used to generate Pstate tables from real or
@@ -578,7 +578,7 @@ gpst_create(GlobalPstateTable *gpst,
// Hardcode the vrm delay settings for GA1
// This should be set by gpst_stepping_setup() in the future.
gpst->pstate_stepsize = pstate_stepsize;
- gpst->vrm_stepdelay_range = 0x1;
+ gpst->vrm_stepdelay_range = 0xF;
gpst->vrm_stepdelay_value = 0xFF;
} while (0);
OpenPOWER on IntegriCloud