summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-01 11:21:53 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-09-10 18:19:58 +0200
commit35a7249183d2e791eb00b41332e6277c504cdd49 (patch)
treeca73ef3d75e19dafad5fdea0cce1abcfdcd7d234 /src/northbridge/intel/gm45/Kconfig
parent25dd2479c1890d45935d7dbfc14599385e1893dd (diff)
downloadcoreboot-35a7249183d2e791eb00b41332e6277c504cdd49.tar.xz
intel/gm45: Use MMCONF_SUPPORT_DEFAULT
Change all PCI configuration accesses to MMIO for all boards with gm45 chipset. To enable MMIO style access, add explicit PCI IO config write in the bootblock. Change-Id: Id1c839b7d669946e0ca8b6837e5152ebcb9cd334 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3600 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/northbridge/intel/gm45/Kconfig')
-rw-r--r--src/northbridge/intel/gm45/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index 16a0bf175e..adf1c1b356 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -29,4 +29,8 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
select MMCONF_SUPPORT_DEFAULT
select IOMMU
+config BOOTBLOCK_NORTHBRIDGE_INIT
+ string
+ default "northbridge/intel/gm45/bootblock.c"
+
endif