Skip to content

Commit a170e51

Browse files
vadimp-nvidiaacoifmannvidia
authored andcommitted
hw-mgmt: config: Disable IPMI module for n5500ld
Disable all IPMI kernel modules due to HW signal integrity issue. Bug #4432197 Signed-off-by: Vadim Pasternak <[email protected]> Signed-off-by: Abraham Coifman <[email protected]>
1 parent 509e8a7 commit a170e51

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

usr/usr/local/bin/hw-management-process-blacklist.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
################################################################################
3-
# Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
4+
# Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
45
#
56
# Redistribution and use in source and binary forms, with or without
67
# modification, are permitted provided that the following conditions are met:
@@ -75,6 +76,16 @@ process_blacklist()
7576
echo blacklist i2c_asf >> $BLACKLIST_FILE
7677
echo blacklist i2c-diolan-u2c >> $BLACKLIST_FILE
7778
;;
79+
HI176)
80+
# Blacklist Designware, ASF I2C controller drivers and ipmi
81+
echo blacklist i2c_designware_platform >> $BLACKLIST_FILE
82+
echo blacklist i2c_designware_core >> $BLACKLIST_FILE
83+
echo blacklist i2c_asf >> $BLACKLIST_FILE
84+
echo blacklist ipmi_si >> $BLACKLIST_FILE
85+
echo blacklist ipmi_ssif >> $BLACKLIST_FILE
86+
echo blacklist ipmi_devintf >> $BLACKLIST_FILE
87+
echo blacklist ipmi_msghandler >> $BLACKLIST_FILE
88+
;;
7889
*)
7990
# Blacklist Designware and ASF I2C controller drivers
8091
echo blacklist i2c_designware_platform >> $BLACKLIST_FILE

0 commit comments

Comments
 (0)