diff options
| author | Louis Stermole <stermole@us.ibm.com> | 2018-10-18 19:01:53 -0500 |
|---|---|---|
| committer | Christian R Geddes <crgeddes@us.ibm.com> | 2018-10-23 16:26:01 -0500 |
| commit | fecb93f473161bae5bded405aaca525c78f80a22 (patch) | |
| tree | 576c0a2d1cb976693e3e5a717160f2a2dafcfd0a /src/import/chips/centaur/procedures/xml | |
| parent | a45ace1ec733a7a3f17988715a43e06c1cc414f5 (diff) | |
| download | talos-hostboot-fecb93f473161bae5bded405aaca525c78f80a22.tar.gz talos-hostboot-fecb93f473161bae5bded405aaca525c78f80a22.zip | |
Fix Centaur workaround in p9c_mss_row_repair
When a given DRAM position is marked bad on all configured ranks
in the VPD the row repair should be skipped and the entry in
ATTR_ROW_REPAIR_DATA should be cleared
Change-Id: Iedfc856041c7814e25925ddcc9a81855c5249657
CQ:SW448925
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67739
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: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67741
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/centaur/procedures/xml')
| -rw-r--r-- | src/import/chips/centaur/procedures/xml/error_info/p9c_memory_errors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_errors.xml b/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_errors.xml index c41c0b970..fc6007dbd 100644 --- a/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_errors.xml +++ b/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_errors.xml @@ -406,6 +406,7 @@ <hwpError> <rc>RC_CEN_DRAM_INDEX_OUT_OF_BOUNDS</rc> <description>DRAM index supplied to clear_bad_dq_for_row_repair is out of bounds</description> + <ffdc>FUNCTION</ffdc> <ffdc>DRAM</ffdc> <callout> <procedure>CODE</procedure> |

