Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mellanox]Integrate hw-mgmt 7.0000.3012 and advance the linux kernel #4193

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion src/sonic-linux-kernel