summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-10-07 08:52:03 +0300
committerEvgeny Alekseev (IBS Group) <ealekseev@ibs.sila.ru>2022-10-07 08:52:03 +0300
commitebf4700ee15f1eaad7f991d97e3e95d5a20e65f3 (patch)
tree5c27311c3138f15d79792106a10e720645705177
parent7b1de6215cb74216c88bc2998b8c265a4092abfe (diff)
downloadopenbmc-ebf4700ee15f1eaad7f991d97e3e95d5a20e65f3.tar.xz
IBS:SILABMC-335 PSU Vin Thresholds acc. to GOST
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager/0006-Change-AS1200-Vin-Thresholds-according-to-GOST.patch46
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend1
2 files changed, 47 insertions, 0 deletions
diff --git a/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager/0006-Change-AS1200-Vin-Thresholds-according-to-GOST.patch b/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager/0006-Change-AS1200-Vin-Thresholds-according-to-GOST.patch
new file mode 100644
index 0000000000..a1061a2cbc
--- /dev/null
+++ b/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager/0006-Change-AS1200-Vin-Thresholds-according-to-GOST.patch
@@ -0,0 +1,46 @@
+From acb5c92e29f6a13894532d21784705e89d952dcc Mon Sep 17 00:00:00 2001
+From: "Evgeny Alekseev (IBS Group)" <ealekseev@ibs.sila.ru>
+Date: Fri, 7 Oct 2022 08:15:20 +0300
+Subject: [PATCH] Change AS1200 Vin Thresholds according to GOST
+
+---
+ configurations/aspower_u1a-d11200_psu.json | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/configurations/aspower_u1a-d11200_psu.json b/configurations/aspower_u1a-d11200_psu.json
+index 8d46f30..657b2f3 100644
+--- a/configurations/aspower_u1a-d11200_psu.json
++++ b/configurations/aspower_u1a-d11200_psu.json
+@@ -246,28 +246,28 @@
+ "Label": "vin",
+ "Name": "lower critical",
+ "Severity": 1,
+- "Value": 210
++ "Value": 200
+ },
+ {
+ "Direction": "less than",
+ "Label": "vin",
+ "Name": "lower non critical",
+ "Severity": 0,
+- "Value": 220
++ "Value": 205
+ },
+ {
+ "Direction": "greater than",
+ "Label": "vin",
+ "Name": "upper critical",
+ "Severity": 1,
+- "Value": 250
++ "Value": 260
+ },
+ {
+ "Direction": "greater than",
+ "Label": "vin",
+ "Name": "upper non critical",
+ "Severity": 0,
+- "Value": 240
++ "Value": 255
+ }
+ ],
+ "Type": "pmbus"
diff --git a/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend b/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend
index f3ad7f1407..7363a66cef 100644
--- a/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend
+++ b/meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend
@@ -5,5 +5,6 @@ SRC_URI += "file://0001-Add-ASPOWER1200-Vin-Vout-Pout-thresholds.patch \
file://0003-Add-Ipmi-Decorator-To-Schemas.patch \
file://0004-AS1200-JSON-Add-Thresholds-and-IPMI.patch \
file://0005-Add-AS1200-PSU-PowerState-Flag.patch \
+ file://0006-Change-AS1200-Vin-Thresholds-according-to-GOST.patch \
"