On Oct 11, 2004, at 1:33 PM, annamaya wrote: > I will try the zImage trick
It's not a trick nor magic :-) It's required for use with these boards because...... > ...but I just wanted to know > if the assumption here is that the kernel already > understands the EEPROM data format to construct > bd_info. Is that correct? ....the kernel does not understand anything about the EEPROM format on this board. This is the reason this "front end" bootloader was created. The standard interface to the kernel is the board descriptor, the board specific data in the EEPROM or elsewhere is usually quite varied and isn't appropriate to have in the kernel when it can be easily represented in a standard manner. Thanks. -- Dan