diff options
author | Stephen Glancy <sglancy@us.ibm.com> | 2017-08-18 10:53:44 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-02 09:04:57 -0500 |
commit | 719c8a64fb72ea2133f5b16d70eee3e7be962f24 (patch) | |
tree | c0e60c561ba0ba81af4da00e94d5d6cfd15fc992 /src/import/generic | |
parent | 052142a41cd0051989b76c106f33fd4cc4dfebc2 (diff) | |
download | talos-hostboot-719c8a64fb72ea2133f5b16d70eee3e7be962f24.tar.gz talos-hostboot-719c8a64fb72ea2133f5b16d70eee3e7be962f24.zip |
Adds DDR4 hybrid NV-RDIMM support
Change-Id: I6e8bc0110579bb9828e370cd2ad7faf44cee2a23
Original-Change-Id: Ie5cc0ed4dc6337c35df2e222cc4e220e5720f0bd
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44974
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54759
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic')
-rw-r--r-- | src/import/generic/memory/lib/spd/common/spd_decoder_base.H | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/import/generic/memory/lib/spd/common/spd_decoder_base.H b/src/import/generic/memory/lib/spd/common/spd_decoder_base.H index 1fccbcee6..9da413737 100644 --- a/src/import/generic/memory/lib/spd/common/spd_decoder_base.H +++ b/src/import/generic/memory/lib/spd/common/spd_decoder_base.H @@ -188,28 +188,6 @@ class decoder } /// - /// @brief Decodes hybrid media field from SPD - /// @param[out] o_value hybrid media decoding - /// @return FAPI2_RC_SUCCESS if okay - /// - virtual fapi2::ReturnCode hybrid_media( uint8_t& o_value ) const - { - o_value = 0; - return fapi2::FAPI2_RC_SUCCESS; - } - - /// - /// @brief Decodes hybrid field from SPD - /// @param[out] o_value hybrid decoding - /// @return FAPI2_RC_SUCCESS if okay - /// - virtual fapi2::ReturnCode hybrid( uint8_t& o_value ) const - { - o_value = 0; - return fapi2::FAPI2_RC_SUCCESS; - } - - /// /// @brief Decodes SDRAM density from SPD /// @param[out] o_value SDRAM density in GBs /// @return FAPI2_RC_SUCCESS if okay |