[U-Boot] [PATCH] fsl: add support for NXID v1 EEPROM format

Kumar Gala kumar.gala at freescale.com
Thu Oct 7 16:57:55 CEST 2010


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 at freescale.com>
> ---
> board/freescale/common/sys_eeprom.c |   26 +++++++++++++++++---------
> 1 files changed, 17 insertions(+), 9 deletions(-)

applied to 85xx

- k


More information about the U-Boot mailing list