]> Zhao Yanbai Git Server - minix.git/commit
eepromread: simple program to view eeprom contents 80/680/2
authorThomas Cort <tcort@minix3.org>
Mon, 15 Jul 2013 14:29:37 +0000 (10:29 -0400)
committerThomas Cort <tcort@minix3.org>
Mon, 15 Jul 2013 21:03:18 +0000 (17:03 -0400)
commitfdbede5dcf9c853de7a8f751838394585a71dbfe
tree99718b2f7cad1c0e80fdfe90686a10339bb9d359
parent526eb341447e5c83ca8035468d3a1987eca81b98
eepromread: simple program to view eeprom contents

This program uses the i2c /dev interface to read the
contents of EEPROMs and display it to the user in
HEX and ASCII. It also has a mode that can display
data in label:value pairs. That mode is used for
board detection in the rc script to start the right
i2c drivers for the board.

Change-Id: I0bf5b13ffab5a89533c762d6881a145cf7f14914
commands/Makefile
commands/eepromread/Makefile [new file with mode: 0644]
commands/eepromread/board_info.c [new file with mode: 0644]
commands/eepromread/eepromread.1 [new file with mode: 0644]
commands/eepromread/eepromread.c [new file with mode: 0644]
commands/eepromread/eepromread.h [new file with mode: 0644]
distrib/sets/lists/minix/md.evbarm
etc/usr/rc