Force SB700 bootblock code to use I/O for PCI config cycles.
authorDave Frodin <dave.frodin@se-eng.com>
Wed, 1 Feb 2012 23:15:08 +0000 (16:15 -0700)
committerMarc Jones <marcj303@gmail.com>
Mon, 20 Feb 2012 17:58:20 +0000 (18:58 +0100)
commit5257c27cf7f682de332b838e522415ccd1f3559b
tree640c15af0a6f162d1001dd60817845122fdd0c9e
parent2eacc0eec23fbe3a68eb17e32b2603d4c3353a36
Force SB700 bootblock code to use I/O for PCI config cycles.

If PCI config cycles use MMIO instead of I/O in the SB700
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 specified
by the mainboards Kconfig.

Change-Id: I15a89a27645edf594d14ef20f129f75a315e9672
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: http://review.coreboot.org/631
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/southbridge/amd/sb700/bootblock.c