[202012][Mellanox] Update hw-mgmt package to V.7.0010.2347 (#9594)

- Why I did it
Update hw-mgmt to a new version to pick up support for the SN4600C A1 system.

- How I did it
Update the pointer of the hw-mgmt submodule
Update the hw-mgmt version number
Remove the staled code patch to hw-mgmt userspace code.

- How to verify it
Run platform regression on Mellanox platforms.

Signed-off-by: Kebo Liu <kebol@nvidia.com>
This commit is contained in:
Kebo Liu 2021-12-28 15:40:58 +08:00 committed by GitHub
parent 9b1a3971bd
commit 16a3929159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 30 deletions

View File

@ -1,6 +1,6 @@
# Mellanox HW Management
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2344
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2347
export MLNX_HW_MANAGEMENT_VERSION

View File

@ -1,28 +0,0 @@
From 1b2c2343d62b2fadb5c8fc9e61f2f654f4085193 Mon Sep 17 00:00:00 2001
From: Mykola Kostenok <c_mykolak@nvidia.com>
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 <c_mykolak@nvidia.com>
---
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

@ -1 +1 @@
Subproject commit b661fa329e2dff4fd6c22da89d009169e1008d99
Subproject commit 3a8787997d7b0269c144861bfc9e7263c028f6bc