On Wed, Sep 18, 2013 at 7:39 AM, Mark Mc markymcd13@gmail.com wrote:
Hi Marc,
I think you are correct and that something is going wrong in romstage.c where "wants_reset = mcp55_early_setup_x()" which seems to execute that function in early_setup_car.c just before the warm reset however the code within this function is beyond my skill set and the only way I can see myself correcting this is if I cound find an older release of coreboot v4 (late 2010) as there are a number of posts in the mail archive of this board working correctly at that time. Do you of anyway to get this?
You can do a git bisect, but going back that far in history can be difficult (toolchain and architecture changes).
You should just keep drilling down to why it fails. You don't have to understand too much to dissect down to the failure point. Then we can look at changes in that area and figure out why.
Regards, Marc