summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-02-02 09:21:26 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-18 13:08:08 -0500
commit59b62178dc816bd3d01699ca7603f4c64a5771ec (patch)
tree0dcde78ecd5e1312c28b21c433a3b5993787071f /src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
parent7d8227db605dd7a4f26562fb956f2c96c3e0c629 (diff)
downloadtalos-hostboot-59b62178dc816bd3d01699ca7603f4c64a5771ec.tar.gz
talos-hostboot-59b62178dc816bd3d01699ca7603f4c64a5771ec.zip
Disabling WOF and VDM for Nimbus DD2.0
Modified the checks to disable WOF by default for Nimbus DD2.0 since most parts have invalid module vpd. Also changed the severity that is used to log errors getting a WOF table to make them visible logs. Without this change we won't know why the lookup failed in many cases. Change-Id: Ic8fd9b4bdc23311897363552f0c88fa2b1b0247b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53274 Reviewed-by: Francesco A. Campisano <campisan@us.ibm.com> Dev-Ready: Francesco A. Campisano <campisan@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53287 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C b/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
index bc35b5880..756daaee7 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pstate_parameter_block.C
@@ -1060,7 +1060,7 @@ p9_pstate_wof_initialization (const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
o_state->iv_wof_enabled = false;
// Write the returned error content to the error log
- fapi2::logError(l_rc,fapi2::FAPI2_ERRL_SEV_RECOVERED);
+ fapi2::logError(l_rc,fapi2::FAPI2_ERRL_SEV_UNRECOVERABLE);
break;
}
}
OpenPOWER on IntegriCloud