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

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed May 10 13:13:56 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/19650 )

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

nb/intel/x4x: Define and use default MMCONF_BASE_ADDRESS

Currently only one board uses this northbridge in coreboot but some
patches are pending to add more.

Change-Id: If035e442d1a23674667f46a07b44c4f2b81be48c
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
M src/northbridge/intel/x4x/Kconfig
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/19650/1

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index ae57e5b..909e580 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -35,10 +35,6 @@
 	select HAVE_CMOS_DEFAULT
 	select HAVE_ACPI_RESUME
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xe0000000
-
 config MAINBOARD_DIR
 	string
 	default "gigabyte/ga-g41m-es2l"
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index 716a015..f5dd39e 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -38,4 +38,8 @@
 	string
 	default "8086,2e32"
 
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xe0000000
+
 endif

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If035e442d1a23674667f46a07b44c4f2b81be48c
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list