Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-07-14 Thread Timur Tabi
Jon, are you planning on picking this up? It is mostly an 86xx fix, since only 86xx uses sys_eeprom.c. Timur Tabi wrote: > Timur Tabi wrote: >> Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. >> The >> NXID format replaces the older CCID format, but it's important to s

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-24 Thread Timur Tabi
Timur Tabi wrote: > Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The > NXID format replaces the older CCID format, but it's important to support both > since most boards out there still use the CCID format. This change is in > preparation for using one file to handle

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Robert Schwebel
On Sun, Jun 22, 2008 at 05:03:55PM -0500, Timur Tabi wrote: > Sounds complicated and interesting. I might think about it some more > later. Hmm, I don't think that it's really complicated. It's only that it needs yet another arbitrary definition of what certain strings mean - which was a cause fo

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Timur Tabi
Robert Schwebel wrote: > Hi, > > On Fri, Jun 20, 2008 at 09:59:03AM -0500, Timur Tabi wrote: >> Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. >> The >> NXID format replaces the older CCID format, but it's important to support >> both >> since most boards out there st

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Robert Schwebel
Hi, On Fri, Jun 20, 2008 at 09:59:03AM -0500, Timur Tabi wrote: > Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The > NXID format replaces the older CCID format, but it's important to support both > since most boards out there still use the CCID format. This change is

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Timur Tabi
Ben Warren wrote: > So are you saying that the plan is to move much of the configuration > information from NOR flash to I2C EEPROMs on Freescale evaluation > boards? No. The plan is to better support does boards that *do* have MAC addresses in EEPROM. (Actually, I have no idea what the boar

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Ben Warren
Timur Tabi wrote: > Ben Warren wrote: > > >> So are you saying that the plan is to move much of the configuration >> information from NOR flash to I2C EEPROMs on Freescale evaluation >> boards? >> > > No. The plan is to better support does boards that *do* have MAC addresses in > EEPROM

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-21 Thread Ben Warren
Hi Timur, Timur Tabi wrote: > Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The > NXID format replaces the older CCID format, but it's important to support both > since most boards out there still use the CCID format. This change is in > preparation for using one file