[coreboot-gerrit] Change in coreboot[master]: nb/intel/gm45: Define and use default MMCONF_BASE_ADDRESS

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu May 11 16:39:54 CEST 2017


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/19649 )

Change subject: nb/intel/gm45: Define and use default MMCONF_BASE_ADDRESS
......................................................................


nb/intel/gm45: Define and use default MMCONF_BASE_ADDRESS

Change-Id: I2308b069b8f2c601254169bcb6a34442c537a311
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19649
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Nico Huber <nico.h at gmx.de>
---
M src/mainboard/lenovo/t400/Kconfig
M src/mainboard/lenovo/x200/Kconfig
M src/mainboard/roda/rk9/Kconfig
M src/northbridge/intel/gm45/Kconfig
4 files changed, 4 insertions(+), 12 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Nico Huber: Looks good to me, approved



diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index 031e9e8..13837a2 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -35,10 +35,6 @@
 
 endif
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xf0000000
-
 config USBDEBUG_HCD_INDEX
 	int
 	default 2
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index ff6139e..158dec7 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -31,10 +31,6 @@
 	string
 	default "ThinkPad X200"
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xf0000000
-
 config USBDEBUG_HCD_INDEX
 	int
 	default 2
diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig
index debed16..8f3e51a 100644
--- a/src/mainboard/roda/rk9/Kconfig
+++ b/src/mainboard/roda/rk9/Kconfig
@@ -25,10 +25,6 @@
 	string
 	default "RK9"
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xf0000000
-
 config MAX_CPUS
 	int
 	default 2
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index ea6933d..57ca8bd 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -39,4 +39,8 @@
 	string
 	default "8086,2a42"
 
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xf0000000
+
 endif

-- 
To view, visit https://review.coreboot.org/19649
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2308b069b8f2c601254169bcb6a34442c537a311
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list