the following patch was just integrated into master: commit 0d7d6676e9c1def4d26432aa481752dbbabd3bec Author: Dave Frodin dave.frodin@se-eng.com Date: Thu Feb 2 14:50:02 2012 -0700
Force SB600 bootblock to use I/O for PCI config
If PCI config cycles use MMIO instead of I/O in the SB600 bootblock code the cycles will go nowhere since the MMIO feature hasn't been configured yet. This change forces the cycles to use I/O and configures the southbridge decode range to what is defined by the mainboards Kconfig.
Change-Id: I85297237f32f37b3fc1ff5b488cca0a43bcf20fd Signed-off-by: Marc Jones marcj303@gmail.com
Build-Tested: build bot (Jenkins) at Tue Feb 14 02:03:05 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Mon Feb 20 18:52:11 2012, giving +2 See http://review.coreboot.org/632 for details.
-gerrit