From 8578705fa8a20463a44b36059b66083db12f5d5d Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Mon, 15 Apr 2019 13:43:14 -0400 Subject: Adds p9a freq specialization build-fix Change-Id: I2f7d2eb564d8f08a61ec3fd9d3c214321c0a21c4 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75983 Reviewed-by: Louis Stermole Reviewed-by: ANDRE A. MARIN Tested-by: Jenkins Server Reviewed-by: Mark Pizzutillo Tested-by: FSP CI Jenkins Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75990 Reviewed-by: Jenkins Server Tested-by: Christian R. Geddes --- .../p9a/procedures/hwp/memory/lib/freq/axone_mss_freq.C | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/import/chips/p9a') diff --git a/src/import/chips/p9a/procedures/hwp/memory/lib/freq/axone_mss_freq.C b/src/import/chips/p9a/procedures/hwp/memory/lib/freq/axone_mss_freq.C index 23d6481ad..08317cb8a 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/lib/freq/axone_mss_freq.C +++ b/src/import/chips/p9a/procedures/hwp/memory/lib/freq/axone_mss_freq.C @@ -129,6 +129,18 @@ fapi2::ReturnCode get_master_rank_per_dimm( fapi_try_exit: return fapi2::current_err; } +/// +/// @brief Gets the DIMM type for a specific DIMM - specialization for the NIMBUS processor type +/// @param[in] i_target DIMM target +/// @param[out] o_dimm_type DIMM type on the DIMM target +/// @return FAPI2_RC_SUCCESS iff ok +/// +template<> +fapi2::ReturnCode get_dimm_type(const fapi2::Target& i_target, + uint8_t& o_dimm_type) +{ + return mss::attr::get_dimm_type(i_target, o_dimm_type); +} /// /// @brief Gets the attribute for the maximum - specialization for Axone -- cgit v1.2.1