[U-Boot] [PATCH v3 16/18] board: ti: am654: Use EEPROM-based board detection

2019-06-04 Thread Andreas Dannenberg
The TI AM654x EVM base board and the associated daughtercards have on- board I2C-based EEPROMs containing board configuration data. Use the board detection infrastructure introduced earlier to do the following: 1) Parse the AM654x EVM base board EEPROM and populate items like board name and MAC

Re: [U-Boot] [PATCH v3 16/18] board: ti: am654: Use EEPROM-based board detection

2019-07-18 Thread Tom Rini
On Tue, Jun 04, 2019 at 06:08:26PM -0500, Andreas Dannenberg wrote: > The TI AM654x EVM base board and the associated daughtercards have on- > board I2C-based EEPROMs containing board configuration data. Use the > board detection infrastructure introduced earlier to do the following: > > 1) Parse