
7 Oct
2010
7 Oct
'10
4:57 p.m.
On Sep 30, 2010, at 3:36 PM, Timur Tabi wrote:
Freescale application note AN3638 describes an update to the NXID format, which stores MAC addresses and related data on an on-board EEPROM. The new version adds support for up to 23 MAC addresses, instead of just 8. Since the initial implementation of NXID had a "0" in the 'version' field, this new version is called "v1".
Boards that are shipped with EEPROMs in the NXID v1 format should define CONFIG_SYS_I2C_EEPROM_NXID_1 instead of CONFIG_SYS_I2C_EEPROM_NXID.
Signed-off-by: Timur Tabi timur@freescale.com
board/freescale/common/sys_eeprom.c | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-)
applied to 85xx
- k