[202106] [Mellanox] Upgrade hw-mgmt to V.7.0010.3300 (#9020)
- Why I did it Upgrade to the latest version of hardware management in order to incorporate the latest bugfixes and drivers in the kernel. - How I did it Updated the version number and submodule for hw-mgmt. - How to verify it This has been verified on all Mellanox platforms through a combination of sonic-mgmt tests and other internal verification.
This commit is contained in:
parent
867daa8be6
commit
978584b3d1
@ -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
|
||||
|
||||
|
@ -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 efbfa1e83d4bbbad08d80360c343bb3185c786f3
|
Loading…
Reference in New Issue
Block a user