From 96e89adf0a232f69fd20e72902d850c631131d90 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 13 Jul 2017 09:05:34 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Corey V. Swenson Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/plat_wof_access.C | 1 - 1 file changed, 1 deletion(-) (limited to 'src/usr/fapi2') 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 -- cgit v1.2.3