summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/occError.C
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-08-24 11:24:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-07 14:25:17 -0400
commit87ff275e941937c256b5a00ddec76638b652f857 (patch)
treedb2cec15f0ca5ccdaa11eadfebab4da5c7ab8c5b /src/usr/htmgt/occError.C
parenta644d89cb2b6208789e72ac4bf7423ec0fea5d3b (diff)
downloadtalos-hostboot-87ff275e941937c256b5a00ddec76638b652f857.tar.gz
talos-hostboot-87ff275e941937c256b5a00ddec76638b652f857.zip
HTMGT: Config data changes for GPU support
Change-Id: I2b4a5a82791ee6c4531d102dad51389f9dedbe6c RTC: 133828 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45480 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/occError.C')
-rw-r--r--src/usr/htmgt/occError.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/htmgt/occError.C b/src/usr/htmgt/occError.C
index 87243996f..70abd1c71 100644
--- a/src/usr/htmgt/occError.C
+++ b/src/usr/htmgt/occError.C
@@ -369,6 +369,13 @@ namespace HTMGT
l_success = false;
}
}
+ else if (i_callout.type == OCC_CALLOUT_TYPE_GPU_SENSOR)
+ {
+ const uint32_t sensor = (uint32_t)i_callout.calloutValue;
+ io_errlHndl->addSensorCallout(sensor, HWAS::GPU_FUNC_SENSOR,
+ i_priority);
+ io_callout_num++;
+ }
else
{
TMGT_ERR("elogAddCallout: Invalid callout type (type=%d)",
OpenPOWER on IntegriCloud