There are two da850 SOC based EVMs, one from Spectrum digital and other from Logic PD. Boards from Spectrum digital have mac address stored in I2C EEPROM and they have spi flash manufactured by WINBOND. Boards from Logic PD store mac address in ST Microelectronics SPI flash. This patch series adds support to read mac address from the appropriate device.
Changes for v2: 1: Fixed a comment from Wolfgang, comparing MAC address if present in different locations and raising a warning on mismatch. 2: Fixed a comment from Mike, removed return -EINVAL statement, just issuing a warning in case of error in misc_init_r() function while reading MAC address. Manjunath Hadli (2): da850evm: add support to read mac address from SPI flash da850evm: read mac address from I2C EEPROM on AM18x EVM board/davinci/da8xxevm/da850evm.c | 103 +++++++++++++++++++++++++++++++++++++ boards.cfg | 4 +- 2 files changed, 105 insertions(+), 2 deletions(-) _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot