From 3b72373a3bfd5716902b48515f96faac683ef8dd Mon Sep 17 00:00:00 2001 From: Chris Cain Date: Wed, 16 Aug 2017 12:14:00 -0500 Subject: Delay DIMM collection for 60 seconds to prevent I2C bus contention with OPAL Change-Id: Ia296230333cce7be3e2db385fc2293f6374ef104 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44693 Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles Reviewed-by: William A. Bryan Reviewed-by: Christopher J. Cain --- src/occ_405/cent/centaur_data.c | 1 + src/occ_405/cent/centaur_data.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/occ_405/cent') diff --git a/src/occ_405/cent/centaur_data.c b/src/occ_405/cent/centaur_data.c index 5e96736..98636f2 100755 --- a/src/occ_405/cent/centaur_data.c +++ b/src/occ_405/cent/centaur_data.c @@ -132,6 +132,7 @@ centaur_data_task_t G_centaur_data_task = { #endif dimm_sensor_flags_t G_dimm_enabled_sensors = {0}; +dimm_sensor_flags_t G_dimm_present_sensors = {0}; //AMEC needs to know when data for a centaur has been collected. uint32_t G_updated_centaur_mask = 0; diff --git a/src/occ_405/cent/centaur_data.h b/src/occ_405/cent/centaur_data.h index f6596f0..17831e4 100755 --- a/src/occ_405/cent/centaur_data.h +++ b/src/occ_405/cent/centaur_data.h @@ -136,6 +136,7 @@ extern uint32_t G_updated_centaur_mask; //global bitmap of enabled dimm sensors extern dimm_sensor_flags_t G_dimm_enabled_sensors; +extern dimm_sensor_flags_t G_dimm_present_sensors; //global bitmap of dimms that have ever gone over the error temperature extern dimm_sensor_flags_t G_dimm_overtemp_bitmap; -- cgit v1.2.1