Skip to content

Commit

Permalink
Skip running EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ in exp_mss_therm…
Browse files Browse the repository at this point in the history
…al_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>
  • Loading branch information
stermole authored and dcrowell77 committed Oct 8, 2019
1 parent 599bd46 commit 9d7ab6b
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -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;
Expand All @@ -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));
Expand Down

0 comments on commit 9d7ab6b

Please sign in to comment.