From fde115730417ff24025f6f0f54d879f6b0789aca Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 2 Oct 2019 13:47:17 +0200 Subject: decode-dimms: Point the user to the right drivers The header comment only mentioned the legacy eeprom driver, while the at24 and ee1004 drivers should be used nowadays. Signed-off-by: Jean Delvare --- eeprom/decode-dimms | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms index 6caa395..520144a 100755 --- a/eeprom/decode-dimms +++ b/eeprom/decode-dimms @@ -22,9 +22,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301 USA. # -# -# The eeprom driver must be loaded (unless option -x is used). For kernels -# older than 2.6.0, the eeprom driver can be found in the lm-sensors package. +# A kernel driver must be loaded (unless option -x is used). Up to DDR3, +# you need either the at24 driver (in the kernel tree since v2.6.27) or +# the legacy eeprom driver (in the kernel tree since v2.6.0). For kernels +# older than 2.6.0, the eeprom driver can be found in the lm-sensors 2 +# package. For DDR4, you need the ee1004 driver (in the kernel tree since +# kernel v4.20). # # References: # PC SDRAM Serial Presence -- cgit v1.2.1