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:
parent
2aef7f3cec
commit
ef169d6cc6
|
@ -74,10 +74,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 8
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
#
|
||||
# Since this is a desktop board, the assumption is made that most users
|
||||
# would want CMOS configuration enabled by default.
|
||||
|
|
|
@ -53,10 +53,6 @@ config GBB_HWID
|
|||
default "X86 TRICKY TEST 4487" if BOARD_GOOGLE_TRICKY
|
||||
default "X86 ZAKO TEST 8602" if BOARD_GOOGLE_ZAKO
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
|
|
|
@ -58,10 +58,6 @@ config DEVICETREE
|
|||
string
|
||||
default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
|
|
|
@ -25,10 +25,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "BASKING RIDGE"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 16
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue