summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-07-11 09:21:39 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-16 17:44:35 -0400
commitf4f189641a8ab52949b3b9097b91b7ae376281b8 (patch)
tree123175406987b801a9eda736850ebfaf9c50accb
parent8dab4e13569f7375442f505a49c79c412d6a4505 (diff)
downloadtalos-hostboot-f4f189641a8ab52949b3b9097b91b7ae376281b8.tar.gz
talos-hostboot-f4f189641a8ab52949b3b9097b91b7ae376281b8.zip
Attach Traces to call_mss_eff_config Errors
Attach FAPI2, EEPROM, and I2C traces to errors from the p9_mss_eff_config HWP in call_mss_eff_config. This will help better identify the sources of potential failures of the HWP. Change-Id: I2e0af1cde70ad53927a26036a2c56ff4a7878504 CQ: SW431567 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62307 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> 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>
-rw-r--r--src/usr/isteps/istep07/call_mss_eff_config.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/isteps/istep07/call_mss_eff_config.C b/src/usr/isteps/istep07/call_mss_eff_config.C
index 904425da9..8573a0a5f 100644
--- a/src/usr/isteps/istep07/call_mss_eff_config.C
+++ b/src/usr/isteps/istep07/call_mss_eff_config.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -60,6 +60,8 @@
#include <p9c_mss_eff_mb_interleave.H>
#include <p9c_mss_eff_config_thermal.H>
+#include <hbotcompid.H>
+
namespace ISTEP_07
{
@@ -283,6 +285,8 @@ void* call_mss_eff_config( void *io_pArgs )
// Ensure istep error created and has same plid as this error
ErrlUserDetailsTarget(l_mcs_target).addToLog(l_err);
+ l_err->collectTrace(EEPROM_COMP_NAME);
+ l_err->collectTrace(I2C_COMP_NAME);
l_StepError.addErrorDetails(l_err);
errlCommit(l_err, HWPF_COMP_ID);
continue;
OpenPOWER on IntegriCloud