Uh,
and add this file, so the necessary options are actually _there_ (there
might be more, as said, I'll start caring when kconfig is available for
all boards)


Signed-off-by: Patrick Georgi <[email protected]>
Index: src/mainboard/kontron/986lcd-m/Kconfig
===================================================================
--- src/mainboard/kontron/986lcd-m/Kconfig	(Revision 4686)
+++ src/mainboard/kontron/986lcd-m/Kconfig	(Arbeitskopie)
@@ -9,6 +9,7 @@
 	select HAVE_PIRQ_TABLE
 	select MMCONF_SUPPORT
 	select USE_PRINTK_IN_CAR
+	select AP_IN_SIPI_WAIT
 	help
           Kontron 986LCD-M/mITX mainboard.
 
@@ -42,3 +43,7 @@
 	default "986LCD-M"
 	depends on BOARD_KONTRON_986LCD_M
 
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xf0000000
+	depends on BOARD_KONTRON_986LCD_M
Index: src/mainboard/intel/eagleheights/Kconfig
===================================================================
--- src/mainboard/intel/eagleheights/Kconfig	(Revision 4686)
+++ src/mainboard/intel/eagleheights/Kconfig	(Arbeitskopie)
@@ -46,3 +46,8 @@
 	default "EagleHeights"
 	depends on BOARD_INTEL_EAGLEHEIGHTS
 
+config MMCONF_BASE_ADDRESS
+	hex
+	default 0xe0000000
+	depends on BOARD_INTEL_EAGLEHEIGHTS
+
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to