From 2f808f21c2976c94688843b7a6b32fbcd88f5e38 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Fri, 22 Nov 2019 11:23:56 -0500 Subject: Skip setting up emergency throttle settings for Explorer in Cronus mode Change-Id: Ib631e0a70e8677f7ed05eaedd1096541680ccbc6 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87709 Reviewed-by: Michael D Pardeik Reviewed-by: STEPHEN GLANCY Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87724 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 242f3a313..d52ac1ba6 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 @@ -71,10 +71,13 @@ extern "C" FAPI_TRY( mss::exp::check::sensor_response(i_target, l_response), "Failed sensor_response() for %s", mss::c_str(i_target) ); #endif + +#ifdef __HOSTBOOT_MODULE // Prior to starting OCC, we go into "safemode" throttling // After OCC is started, they can change throttles however they want + // We don't want to do this in Cronus mode FAPI_TRY (mss::exp::mc::setup_emergency_throttles(i_target)); - +#endif // Clear the emergency mode throttle bit FAPI_TRY (mss::exp::mc::disable_safe_mode_throttles(i_target)); -- cgit v1.2.1