Skip to content

Commit

Permalink
[Mellanox]Integrate hw-mgmt 7.0000.3012 and advance the linux kernel (s…
Browse files Browse the repository at this point in the history
…onic-net#4193)

* [Mellanox]Integrate hw-mgmt 7.0000.3012

* [sonic-linux-kernel]Advance the submodule head

Advance the sonic-linux-kernel

[sFlow]: Patch to fix skb_over_panic in psample driver (#120)
Added support in the kernel for fullcone 3-tuple unique nat. (#100)
Adding support to compile ARM architecture (#102)
[ixgbe] Support bcm54616s external phy in ixgbe (#122)
Fix i2c ISMT DMA buffer alignment issue (#123)
[mellanox]: Add SN4700 patches. (#126)
  • Loading branch information
lguohan authored and tiantianlv committed Apr 24, 2020
1 parent dc843d0 commit 084fbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/mellanox/hw-management.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mellanox HW Management

MLNX_HW_MANAGEMENT_VERSION = 7.0000.2308
MLNX_HW_MANAGEMENT_VERSION = 7.0000.3012

export MLNX_HW_MANAGEMENT_VERSION

Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/hw-management/hw-mgmt
Submodule hw-mgmt updated 25 files
+163 −134 README.md
+94 −0 debian/Release.txt
+2 −2 debian/changelog
+2 −1 debian/hw-management.service
+7 −2 debian/postinst
+5 −0 debian/postrm
+1 −1 examples/src/iorw/iorw.c
+1 −1 examples/src/iorw/iorw.h
+422 −0 recipes-kernel/linux/linux-4.19/0011-platform-x86-mlx-platform-Modify-setting-for-new-sys.patch
+486 −0 recipes-kernel/linux/linux-4.19/0012-mlx-platform-Add-support-for-next-gener.patch
+73 −0 recipes-kernel/linux/linux-4.19/0013-mlxsw-core-Add-support-for-new-hardware-device-types.patch
+33 −0 recipes-kernel/linux/linux-4.19/0014-mlxsw-minimal-Fix-validation-for-FW-minor-version.patch
+92 −0 recipes-kernel/linux/linux-4.9/0041-firmware-dmi-Add-access-to-the-SKU-ID-string-backpor.patch
+420 −0 recipes-kernel/linux/linux-4.9/0042-platform-x86-mlx-platform-Modify-setting-for-new-sys.patch
+486 −0 recipes-kernel/linux/linux-4.9/0043-platform-x86-mlx-platform-Add-support-for-next-gener.patch
+87 −0 recipes-kernel/linux/linux-4.9/0044-mlxsw-core-Add-support-for-new-hardware-device-types.patch
+32 −0 recipes-kernel/linux/linux-4.9/0045-mlxsw-minimal-Fix-validation-for-FW-minor-version.patch
+41 −6 usr/lib/udev/rules.d/50-hw-management-events.rules
+52 −37 usr/usr/bin/hw-management-chassis-events.sh
+460 −0 usr/usr/bin/hw-management-ps-vpd.sh
+201 −0 usr/usr/bin/hw-management-read-ps-eeprom.sh
+57 −0 usr/usr/bin/hw-management-ready.sh
+64 −62 usr/usr/bin/hw-management-thermal-control.sh
+32 −9 usr/usr/bin/hw-management-thermal-events.sh
+281 −75 usr/usr/bin/hw-management.sh

0 comments on commit 084fbce

Please sign in to comment.