On 15.09.2008 20:39, ron minnich wrote:
This fix proposes the following:
- mainboard/*/*/initram.c has to provide an spd_init function just as
each mainboard provides an spd_read_byte function now. 2. this function is called from sdram_set_spd_registers before any spd functions are used.
It does require that we add an spd_init function to mainboards. This addition is very useful, in fact, as many mainboards have I2C hardware that is special and unique to that board that has to be set up (think: I2C mux).
I realize it is a bit more inconvenient to require adding this function but I think it is worth it.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
-ENOPATCH.
Regards, Carl-Daniel