summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cent
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-06-22 16:48:34 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-06-23 11:50:16 -0400
commit98cb615a76cabc056fb7a590f815b740e3ea98bb (patch)
tree33ca358f618af594c63bee9fd85a766b7b5a82c8 /src/occ_405/cent
parent471f91d406c84524c662717731bd144a81ae73a4 (diff)
downloadtalos-occ-98cb615a76cabc056fb7a590f815b740e3ea98bb.tar.gz
talos-occ-98cb615a76cabc056fb7a590f815b740e3ea98bb.zip
memory TODO clean up
Change-Id: Ib559cd2d0a0c1d8fe751606399fe2457c02156c1 RTC: 163357 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42330 Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/cent')
-rwxr-xr-xsrc/occ_405/cent/centaur_control.c6
-rwxr-xr-xsrc/occ_405/cent/centaur_data.c16
2 files changed, 11 insertions, 11 deletions
diff --git a/src/occ_405/cent/centaur_control.c b/src/occ_405/cent/centaur_control.c
index 7ce7652..1edb295 100755
--- a/src/occ_405/cent/centaur_control.c
+++ b/src/occ_405/cent/centaur_control.c
@@ -78,7 +78,7 @@ typedef enum
//Pore flex request for the GPE job that is used for centaur init.
GpeRequest G_centaur_control_request;
-//@TODO TEMP: not ready yet for centaur control data structures
+//TODO: RTC 163359 - not ready yet for centaur control data structures
//GPE_BUFFER(GpeScomParms G_centaur_control_reg_parms);
//GPE_BUFFER(scomList_t G_centaurThrottle[NUM_CENT_THROTTLE_SCOMS]);
@@ -133,7 +133,7 @@ uint16_t centaurThrottle_convert2Numerator(uint16_t i_throttle, uint8_t i_cent,
return (uint16_t)l_nvalue;
}
-#if 0 // @TODO TEMP: Not Ready yet for centaur control
+#if 0 // TODO: 163359 - Not Ready yet for centaur control
//////////////////////////
// Function Specification
@@ -515,5 +515,5 @@ bool check_centaur_checkstop(uint8_t cent)
}
-#endif // @TODO TEMP: Not Ready yet for centaur control
+#endif // TODO: RTC 163359 - Not Ready yet for centaur control
diff --git a/src/occ_405/cent/centaur_data.c b/src/occ_405/cent/centaur_data.c
index 5fa010d..5e96736 100755
--- a/src/occ_405/cent/centaur_data.c
+++ b/src/occ_405/cent/centaur_data.c
@@ -90,7 +90,7 @@ typedef enum
// Globals
//*************************************************************************/
-/* TEMP/TODO: PORE/MemData issues */
+/* TODO 163359: PORE/MemData issues */
#if 0
//Global array of centaur data buffers
GPE_BUFFER(MemData G_centaur_data[NUM_CENTAUR_DATA_BUFF +
@@ -176,7 +176,7 @@ uint8_t G_centaur_nest_lfir6 = 0;
//number of SC polls to wait between i2c recovery attempts
#define CENT_SC_MAX_INTERVAL 256
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
//determine scom address of MCIFIR register for given Centaur n
#define MCS0_MCIFIR_N(n) \
@@ -186,7 +186,7 @@ uint8_t G_centaur_nest_lfir6 = 0;
//mask for channel checkstop
#define MCIFIR_CHAN_CKSTOP_MASK 0x0000000100000000
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
bool cent_chan_checkstop(const uint8_t i_cent)
{
@@ -235,7 +235,7 @@ bool cent_chan_checkstop(const uint8_t i_cent)
}
#endif // #if 0
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
void cent_recovery(uint32_t i_cent)
{
@@ -611,7 +611,7 @@ void cent_recovery(uint32_t i_cent)
// collection
//
// End Function Specification
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
void task_centaur_data( task_t * i_task )
{
@@ -929,7 +929,7 @@ void task_centaur_data( task_t * i_task )
// Description: Reads
//
// End Function Specification
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
int cent_get_enabled_sensors()
{
@@ -997,7 +997,7 @@ int cent_get_enabled_sensors()
// This will also initialize the centaur watchdog.
//
// End Function Specification
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
void centaur_init( void )
{
@@ -1271,7 +1271,7 @@ void centaur_init( void )
// Returns NULL for centaur ID outside the range of 0 to 7.
//
// End Function Specification
-/* TEMP/TODO: Reenable when needed */
+/* TODO: RTC 163359 - Reenable when needed */
#if 0
MemData * cent_get_centaur_data_ptr( const uint8_t i_occ_centaur_id )
{
OpenPOWER on IntegriCloud