diff options
author | Jacob Harvey <jlharvey@us.ibm.com> | 2017-08-29 17:37:35 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-05 23:35:27 -0400 |
commit | 9b446b1bc74b5c3e74d43a8b42fb7e2f15ea5e96 (patch) | |
tree | 5a7f24bf00ed378807394ded4b02db233a3e2863 /src/import/chips/p9/procedures/xml | |
parent | 866a5772356f2388c3f07bce6d1e15b7b42d3ffc (diff) | |
download | talos-hostboot-9b446b1bc74b5c3e74d43a8b42fb7e2f15ea5e96.tar.gz talos-hostboot-9b446b1bc74b5c3e74d43a8b42fb7e2f15ea5e96.zip |
Fix rdvref, wrvref error handling
Adding in a DIMM callout for the errors
Remove the FAPI_ASSERT_NOEXIT because
it's doing deconfigs when the procedure ends
Change-Id: I8e71c3485be5b32015e4e8db75aff754b001f2f8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45341
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Dev-Ready: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45446
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_draminit_training.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_draminit_training.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_draminit_training.xml index 8ec131d9a..64a5d3d74 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_draminit_training.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_draminit_training.xml @@ -573,6 +573,7 @@ </description> <ffdc>REGISTER</ffdc> <ffdc>VALUE</ffdc> + <ffdc>DIMM_TARGET</ffdc> <collectRegisterFfdc> <id>REG_FFDC_MSS_DRAMINIT_TRAINING_ERROR_INFO</id> <target>MCA_TARGET</target> @@ -665,6 +666,7 @@ <ffdc>REGISTER</ffdc> <ffdc>VALUE</ffdc> <ffdc>MASK</ffdc> + <ffdc>DIMM_TARGET</ffdc> <collectRegisterFfdc> <id>REG_FFDC_MSS_DRAMINIT_TRAINING_ERROR_INFO</id> <target>MCA_TARGET</target> |