summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2018-01-03 08:20:03 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2018-02-01 17:14:53 -0600
commit63131119429fcfc7914a27f8db6832dcfd99d0f5 (patch)
tree3afef1e4ad6235daa81f8d6c31f12a385687dc73
parent3f7b914a673939fe701985cf81369537c80e2013 (diff)
downloadtalos-hcode-63131119429fcfc7914a27f8db6832dcfd99d0f5.tar.gz
talos-hcode-63131119429fcfc7914a27f8db6832dcfd99d0f5.zip
PM: OCC Pstate Parm Block comments for minimum frequency and Pstate being safe
- No stuctural change; comments only Change-Id: I1cf47e5c05971e57c376441246ef2a6cec4251c8 CQ: SW412658 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51395 Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
-rw-r--r--import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h b/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
index e9962cdf..c8b8ea29 100644
--- a/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
+++ b/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HCODE Project */
/* */
-/* COPYRIGHT 2015,2017 */
+/* COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -184,12 +184,12 @@ typedef struct
WOFElements wof;
// Frequency Limits
- uint32_t frequency_min_khz; // Comes from PowerSave #V point after biases
+ uint32_t frequency_min_khz; // Comes from Safe Mode computation
uint32_t frequency_max_khz; // Comes from UltraTurbo #V point after biases
uint32_t frequency_step_khz; // Comes from refclk/dpll_divider attributes.
// Minimum Pstate; Maximum is always 0.
- uint32_t pstate_min; // Comes from PowerSave #V point after biases
+ uint32_t pstate_min; // Pstate reflecting frequency_min_khz
/// Nest frequency in Mhz. This is used by FIT interrupt
uint32_t nest_frequency_mhz;
OpenPOWER on IntegriCloud