d4e8c3f666
- Why I did it Upgrade hw-mgmt to 7.0100.2303 Bug fixes 1. Fan direction feature fix for fixed FAN system (using shell instead of binutils/strings) 2. Remove cpld 4th link on systems with only 3 CPLD's 3. hw-mgmt: thermal: Add hardcoded critical trip point. Follow-up after patch "Removing critical thermal zones to prevent unexpected software system shutdown". 4. Fix sensor attribute mapping to be label based instead of index based to allow common handling of voltage regulator names independently of hardware changes. 5. Update 'lm-sensors' custom configuration file. Relevant only for users utilizing sensors.conf files coming along with hw-management package. 6. For full feature list please follow https://github.com/Mellanox/hw-mgmt/blob/V.7.0010.2300_BR/debian/Release.txt - How I did it Update hw-mgmt pointer Remove unused patches Fix existing patch to make sure it apply successfully - How to verify it Full platform regression on all mellanox platforms
11 lines
364 B
Makefile
11 lines
364 B
Makefile
# Mellanox HW Management
|
|
|
|
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2303
|
|
|
|
export MLNX_HW_MANAGEMENT_VERSION
|
|
|
|
MLNX_HW_MANAGEMENT = hw-management_1.mlnx.$(MLNX_HW_MANAGEMENT_VERSION)_amd64.deb
|
|
$(MLNX_HW_MANAGEMENT)_SRC_PATH = $(PLATFORM_PATH)/hw-management
|
|
$(MLNX_HW_MANAGEMENT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
|
SONIC_MAKE_DEBS += $(MLNX_HW_MANAGEMENT)
|