From 62adc4c6101749d59bdcc36135556fc2d2482131 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Thu, 23 Jan 2014 09:06:08 +0100 Subject: lenovo: Handle EEPROM/RFID chip. EEPROM/RFID chip present in thinkpad should be locked in a way to avoid any potential RFID access. Read serial number, UUID and P/N from EEPROM. This info is stored on AT24RF08 chip acessible through SMBUS. Change-Id: Ia3e766d90a094f63c8c854cd37e165221ccd8acd Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/4774 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek --- src/drivers/i2c/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/i2c/Makefile.inc') diff --git a/src/drivers/i2c/Makefile.inc b/src/drivers/i2c/Makefile.inc index ef7ac4b2b2..8c61b6a96d 100644 --- a/src/drivers/i2c/Makefile.inc +++ b/src/drivers/i2c/Makefile.inc @@ -7,3 +7,4 @@ subdirs-y += lm63 subdirs-y += rtd2132 subdirs-y += w83795 subdirs-y += w83793 +subdirs-y += at24rf08c -- cgit v1.2.3