On Sun, Jul 05, 2009 at 03:05:59PM +0200, Luc Verhaegen wrote:
Board enable requires two things:
io(0x370) &= ~0x02; io(PM_IO_Base + 0x2C) |= 0x01;
The second scarily translates to: "Enable SMI generation".
The first is (according to carldani) most likely an io range for the super io. The superio is probably an it8712, but we do not know for sure, but there is a good chance that this is about dropping a gpio line. We might then get lucky and might not need SMI at all.
Ok, here it is... A first stab at a board enable... Not the way it should be, but we have little other option.
Glenn, apply on top of a clean flashrom tree.
Luc Verhaegen.