From ebf4700ee15f1eaad7f991d97e3e95d5a20e65f3 Mon Sep 17 00:00:00 2001 From: "Evgeny Alekseev (IBS Group)" Date: Fri, 7 Oct 2022 08:52:03 +0300 Subject: IBS:SILABMC-335 PSU Vin Thresholds acc. to GOST --- ...e-AS1200-Vin-Thresholds-according-to-GOST.patch | 46 ++++++++++++++++++++++ .../configuration/entity-manager_%.bbappend | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-ibs/meta-common/recipes-phosphor/configuration/entity-manager/0006-Change-AS1200-Vin-Thresholds-according-to-GOST.patch 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)" +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 \ " -- cgit v1.2.3