summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-06-26 08:05:27 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-07-25 12:37:08 -0500
commit00118c92219680baf1d8de6f2f1a07b0a36f273d (patch)
treeedadd825c527485f6eafca7378c991cf81345fea /src/import/chips/p9/procedures/hwp
parentc3dda09f76af00e8c2c603ff2adac0e73643b92e (diff)
downloadtalos-hostboot-00118c92219680baf1d8de6f2f1a07b0a36f273d.tar.gz
talos-hostboot-00118c92219680baf1d8de6f2f1a07b0a36f273d.zip
Row Repair enabled attributes and support function
Change-Id: Ic7493902fee7dcc9cbfbbddfcf9f58d47c4967c5 RTC: 195638 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/61417 Reviewed-by: Devon A. Baughen <devon.baughen1@ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/61432 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H b/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H
index 7c3104315..6e73aced9 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H
@@ -20758,8 +20758,8 @@ fapi_try_exit:
/// @note Row Repair Data for a DIMM target. Data for 4 master ranks * 32 bits per row
/// repair Each row repair contains: -5 bits: DRAM position (x8: 0-9, x4: 0-19) -3
/// bits: slave ranks (0-7) -2 bits: bank group (0-3) -3 bits: bank (0-7) -18 bits:
-/// row -1 bits:
-/// unused
+/// row -1 bits: repair validity (0: repair is invalid, 1: repair is
+/// valid)
///
inline fapi2::ReturnCode row_repair_data(const fapi2::Target<fapi2::TARGET_TYPE_DIMM>& i_target, uint8_t* o_array)
{
OpenPOWER on IntegriCloud