From 919b78927d26c079ac3234128e09c548920f3487 Mon Sep 17 00:00:00 2001 From: mbroyles Date: Thu, 8 Feb 2018 16:47:04 -0600 Subject: Characterization state meltbox support Prevent temperature timeout errors during state transition Misc state characterization and observation state change fixes Change-Id: Ideeaab96689b145ed960aef5743b8c3947e4ffeb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53674 Tested-by: FSP CI Jenkins Reviewed-by: Andres A. Lugo-Reyes Reviewed-by: Christopher J. Cain --- src/occ_405/cmdh/cmdh_fsp_cmds.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/occ_405/cmdh/cmdh_fsp_cmds.c') diff --git a/src/occ_405/cmdh/cmdh_fsp_cmds.c b/src/occ_405/cmdh/cmdh_fsp_cmds.c index c1f29cf..326190b 100755 --- a/src/occ_405/cmdh/cmdh_fsp_cmds.c +++ b/src/occ_405/cmdh/cmdh_fsp_cmds.c @@ -56,6 +56,7 @@ extern dimm_sensor_flags_t G_dimm_temp_expired_bitmap; extern bool G_vrm_thermal_monitoring; extern uint32_t G_first_proc_gpu_config; extern bool G_vrm_vdd_temp_expired; +extern bool G_reset_prep; #include @@ -834,6 +835,8 @@ errlHndl_t cmdh_reset_prep (const cmdh_fsp_cmd_t * i_cmd_ptr, TRAC_IMP("cmdh_reset_prep: Prep for reset command received! reason[0x%.2X]", l_cmd_ptr->reason); + G_reset_prep = true; + // Command Handling switch( l_cmd_ptr->reason ) { -- cgit v1.2.1