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>
This commit is contained in:
Elyes HAOUAS 2018-09-14 10:28:52 +02:00 committed by Patrick Georgi
parent 2aef7f3cec
commit ef169d6cc6
5 changed files with 4 additions and 16 deletions

View file

@ -74,10 +74,6 @@ config MAX_CPUS
int int
default 8 default 8
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
# #
# Since this is a desktop board, the assumption is made that most users # Since this is a desktop board, the assumption is made that most users
# would want CMOS configuration enabled by default. # would want CMOS configuration enabled by default.

View file

@ -53,10 +53,6 @@ config GBB_HWID
default "X86 TRICKY TEST 4487" if BOARD_GOOGLE_TRICKY default "X86 TRICKY TEST 4487" if BOARD_GOOGLE_TRICKY
default "X86 ZAKO TEST 8602" if BOARD_GOOGLE_ZAKO default "X86 ZAKO TEST 8602" if BOARD_GOOGLE_ZAKO
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config MAX_CPUS config MAX_CPUS
int int
default 8 default 8

View file

@ -58,10 +58,6 @@ config DEVICETREE
string string
default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config MAX_CPUS config MAX_CPUS
int int
default 8 default 8

View file

@ -25,10 +25,6 @@ config MAINBOARD_PART_NUMBER
string string
default "BASKING RIDGE" default "BASKING RIDGE"
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config MAX_CPUS config MAX_CPUS
int int
default 16 default 16

View file

@ -36,6 +36,10 @@ config VGA_BIOS_ID
string string
default "8086,0166" default "8086,0166"
config MMCONF_BASE_ADDRESS
hex
default 0xf0000000
config CACHE_MRC_SIZE_KB config CACHE_MRC_SIZE_KB
int int
default 512 default 512