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 23d6481ad84..08317cb8a35 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