Re: [U-Boot] [PATCH v1] ARM: omap-common: Add support for EEPROM

2015-10-29 Thread Nishanth Menon
On 10/28/2015 05:45 PM, Steve Kipisz wrote: > From: Lokesh Vutla > > Add support for EEPROM init and read. The am57xx boards have EEPROMs > that have board name, version, serial data and other data. The init > routine will initialize an i2c bus and then probe for the EEPROM >

[U-Boot] [PATCH v1] ARM: omap-common: Add support for EEPROM

2015-10-28 Thread Steve Kipisz
From: Lokesh Vutla Add support for EEPROM init and read. The am57xx boards have EEPROMs that have board name, version, serial data and other data. The init routine will initialize an i2c bus and then probe for the EEPROM device. The read routine will read data from the EEPROM