From 9d7ab6bb2ad5d65f677d7c7b00c38ef6e003aba8 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Fri, 27 Sep 2019 14:24:02 -0400 Subject: 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 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84455 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- .../chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/import/chips') 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)); -- cgit v1.2.1