diff options
author | Matt Spinler <spinler@us.ibm.com> | 2017-11-28 10:38:45 -0600 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-11-29 14:19:11 +0000 |
commit | 79e48917f5bc3eb9901dd1c936da14a984aaf840 (patch) | |
tree | 65f1e0a8cb6b96fad615d100d8356315f8006de3 | |
parent | f0bf1a233eeacb41092a1ed6b16872742c8bfba3 (diff) | |
download | talos-openbmc-79e48917f5bc3eb9901dd1c936da14a984aaf840.tar.gz talos-openbmc-79e48917f5bc3eb9901dd1c936da14a984aaf840.zip |
wspoon: add more OCC hwmon temps of mode 'label'
There should be 38 temps total that are of mode 'label',
not 32. This mode directs the code to read the label files
to determine what the tempX_input temperature values
actually represent.
The 38 are: 24 core + 8 DIMM + 6 GPU (3 GPUs, core + mem temp for each)
Resolves openbmc/openbmc#2674
Change-Id: Ic10568ace0cdd991ae02475e498f3d179a1b148b
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed, 13 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/hub@3400/cfam@1,0/sbefifo@2400/occ@2/occ-hwmon@2.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/hub@3400/cfam@1,0/sbefifo@2400/occ@2/occ-hwmon@2.conf index bb48fefcf..338bd48e5 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/hub@3400/cfam@1,0/sbefifo@2400/occ@2/occ-hwmon@2.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/hub@3400/cfam@1,0/sbefifo@2400/occ@2/occ-hwmon@2.conf @@ -30,6 +30,12 @@ MODE_temp29 = "label" MODE_temp30 = "label" MODE_temp31 = "label" MODE_temp32 = "label" +MODE_temp33 = "label" +MODE_temp34 = "label" +MODE_temp35 = "label" +MODE_temp36 = "label" +MODE_temp37 = "label" +MODE_temp38 = "label" LABEL_temp91 = "p1_core0_temp" WARNHI_temp91 = "78000" @@ -257,4 +263,4 @@ LABEL_temp214 = "gpu5_mem_temp" WARNHI_temp214 = "78000" WARNLO_temp214 = "0" CRITHI_temp214 = "83000" -CRITLO_temp214 = "0"
\ No newline at end of file +CRITLO_temp214 = "0" diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/sbefifo@2400/occ@1/occ-hwmon@1.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/sbefifo@2400/occ@1/occ-hwmon@1.conf index ed4fc70e3..89896d209 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/sbefifo@2400/occ@1/occ-hwmon@1.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/gpio-fsi/cfam@0,0/sbefifo@2400/occ@1/occ-hwmon@1.conf @@ -30,6 +30,12 @@ MODE_temp29 = "label" MODE_temp30 = "label" MODE_temp31 = "label" MODE_temp32 = "label" +MODE_temp33 = "label" +MODE_temp34 = "label" +MODE_temp35 = "label" +MODE_temp36 = "label" +MODE_temp37 = "label" +MODE_temp38 = "label" LABEL_temp17 = "p0_core0_temp" WARNHI_temp17 = "78000" |