From 95f1a6f37c81deafd5f9e8f1247140df8f4021dd Mon Sep 17 00:00:00 2001 From: Alexander Allen Date: Tue, 5 Oct 2021 21:18:13 +0000 Subject: [PATCH 1/2] [mellanox] Upgrade hw-mgmt to V.7.0010.3300 --- platform/mellanox/hw-management.mk | 2 +- platform/mellanox/hw-management/hw-mgmt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mellanox/hw-management.mk b/platform/mellanox/hw-management.mk index 6dc1f265562..d8d421ed61c 100644 --- a/platform/mellanox/hw-management.mk +++ b/platform/mellanox/hw-management.mk @@ -1,6 +1,6 @@ # Mellanox HW Management -MLNX_HW_MANAGEMENT_VERSION = 7.0010.2344 +MLNX_HW_MANAGEMENT_VERSION = 7.0010.3300 export MLNX_HW_MANAGEMENT_VERSION diff --git a/platform/mellanox/hw-management/hw-mgmt b/platform/mellanox/hw-management/hw-mgmt index b661fa329e2..efbfa1e83d4 160000 --- a/platform/mellanox/hw-management/hw-mgmt +++ b/platform/mellanox/hw-management/hw-mgmt @@ -1 +1 @@ -Subproject commit b661fa329e2dff4fd6c22da89d009169e1008d99 +Subproject commit efbfa1e83d4bbbad08d80360c343bb3185c786f3 From 379559cbabd107f150b09a4e5fe895b378e7895e Mon Sep 17 00:00:00 2001 From: Alexander Allen Date: Mon, 25 Oct 2021 19:24:42 +0000 Subject: [PATCH 2/2] Remove unneccesary patch. --- ... 0002-Make-hw-mgmt-SimX-compatiable.patch} | 0 ...gmt-system-MSN4600-A1-BU-config1-fix.patch | 28 ------------------- 2 files changed, 28 deletions(-) rename platform/mellanox/hw-management/{0003-Make-hw-mgmt-SimX-compatiable.patch => 0002-Make-hw-mgmt-SimX-compatiable.patch} (100%) delete mode 100644 platform/mellanox/hw-management/0002-hw-mgmt-system-MSN4600-A1-BU-config1-fix.patch diff --git a/platform/mellanox/hw-management/0003-Make-hw-mgmt-SimX-compatiable.patch b/platform/mellanox/hw-management/0002-Make-hw-mgmt-SimX-compatiable.patch similarity index 100% rename from platform/mellanox/hw-management/0003-Make-hw-mgmt-SimX-compatiable.patch rename to platform/mellanox/hw-management/0002-Make-hw-mgmt-SimX-compatiable.patch diff --git a/platform/mellanox/hw-management/0002-hw-mgmt-system-MSN4600-A1-BU-config1-fix.patch b/platform/mellanox/hw-management/0002-hw-mgmt-system-MSN4600-A1-BU-config1-fix.patch deleted file mode 100644 index 391121cff4b..00000000000 --- a/platform/mellanox/hw-management/0002-hw-mgmt-system-MSN4600-A1-BU-config1-fix.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 1b2c2343d62b2fadb5c8fc9e61f2f654f4085193 Mon Sep 17 00:00:00 2001 -From: Mykola Kostenok -Date: Wed, 12 May 2021 10:59:57 +0300 -Subject: [PATCH] hw-mgmt: system: MSN4600 A1 BU config1 fix - -Fix config1 matching for MSN4600. - -Signed-off-by: Mykola Kostenok ---- - usr/usr/bin/hw-management.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/usr/usr/bin/hw-management.sh b/usr/usr/bin/hw-management.sh -index d5b2728..150e583 100755 ---- a/usr/usr/bin/hw-management.sh -+++ b/usr/usr/bin/hw-management.sh -@@ -728,7 +728,7 @@ msn46xx_specific() - if [ $res -eq 0 ]; then - sys_ver=$(cut "$regio_path"/config1 -d' ' -f 1) - case $sys_ver in -- 3) -+ 1) - connect_msn4700_msn4600_A1 - ;; - *) --- -1.7.1 -