summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2018-01-03 08:20:03 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-01-22 16:18:04 -0500
commitd02b0a626e2f0add3208aea34bbae00e270cee61 (patch)
treef125bd8c48d55dcd5101c6e27aced8af49e3159d /src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
parent0c093d57ac2a3b209b79be4fca749017aefbfefb (diff)
downloadtalos-hostboot-d02b0a626e2f0add3208aea34bbae00e270cee61.tar.gz
talos-hostboot-d02b0a626e2f0add3208aea34bbae00e270cee61.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51450 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h b/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
index e52b4bcc4..058759642 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - 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