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]: Fix problem with system EEPROM in "hw-mgmt" #1952

Merged
merged 1 commit into from
Aug 21, 2018
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From 2f70f5df445820fb86e3bd7f95707e0fb97b553f Mon Sep 17 00:00:00 2001
From: Volodymyr Samotiy <volodymyrs@mellanox.com>
Date: Thu, 16 Aug 2018 17:21:37 +0300
Subject: Add modprobe config for "at24" module

Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
---
usr/etc/modprobe.d/mellanox-system-whitelist.conf | 1 +
1 file changed, 1 insertion(+)
create mode 100644 usr/etc/modprobe.d/mellanox-system-whitelist.conf

diff --git a/usr/etc/modprobe.d/mellanox-system-whitelist.conf b/usr/etc/modprobe.d/mellanox-system-whitelist.conf
new file mode 100644
index 0000000..a3eef57
--- /dev/null
+++ b/usr/etc/modprobe.d/mellanox-system-whitelist.conf
@@ -0,0 +1 @@
+options at24 io_limit=32
--
1.9.1

1 change: 1 addition & 0 deletions platform/mellanox/hw-management/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :

# build
pushd hw-management
git am ../*.patch
sed "s~@SED_VERSION@~$(MLNX_HW_MANAGEMENT_VERSION)~" -i debian/changelog
chmod +x ./debian/rules
sudo ./debian/rules binary KVERSION=$(KVERSION)
Expand Down