diff options
author | Richard J. Knight <rjknight@us.ibm.com> | 2017-07-26 14:50:20 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-04 10:32:23 -0400 |
commit | 3fdc193a8ad53116ec675c71c720bec15b519290 (patch) | |
tree | c789950b66886f955d940756e7186ee151446f74 /src/import/chips | |
parent | cf6eacecbd87f3227c059a028cdb2455a77cec2f (diff) | |
download | talos-hostboot-3fdc193a8ad53116ec675c71c720bec15b519290.tar.gz talos-hostboot-3fdc193a8ad53116ec675c71c720bec15b519290.zip |
B1814616 - hwsvd sig:11 core dump on zzfp247
-Modified collectRegFfdc to skip register data if the passed
in target pointer is null.
-Added new RC to be used when we detect an invalid SBE
ffdc buffer.
-Updated parseErrorInfo.pl to genrate code to support logging
the new error when an invalid pointer is detected
Change-Id: I436de31738af3f2b93b5776d7ce1459c8664ebf1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43707
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43710
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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_sbe_common_errors.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_common_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_common_errors.xml index c9a65622f..a50cfeeb1 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_common_errors.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_common_errors.xml @@ -249,7 +249,14 @@ <target>TARGET_CHIPLET</target> </gard> </hwpError> - <!-- ******************************************************************** --> + <!-- ******************************************************************** --> + <hwpError> + <sbeError/> + <rc>RC_INVALID_SBE_FFDC_PACKET</rc> + <description>Invalid data detected in the SBE FFDC buffer</description> + <buffer>FFDC_BUFFER</buffer> + </hwpError> + <!-- ******************************************************************** --> <hwpError> <sbeError/> <rc>RC_CPLT_NOT_ALIGNED_ERR</rc> |