the following patch was just integrated into master: commit 384f8a938f219c4a1d69eccda24baa79b642d6d0 Author: Sven Schnelle svens@stackframe.org Date: Sun Oct 23 15:30:29 2011 +0200
i82801gx: Don't set I/O base address to static value
Doing it this way will break all subsequent smbus calls, because the smbus code still uses res->base, which points to the old base address. Fix this by allocating a proper resource.
Change-Id: I0f3d8fba5f8e2db7fe4ca991ef2c345aff436ea4 Signed-off-by: Sven Schnelle svens@stackframe.org
Build-Tested: build bot (Jenkins) at Sun Oct 23 22:57:20 2011, giving +1 Reviewed-By: Rudolf Marek r.marek@assembler.cz at Sun Oct 23 22:29:29 2011, giving +2 See http://review.coreboot.org/325 for details.
-gerrit