From 9fe6f884d176a13b432baaa986179ef6fa654f94 Mon Sep 17 00:00:00 2001 From: Jacob Harvey Date: Thu, 15 Dec 2016 11:26:18 -0600 Subject: Implement BC attributes and make eff_dimm class Implementing the BC# attributes in eff_config Also implementing an eff_dimm object and factory Move functions from eff_config.C to eff_dimm.C Added MRW attribute for write_crc option Eff_config is no more Change-Id: I16607510454f61410711cbcb5c6715e6f80241dd Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34253 Tested-by: Jenkins Server Reviewed-by: STEPHEN GLANCY Reviewed-by: Brian R. Silver Tested-by: Hostboot CI Reviewed-by: Matt K. Light Reviewed-by: Christian R. Geddes Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34254 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins --- .../p9/procedures/hwp/memory/lib/spd/common/dimm_module_decoder.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/spd') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/spd/common/dimm_module_decoder.H b/src/import/chips/p9/procedures/hwp/memory/lib/spd/common/dimm_module_decoder.H index e8b5716e2..f5d8660ae 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/spd/common/dimm_module_decoder.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/spd/common/dimm_module_decoder.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016 */ +/* Contributors Listed Below - COPYRIGHT 2016,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -143,7 +143,7 @@ class dimm_module_decoder } /// - /// @brief Decodes number of rows of DRAMs on RDIMM + /// @brief Decodes register and buffer type for LRDIMMs /// @param[out] o_output encoding from SPD /// @return FAPI2_RC_SUCCESS if okay /// @note SPD Byte 131 (Bits 7~4) -- cgit v1.2.1