summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_occ.H
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/htmgt_occ.H
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/htmgt_occ.H')
-rw-r--r--src/usr/htmgt/htmgt_occ.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/htmgt/htmgt_occ.H b/src/usr/htmgt/htmgt_occ.H
index 73f081411..80df52ab7 100644
--- a/src/usr/htmgt/htmgt_occ.H
+++ b/src/usr/htmgt/htmgt_occ.H
@@ -339,6 +339,11 @@ namespace HTMGT
const occErrlCallout_t i_callout,
uint8_t & io_callout_num);
+ /**
+ * @brief Update the GPU presence sensors in the system
+ */
+ void updateGpuPresence();
+
protected:
// Instance number of this OCC: 0 = first physical OCC
uint8_t iv_instance;
@@ -366,6 +371,8 @@ namespace HTMGT
bool iv_lastPollValid;
// expected occsPresent byte in POLL response
uint8_t iv_occsPresent;
+ // GPU configuration from poll response data
+ uint8_t iv_gpuCfg;
occResetReason iv_resetReason;
OpenPOWER on IntegriCloud