summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2019-09-27 14:24:02 -0400
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-10-08 11:25:29 -0500
commit9d7ab6bb2ad5d65f677d7c7b00c38ef6e003aba8 (patch)
tree973d6586d99b4cf630b2acd977d16ba0c29a5a69 /src/import/chips
parent599bd468c95403d703e00aa53fc2176535e287f8 (diff)
downloadtalos-hostboot-9d7ab6bb2ad5d65f677d7c7b00c38ef6e003aba8.tar.gz
talos-hostboot-9d7ab6bb2ad5d65f677d7c7b00c38ef6e003aba8.zip
Skip running EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ in exp_mss_thermal_init
This command is not yet working properly in Explorer FW Change-Id: I1ee9322bec2d451cd12769b636cec2c0efd98021 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84427 Reviewed-by: Devon A Baughen <devon.baughen1@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: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84455 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')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C
index 396a33804..242f3a313 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C
@@ -51,6 +51,8 @@ extern "C"
{
FAPI_INF("%s Start thermal_init", mss::c_str(i_target));
+#if 0
+// Skip EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ until it's available in Explorer FW
// Declare variables
host_fw_command_struct l_cmd_sensor;
host_fw_response_struct l_response;
@@ -68,7 +70,7 @@ extern "C"
FAPI_TRY( mss::exp::check::sensor_response(i_target, l_response),
"Failed sensor_response() for %s", mss::c_str(i_target) );
-
+#endif
// Prior to starting OCC, we go into "safemode" throttling
// After OCC is started, they can change throttles however they want
FAPI_TRY (mss::exp::mc::setup_emergency_throttles(i_target));
OpenPOWER on IntegriCloud