From d02b0a626e2f0add3208aea34bbae00e270cee61 Mon Sep 17 00:00:00 2001 From: Greg Still Date: Wed, 3 Jan 2018 08:20:03 -0600 Subject: 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 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Martha Broyles Reviewed-by: Gregory S. Still Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51450 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h') 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; -- cgit v1.2.1