From 87ff275e941937c256b5a00ddec76638b652f857 Mon Sep 17 00:00:00 2001 From: Chris Cain Date: Thu, 24 Aug 2017 11:24:12 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Martha Broyles Reviewed-by: Sheldon R. Bailey Reviewed-by: Daniel M. Crowell --- src/usr/htmgt/htmgt_occ.H | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/usr/htmgt/htmgt_occ.H') 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; -- cgit v1.2.1