From ef169d6cc6095f4088119117daa0421a835fef3c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 14 Sep 2018 10:28:52 +0200 Subject: nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig Change-Id: I44f27405fc8ccbe54c7d19b70327da866390a156 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/28603 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Tristan Corrick --- src/northbridge/intel/haswell/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/northbridge') 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 -- cgit v1.2.3