Force SB800 bootblock to use I/O for PCI config
authorDave Frodin <dave.frodin@se-eng.com>
Thu, 2 Feb 2012 21:56:23 +0000 (14:56 -0700)
committerMarc Jones <marcj303@gmail.com>
Mon, 20 Feb 2012 17:58:07 +0000 (18:58 +0100)
commit2eacc0eec23fbe3a68eb17e32b2603d4c3353a36
tree843652c6dfbce618113ad2c6a74b4293879a7fb0
parentd8d8c63cf71efbc8fae21e3db8aea87b530111f9
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>
Reviewed-on: http://review.coreboot.org/630
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/southbridge/amd/sb800/bootblock.c