summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-06-03 08:23:50 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 15:04:58 -0500
commitc079605b4443237044aa3375031e1d808ff8120f (patch)
treeaefb427dfdb9ed940aa1047537d32074a5bad39d /src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c
parent8b4ec48406356f8442241a7a02e4e173fd2c97f7 (diff)
downloadtalos-hostboot-c079605b4443237044aa3375031e1d808ff8120f.tar.gz
talos-hostboot-c079605b4443237044aa3375031e1d808ff8120f.zip
SW260911: PM Safe Mode must observe DPO Min Freq
CQ:SW260911 Change-Id: I13291cc155bd316159b277d1b1dbad4830cc9d55 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11371 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/11384 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/pstates/pstates/pstate_tables.c')
-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 502f46f01..56a79f21e 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 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: pstate_tables.c,v 1.20 2014/04/16 17:56:30 cmolsen Exp $
+// $Id: pstate_tables.c,v 1.21 2014/05/27 15:33:49 daviddu Exp $
/// \file pstate_tables.c
/// \brief This file contains code used to generate Pstate tables from real or
@@ -565,7 +565,7 @@ gpst_create(GlobalPstateTable *gpst,
// Fill in the defaults
- gpst->pvsafe = gpst->pmin;
+ gpst->pvsafe = gpst->pmin+1;
fNom = revle32(gpst->pstate0_frequency_khz) /
revle32(gpst->frequency_step_khz);
OpenPOWER on IntegriCloud