diff options
| author | Thi Tran <thi@us.ibm.com> | 2015-09-28 15:25:23 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-10-05 13:05:44 -0500 |
| commit | eae12628f9d1c33505ebe6c41f57d7352f62ee0b (patch) | |
| tree | 3741930a819c6def640833aba363c1ce96908470 /src/usr/hwpf | |
| parent | 3540b2749e642b945fe82cadf799134674cbfa28 (diff) | |
| download | talos-hostboot-eae12628f9d1c33505ebe6c41f57d7352f62ee0b.tar.gz talos-hostboot-eae12628f9d1c33505ebe6c41f57d7352f62ee0b.zip | |
SW322742: update mss_freq to add support for multiple nest frequencies
Change-Id: I2cebeff526d636cba9017f4ec3c5e63466151837
CQ:SW322742
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20820
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20821
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
| -rw-r--r-- | src/usr/hwpf/hwp/mc_config/mss_freq/mss_freq.C | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/hwpf/hwp/mc_config/mss_freq/mss_freq.C b/src/usr/hwpf/hwp/mc_config/mss_freq/mss_freq.C index 6716f7bf2..42fb34b81 100644 --- a/src/usr/hwpf/hwp/mc_config/mss_freq/mss_freq.C +++ b/src/usr/hwpf/hwp/mc_config/mss_freq/mss_freq.C @@ -22,7 +22,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: mss_freq.C,v 1.30 2015/01/29 20:28:38 jdsloat Exp $ +// $Id: mss_freq.C,v 1.31 2015/09/16 15:27:04 sglancy Exp $ /* File mss_freq.C created by JEFF SABROWSKI on Fri 21 Oct 2011. */ //------------------------------------------------------------------------------ @@ -32,8 +32,8 @@ //------------------------------------------------------------------------------ // *! TITLE : mss_freq.C // *! DESCRIPTION : Tools for centaur procedures -// *! OWNER NAME : Jacob Sloat (jdsloat@us.ibm.com) -// *! BACKUP NAME : +// *! OWNER NAME : Andre Marin (aamarin@us.ibm.com) +// *! BACKUP NAME : Stephen Glancy (sglancy@us.ibm.com) // #! ADDITIONAL COMMENTS : // // General purpose funcs @@ -72,6 +72,7 @@ // 1.28 | jdsloat | 04/30/14 | Fixed a divide by 0 error opened up by RAS review Edits -- Error HW callouts v1.25 // 1.29 | jdsloat | 12/10/14 | Fixed 1333 speed limitation for config/ Habenero // 1.30 | jdsloat | 01/29/14 | Fixed 1600 speed limitation for DDR4 +// 1.31 | sglancy | 09/16/15 | Changed DMI capable values to allow for 8.0GBits/s or 9.6GBits/s if not specifically needing 8.0GBits/s // Add continues to logerrors to lines 650, 560. IN order to avoid possible future problems. // @@ -671,6 +672,8 @@ fapi::ReturnCode mss_freq(const fapi::Target &i_target_memb) FAPI_INF( "Dual Drop RDIMM with more than 8 Rank Cnfg limitation. New Freq: %d", l_dimm_freq_min); } + + if ( l_spd_min_tck_max == 0) { // Loop through the 2 MBA's @@ -990,7 +993,7 @@ fapi::ReturnCode mss_freq(const fapi::Target &i_target_memb) } else { - l_nest_capable_frequencies = 0x02; + l_nest_capable_frequencies = 0x03; l_rc = FAPI_ATTR_SET(ATTR_MSS_NEST_CAPABLE_FREQUENCIES, &i_target_memb, l_nest_capable_frequencies); } |

