summaryrefslogtreecommitdiffstats
path: root/src/occ_405/mem
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/mem
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/mem')
-rw-r--r--src/occ_405/mem/memory.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/occ_405/mem/memory.c b/src/occ_405/mem/memory.c
index 7ed166a..bf739f4 100644
--- a/src/occ_405/mem/memory.c
+++ b/src/occ_405/mem/memory.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -39,7 +39,7 @@ extern dimm_control_args_t G_dimm_control_args;
extern task_t G_task_table[TASK_END];
-// @TODO: TEMP - uncomment when Centaur code is enabled
+// TODO: RTC 163359 - uncomment when Centaur code is enabled
//extern GpeScomParms G_centaur_control_reg_parms;
// This array identifies dimm throttle limits for both Centaurs (Cumulus) and
@@ -112,7 +112,7 @@ void task_memory_control( task_t * i_task )
}
else if (MEM_TYPE_CUMULUS == G_sysConfigData.mem_type)
{
-// @TODO: TEMP - uncomment when Centaur code is enabled
+// TODO: RTC 163359 - uncomment when Centaur code is enabled
// gpe_rc = G_centaur_control_reg_parms.rc;
}
@@ -156,7 +156,7 @@ void task_memory_control( task_t * i_task )
{
if(!(L_gpe_fail_logged & (CENTAUR0_PRESENT_MASK >> memIndex)))
{
-// @TODO: TEMP - uncomment when Centaur code is enabled
+// TODO: RTC 163359 - uncomment when Centaur code is enabled
/* if (!check_centaur_checkstop(memIndex))
{
L_gpe_fail_logged |= CENTAUR0_PRESENT_MASK >> memIndex;
@@ -224,7 +224,7 @@ void task_memory_control( task_t * i_task )
{
break;
}
-// @TODO TEMP: centaur code not ready yet
+// TODO RTC: 163359 - centaur code not ready yet
// rc = centaur_control(memIndex); // Control one centaur
}
@@ -240,7 +240,7 @@ void task_memory_control( task_t * i_task )
}
else if (MEM_TYPE_CUMULUS == G_sysConfigData.mem_type)
{
-// @TODO: TEMP - uncomment when Centaur code is enabled
+// TODO RTC: 163359 - uncomment when Centaur code is enabled
// gpe_rc = G_centaur_control_reg_parms.rc;
}
@@ -367,7 +367,7 @@ void memory_init()
}
else
{
- // TODO CUMULUS NOT SUPPORTED YET IN PHASE1
+ // TODO RTC: 163359 - CUMULUS NOT SUPPORTED YET IN PHASE1
#if 0
TRAC_INFO("memory_init: calling centaur_init()");
centaur_init(); //no rc, handles errors internally
OpenPOWER on IntegriCloud