summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_cfgdata.H
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2018-02-01 17:20:18 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-12 16:04:50 -0500
commit2af7a69ada9395fda90ba015f2843a402bea2ab4 (patch)
tree4835ac1240d9a3135df3de6b075ac71b04d3014e /src/usr/htmgt/htmgt_cfgdata.H
parent5b7b2ed56a6f20e106a592a445fced3b2fd152cf (diff)
downloadblackbird-hostboot-2af7a69ada9395fda90ba015f2843a402bea2ab4.tar.gz
blackbird-hostboot-2af7a69ada9395fda90ba015f2843a402bea2ab4.zip
HTMGT: Bias values need to be applied to frequencies
Change-Id: Ia36af860f907a0cc8916a549bcd2d6160f46faee CQ: SW414845 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53236 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.H')
-rw-r--r--src/usr/htmgt/htmgt_cfgdata.H10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H
index 5349ea600..d26e556ca 100644
--- a/src/usr/htmgt/htmgt_cfgdata.H
+++ b/src/usr/htmgt/htmgt_cfgdata.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2017 */
+/* Contributors Listed Below - COPYRIGHT 2014,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -278,11 +278,15 @@ namespace HTMGT
uint64_t & o_size);
/**
- * Determine if WOF is supported and if so return frequencies
+ * Determine if WOF is supported and return applicable frequencies
+ * @param[out] nominal Nominal frequency in MHz
* @param[out] turbo Turbo frequency in MHz (0 = no support)
* @param[out] ultra Ultra Turbo frequency in MHz (0 = no support)
+ * @return TRUE if WOF is supported, else FALSE
*/
- bool check_wof_support(uint16_t & turbo, uint16_t & ultra);
+ bool check_wof_support(uint16_t & nominal,
+ uint16_t & turbo,
+ uint16_t & ultra);
/**
* Fill specified buffer with requested config format data
OpenPOWER on IntegriCloud