summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cent/ocmb_data.c
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2019-06-24 12:24:46 -0500
committerChristopher J Cain <cjcain@us.ibm.com>2019-08-05 12:17:40 -0500
commite3c65ee89e76e3de0548abc9df4c7f1768db9402 (patch)
treef1ab099d0c86a076312d14cfb10b91a279a10594 /src/occ_405/cent/ocmb_data.c
parentb2300761b7ea588e1792529ad27c435e978f3376 (diff)
downloadtalos-occ-e3c65ee89e76e3de0548abc9df4c7f1768db9402.tar.gz
talos-occ-e3c65ee89e76e3de0548abc9df4c7f1768db9402.zip
Explorer internal sensor workaround
Fixes for 16 OCMB support Change-Id: Ide04de3c2b1bb09654890d3334530cb20e327e83 RTC: 211961 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80920 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Douglas R Gilbert <dgilbert@us.ibm.com> Reviewed-by: Christopher J Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/cent/ocmb_data.c')
-rw-r--r--src/occ_405/cent/ocmb_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/occ_405/cent/ocmb_data.c b/src/occ_405/cent/ocmb_data.c
index fc3f8fa..e78e66d 100644
--- a/src/occ_405/cent/ocmb_data.c
+++ b/src/occ_405/cent/ocmb_data.c
@@ -42,7 +42,7 @@ extern gpe_shared_data_t G_shared_gpe_data;
* @post G_membufConfiguration populated
* @post G_present_centaurs populated
* @post G_dimm_present_sensors
- * @post G_membuf_data_task populated
+ * @post G_ocmb_data_task populated
* @post GPE request to call for recover created ?
* @post GPE request to call for throttle conttrol created
* @note HW Deadman timer enabled and set to max value
@@ -109,7 +109,7 @@ void ocmb_init(void)
G_membuf_data_parms.data = 0;
rc = gpe_request_create(
- &G_membuf_data_task.gpe_req, //gpe_req for the task
+ &G_ocmb_data_task.gpe_req, //gpe_req for the task
&G_async_gpe_queue1, //queue
IPC_ST_MEMBUF_DATA_FUNCID, //Function ID
&G_membuf_data_parms, //parm for the task
@@ -120,7 +120,7 @@ void ocmb_init(void)
if( rc )
{
TRAC_ERR("ocmb_init: gpe_request_create failed for "
- "G_membuf_data_task.gpe_req. rc = 0x%08x", rc);
+ "G_ocmb_data_task.gpe_req. rc = 0x%08x", rc);
break;
}
OpenPOWER on IntegriCloud