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
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
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
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
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
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
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
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