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
5 changed files with 4 additions and 16 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue