aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/Kconfig
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-09-14 10:28:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-21 12:08:22 +0000
commitef169d6cc6095f4088119117daa0421a835fef3c (patch)
tree2c89d60de7f7bb7a378c4dcb3847abf6abd4c48d /src/northbridge/intel/haswell/Kconfig
parent2aef7f3ceceffecc36c379059335c251e8e2ff3b (diff)
nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig
Change-Id: I44f27405fc8ccbe54c7d19b70327da866390a156 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/28603 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/northbridge/intel/haswell/Kconfig')
-rw-r--r--src/northbridge/intel/haswell/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig
index f9c68f34dd..0362ffee51 100644
--- a/src/northbridge/intel/haswell/Kconfig
+++ b/src/northbridge/intel/haswell/Kconfig
@@ -36,6 +36,10 @@ config VGA_BIOS_ID
string
default "8086,0166"
+config MMCONF_BASE_ADDRESS
+ hex
+ default 0xf0000000
+
config CACHE_MRC_SIZE_KB
int
default 512