[coreboot-gerrit] Patch set updated for coreboot: intel/i3100: Switch to MMCONF_SUPPORT

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Dec 6 20:59:28 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17548

-gerrit

commit f1ac3b80d6dd16aae354e2077cff9872411dd223
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Tue Nov 29 16:26:23 2016 +0200

    intel/i3100: Switch to MMCONF_SUPPORT
    
    TODO: HECBASE in bootblock
    
    Change-Id: Ia636bd82ccff542ac03b8799444eef8430a57e2d
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/intel/eagleheights/Kconfig |  4 ----
 src/northbridge/intel/i3100/Kconfig      | 10 +++++++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig
index 9671fff..7e64004 100644
--- a/src/mainboard/intel/eagleheights/Kconfig
+++ b/src/mainboard/intel/eagleheights/Kconfig
@@ -22,10 +22,6 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "EagleHeights"
 
-config MMCONF_BASE_ADDRESS
-	hex
-	default 0xe0000000
-
 config IRQ_SLOT_COUNT
 	int
 	default 9
diff --git a/src/northbridge/intel/i3100/Kconfig b/src/northbridge/intel/i3100/Kconfig
index 7d4f4e5..7e0b444 100644
--- a/src/northbridge/intel/i3100/Kconfig
+++ b/src/northbridge/intel/i3100/Kconfig
@@ -1,10 +1,18 @@
 config NORTHBRIDGE_INTEL_I3100
 	bool
-	select NO_MMCONF_SUPPORT
 	select LATE_CBMEM_INIT
 	select UDELAY_IO
 
 if NORTHBRIDGE_INTEL_I3100
+
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xe0000000
+
+config MMCONF_BUS_NUMBER
+	int
+	default 256
+
 config DIMM_MAP_LOGICAL
 	hex
 	default 0x1248



More information about the coreboot-gerrit mailing list