aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/ironlake/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-20 01:32:17 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-10 07:29:29 +0000
commita8df6cff16d4f24a7f6dfedd5979d0948ddda189 (patch)
tree949d112b6fb9ec868200dfb57869d2f3b0fb6b59 /src/northbridge/intel/ironlake/Kconfig
parentd9e58dca9e72ca2efa62eab832aad606c9c58fcd (diff)
nb/intel/ironlake: Use common {DMI,EP,MCH}BAR accessors
Tested with BUILD_TIMELESS=1, Packard Bell MS2290 remains identical. Change-Id: I166dbebf0eaf9fe0454145d4d48a0622743916fd Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49753 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/ironlake/Kconfig')
-rw-r--r--src/northbridge/intel/ironlake/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/northbridge/intel/ironlake/Kconfig b/src/northbridge/intel/ironlake/Kconfig
index 701c1f92a1..0d58704a18 100644
--- a/src/northbridge/intel/ironlake/Kconfig
+++ b/src/northbridge/intel/ironlake/Kconfig
@@ -50,4 +50,13 @@ config MMCONF_BUS_NUMBER
config INTEL_GMA_BCLV_OFFSET
default 0x48254
+config FIXED_MCHBAR_MMIO_BASE
+ default 0xfed10000
+
+config FIXED_DMIBAR_MMIO_BASE
+ default 0xfed18000
+
+config FIXED_EPBAR_MMIO_BASE
+ default 0xfed19000
+
endif