diff options
author | Matt Derksen <mderkse1@us.ibm.com> | 2017-08-28 08:37:15 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-01 09:35:05 -0400 |
commit | 7b2191a74ffc3b431c9ddb6c75b0fefc7f20d133 (patch) | |
tree | 4613fbe271467b7d9f7690a96bf44c75ba408e1c /src/usr/ipmi | |
parent | f9e0b488bd1e03319f0a31aba06419704e311fc1 (diff) | |
download | blackbird-hostboot-7b2191a74ffc3b431c9ddb6c75b0fefc7f20d133.tar.gz blackbird-hostboot-7b2191a74ffc3b431c9ddb6c75b0fefc7f20d133.zip |
Grab GPU sensor data from MRW
Need to add GPU sensors to processor targets so they can be marked
present or called out by OCC/HTMGT.
(gpu_func_sensor, gpu_temp_sensor, and memory_temp_sensor)
Adding these sensors as a GPU# indexed array to each processor.
The array consists of IMPI_SENSOR_NAME, IPMI_SENSOR_ID for each sensor
+ a bitwise OBUS_CONFIG. OBUS_CONFIG is needed to tell if this GPU is
present or not for this particular backing board identified by
the OBUS_CONFIG.
Example bitwise OBUS_CONFIG
0x06 = 0b0110 -> OBUS_CONFIG Both 0x01 and 0x02 include this GPU
0x04 = 0b0100 -> OBUS_CONFIG Only 0x02 includes this GPU
Depends-on: I8a0de390516fd02df07860b960db506899b13f14
Change-Id: Ib7a120e122546e2190c142dda23d88a25c416edf
RTC:178218
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45222
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi')
0 files changed, 0 insertions, 0 deletions