i have omap4430 based development board and it has ported GB from http://www.omappedia.org/wiki/L27.G.5_OMAP4_GingerBread_Release_Notes
Now it works fine but when i soft reboot Manny times then u-boot shows
timed out in wait_for_bb: I2C_STAT=1000
I2C read: I/O error
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Initializing cgroup subsys cpu
Linux version 2.6.35.7-dirty
And in kernel i see below error many times.
i2c_omap i2c_omap.4: timeout waiting for bus ready
i2c_omap i2c_omap.4: timeout waiting for bus ready
i2c_omap i2c_omap.4: timeout waiting for bus ready
i2c_omap i2c_omap.4: timeout waiting for bus ready
i2c_omap i2c_omap.4: timeout waiting for bus ready
i2c_omap i2c_omap.4: timeout waiting for bus ready
i2c_omap i2c_omap.4: timeout waiting for bus ready
and my all i2c device registration gets failed. Doing hard reboot works fine. So does my linux release missing any patch like https://patchwork.kernel.org/patch/49514/
or anything is missing in u-boot code.?
Regards
Jeegar Patel