[coreboot-gerrit] Change in coreboot[master]: nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS

Arthur Heymans (Code Review) gerrit at coreboot.org
Mon Aug 20 01:07:21 CEST 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/28224


Change subject: nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS
......................................................................

nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS

This should not be board specific.

Change-Id: Ifa617e84af767f33a94f1ddfa7d4883c1a45198f
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/intel/d510mo/Kconfig
M src/northbridge/intel/pineview/Kconfig
2 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/28224/1

diff --git a/src/mainboard/intel/d510mo/Kconfig b/src/mainboard/intel/d510mo/Kconfig
index b2ce4b6..153c113 100644
--- a/src/mainboard/intel/d510mo/Kconfig
+++ b/src/mainboard/intel/d510mo/Kconfig
@@ -34,10 +34,6 @@
 	int
 	default 4
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xe0000000
-
 config MAINBOARD_DIR
 	string
 	default intel/d510mo
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig
index 221fa38..9b72ebf 100644
--- a/src/northbridge/intel/pineview/Kconfig
+++ b/src/northbridge/intel/pineview/Kconfig
@@ -39,4 +39,8 @@
 	string
 	default "8086,a001"
 
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xe0000000
+
 endif

-- 
To view, visit https://review.coreboot.org/28224
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: Ifa617e84af767f33a94f1ddfa7d4883c1a45198f
Gerrit-Change-Number: 28224
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180819/aae800ce/attachment-0001.html>


More information about the coreboot-gerrit mailing list