
28 Aug
2003
28 Aug
'03
11:42 a.m.
Hello,
I tried to use I2C driver from cpu/mpc824x/drivers/i2c/ before relocation to ram (to read SDRAM eeprom actually). This doesn't work for me. I think this is because Motorola driver uses static variables and this can't work from flash.
I wrote my own simple driver (attached) that does work from flash. May be somebody needs it :)
-- Gleb.