Thomas Cort 13054fd168 eepromread: support for reading from /dev/eeprom
eepromread could only read EEPROMs through the /dev/i2c interface.
Once the cat24c256 driver is started and claims/reserves the
device, it can no longer be read through the /dev/i2c interface.

This patch adds support for reading from EEPROMs through the
/dev/eeprom interface. For example, to read the on-board eeprom
on the BBB, one would do `eepromread -f /dev/eepromb1s50 -i`.

Change-Id: If08ce37231e593982eeb109bdd6d5458ad271108
2013-11-11 10:14:03 -05:00
2013-08-20 11:37:40 +02:00
2013-11-09 20:37:49 -05:00
2013-10-12 11:51:55 -04:00
2013-11-07 13:44:20 +00:00
2013-08-21 13:53:39 +02:00
2013-10-29 15:18:45 -04:00
2013-11-09 20:37:49 -05:00
2013-10-17 08:40:33 -04:00
2013-11-07 13:44:20 +00:00
2013-09-01 12:59:37 +00:00
2013-10-14 18:06:05 -04:00
2013-10-29 15:18:45 -04:00
2013-11-06 17:23:38 -05:00
2013-11-09 20:37:49 -05:00
2010-01-21 10:16:05 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%