summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-07-13 09:05:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-17 11:41:39 -0400
commit96e89adf0a232f69fd20e72902d850c631131d90 (patch)
tree2fa57bed43536b416202d1678545fc4d6eec03bd /src/usr/fapi2
parent735531f69b8db22ec2acc8b0aa1b73106a892f77 (diff)
downloadtalos-hostboot-96e89adf0a232f69fd20e72902d850c631131d90.tar.gz
talos-hostboot-96e89adf0a232f69fd20e72902d850c631131d90.zip
Ignore Nest Freq for WOF table selection
The nest frequency is already implicitly used since it drives selection of #V. Using it as part of the WOF Tables selection as well drives the requirement to have a lot more tables to support lab and test configs. Change-Id: I431f31cbf04ac64431b2acd33edf8779b1d75987 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43086 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/plat_wof_access.C1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/fapi2/plat_wof_access.C b/src/usr/fapi2/plat_wof_access.C
index c782a3f20..66b2fb024 100644
--- a/src/usr/fapi2/plat_wof_access.C
+++ b/src/usr/fapi2/plat_wof_access.C
@@ -347,7 +347,6 @@ fapi2::ReturnCode platParseWOFTables(uint8_t* o_wofData)
// Compare the fields
if( (l_wth->core_count == l_numCores) &&
(l_wth->socket_power_w == l_socketPower) &&
- (l_wth->nest_frequency_mhz == l_nestFreq) &&
(l_wth->sort_power_freq_mhz == l_sortFreq) )
{
// Found a match
OpenPOWER on IntegriCloud