summaryrefslogtreecommitdiffstats
path: root/src/occ_405/sensor/sensor_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/sensor/sensor_table.c')
-rwxr-xr-xsrc/occ_405/sensor/sensor_table.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/occ_405/sensor/sensor_table.c b/src/occ_405/sensor/sensor_table.c
index fe66b16..6237c5f 100755
--- a/src/occ_405/sensor/sensor_table.c
+++ b/src/occ_405/sensor/sensor_table.c
@@ -385,6 +385,9 @@ const sensor_ptr_t G_amec_sensor_list[] =
SENSOR_PTR(TEMPCENT, &g_amec_sys.proc[0].tempcent),
SENSOR_PTR(TEMPDIMMTHRM, &g_amec_sys.proc[0].tempdimmthrm),
+ SENSOR_PTR(TEMPMCDIMMTHRM, &g_amec_sys.proc[0].tempmcdimmthrm),
+ SENSOR_PTR(TEMPPMICTHRM, &g_amec_sys.proc[0].temppmicthrm),
+ SENSOR_PTR(TEMPMCEXTTHRM, &g_amec_sys.proc[0].tempmcextthrm),
// ------------------------------------------------------
// GPU Sensors
@@ -558,6 +561,9 @@ const minisensor_ptr_t G_amec_mini_sensor_list[] INIT_SECTION =
MINI_SENSOR_PTR( TEMPCENT, &G_dcom_slv_outbox_tx.tempcent),
MINI_SENSOR_PTR( TEMPDIMMTHRM, &G_dcom_slv_outbox_tx.tempdimmthrm),
+ MINI_SENSOR_PTR( TEMPMCDIMMTHRM, NULL), // $todo RTC: 213569 add 3 new summary sensors to call home
+ MINI_SENSOR_PTR( TEMPPMICTHRM, NULL),
+ MINI_SENSOR_PTR( TEMPMCEXTTHRM, NULL),
// ------------------------------------------------------
// GPU Sensors
OpenPOWER on IntegriCloud