aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-09-16 12:46:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-17 08:18:00 +0000
commitca24fe48c46f30289caba693e1003e2807df4b10 (patch)
treeb3c3fa8921d69e3b374fdcc5163c9c7fdc5159f4 /src/northbridge
parentf704b548834fa7d2e7e9069750fd96b75df3e547 (diff)
nb/nehalem: Move MMCONF_BASE_ADDRESS to a common place
Change-Id: I872959c4a38e28c29220b81c9fe029e7fc553ccf Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35435 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/nehalem/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig
index 9c74ef6d4d..f500d637d6 100644
--- a/src/northbridge/intel/nehalem/Kconfig
+++ b/src/northbridge/intel/nehalem/Kconfig
@@ -52,4 +52,8 @@ config MRC_CACHE_SIZE
hex
default 0x10000
+config MMCONF_BASE_ADDRESS
+ hex
+ default 0xe0000000
+
endif