[coreboot-gerrit] Change in coreboot[master]: nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri Sep 14 10:33:17 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28603


Change subject: nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig
......................................................................

nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig

Change-Id: I44f27405fc8ccbe54c7d19b70327da866390a156
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/google/beltino/Kconfig
M src/mainboard/google/slippy/Kconfig
M src/mainboard/intel/baskingridge/Kconfig
M src/northbridge/intel/haswell/Kconfig
4 files changed, 4 insertions(+), 12 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/28603/1

diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig
index aaec9f7..2f51461 100644
--- a/src/mainboard/google/beltino/Kconfig
+++ b/src/mainboard/google/beltino/Kconfig
@@ -53,10 +53,6 @@
 	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
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig
index 6891c0b..c56eb3d 100644
--- a/src/mainboard/google/slippy/Kconfig
+++ b/src/mainboard/google/slippy/Kconfig
@@ -61,10 +61,6 @@
 	default "variants/peppy/devicetree.cb" if BOARD_GOOGLE_PEPPY
 	default "variants/wolf/devicetree.cb" if BOARD_GOOGLE_WOLF
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xf0000000
-
 config MAX_CPUS
 	int
 	default 8
diff --git a/src/mainboard/intel/baskingridge/Kconfig b/src/mainboard/intel/baskingridge/Kconfig
index 1fd07c2..2119d47de 100644
--- a/src/mainboard/intel/baskingridge/Kconfig
+++ b/src/mainboard/intel/baskingridge/Kconfig
@@ -25,10 +25,6 @@
 	string
 	default "BASKING RIDGE"
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xf0000000
-
 config MAX_CPUS
 	int
 	default 16
diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig
index f9c68f3..0362ffe 100644
--- a/src/northbridge/intel/haswell/Kconfig
+++ b/src/northbridge/intel/haswell/Kconfig
@@ -36,6 +36,10 @@
 	string
 	default "8086,0166"
 
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xf0000000
+
 config CACHE_MRC_SIZE_KB
 	int
 	default 512

-- 
To view, visit https://review.coreboot.org/28603
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I44f27405fc8ccbe54c7d19b70327da866390a156
Gerrit-Change-Number: 28603
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180914/f3c2e4d7/attachment.html>


More information about the coreboot-gerrit mailing list