summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_sensors_fw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/amec/amec_sensors_fw.c')
-rw-r--r--src/occ_405/amec/amec_sensors_fw.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/occ_405/amec/amec_sensors_fw.c b/src/occ_405/amec/amec_sensors_fw.c
index 1bc3811..8447f2c 100644
--- a/src/occ_405/amec/amec_sensors_fw.c
+++ b/src/occ_405/amec/amec_sensors_fw.c
@@ -162,13 +162,15 @@ void amec_update_fw_sensors(void)
// Update Time used to measure GPE duration.
G_fw_timing.rtl_start_gpe = G_fw_timing.rtl_start;
+// @TODO - TEMP - Old PORE SCHEDULE, needs to be replaced with GPE schedule code.
+/*
// Schedule the GPE Routines that will run and update the worst
// case timings (via callback) after they complete. These GPE
// routines are the last GPE routines added to the queue
// during the RTL tick.
rc = pore_flex_schedule(G_fw_timing.gpe0_timing_request);
rc2 = pore_flex_schedule(G_fw_timing.gpe1_timing_request);
-
+*/
if(rc || rc2)
{
/* @
@@ -197,6 +199,8 @@ void amec_update_fw_sensors(void)
}
else if(L_consec_trace_count < MAX_CONSEC_TRACE)
{
+// @TODO: TEMP - PORE GPE Codes, needs to reflect PPE architecture.
+/*
uint64_t l_dbg0;
uint64_t l_dbg1;
uint64_t l_status;
@@ -233,6 +237,7 @@ void amec_update_fw_sensors(void)
(uint32_t)(l_status & 0x00000000ffffffffull));
}
L_consec_trace_count++;
+*/
}
}
}
OpenPOWER on IntegriCloud