the following patch was just integrated into master: commit 213eb80a8a071403ca9448dc08b8e00b95f31e67 Author: Dave Frodin dave.frodin@se-eng.com Date: Thu Feb 2 14:56:23 2012 -0700
Force SB800 bootblock to use I/O for PCI config
If PCI config cycles use MMIO instead of I/O in the 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.
Change-Id: I93dec45f7cd6764cef7736c774a4d4e61bf7d7e0 Signed-off-by: Marc Jones marcj303@gmail.com
Build-Tested: build bot (Jenkins) at Tue Feb 14 01:41:13 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Mon Feb 20 18:51:38 2012, giving +2 See http://review.coreboot.org/630 for details.
-gerrit