summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-10-06 09:39:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-07 21:59:32 +0300
commit8464197cfc2d3bfc6aa72dd4255195f948dd1c63 (patch)
tree2fb5c6d362102f7b3857f103d82bcc538075c663 /meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme
parent4d75d2c2348739814f5d92e1d745b577b947a2c6 (diff)
downloadopenbmc-8464197cfc2d3bfc6aa72dd4255195f948dd1c63.tar.xz
meta-quanta: gbs: update thermal config to R01
1. update fine tuned PID parameters 2. update sensors threshold (From meta-quanta rev: 52b5953cf0c8c16d34bb8fa7b676316335dbf06e) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Icf6f74543552cf511d64fb6bb35bec279f7d0846 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json4
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
index 9a114d385..306e74e2a 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
@@ -163,9 +163,9 @@
],
"threshold": [
{
- "criticalHigh": 70,
+ "criticalHigh": 77,
"criticalLow": 0,
- "warningHigh": 70,
+ "warningHigh": 77,
"warningLow": 0,
"maxValue": 127,
"minValue": -128
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh
index 27ca98dc5..91dcb5cb3 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh
@@ -202,9 +202,9 @@ cat > $TARGET_FILE_NAME << EOF1
],
"threshold": [
{
- "criticalHigh": 70,
+ "criticalHigh": 77,
"criticalLow": 0,
- "warningHigh": 70,
+ "warningHigh": 77,
"warningLow": 0,
"maxValue": 127,
"minValue": -128