[coreboot] [v2] r4891 - in trunk/coreboot-v2/src: . mainboard/kontron/986lcd-m mainboard/msi/ms6178 mainboard/via/pc2500e northbridge/intel/i82810 northbridge/intel/i945

svn at coreboot.org svn at coreboot.org
Fri Oct 30 13:56:59 CET 2009


Author: uwe
Date: 2009-10-30 13:56:59 +0100 (Fri, 30 Oct 2009)
New Revision: 4891

Modified:
   trunk/coreboot-v2/src/Kconfig
   trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig
   trunk/coreboot-v2/src/mainboard/msi/ms6178/Kconfig
   trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig
Log:
Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.

Of course, the user can still override those defaults, if needed.

Add defaults for VIA pc2500e, Kontron 986LCD-M/mITX, MSI MS-6178.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v2/src/Kconfig
===================================================================
--- trunk/coreboot-v2/src/Kconfig	2009-10-30 02:08:07 UTC (rev 4890)
+++ trunk/coreboot-v2/src/Kconfig	2009-10-30 12:56:59 UTC (rev 4891)
@@ -420,7 +420,7 @@
 	  The path and filename of the file to use as VGA BIOS.
 
 config FALLBACK_VGA_BIOS_ID
-	string "VGA BIOS ID"
+	string "VGA device PCI IDs"
 	depends on VGA_BIOS
 	default "1106,3230"
 	help

Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig	2009-10-30 02:08:07 UTC (rev 4890)
+++ trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig	2009-10-30 12:56:59 UTC (rev 4891)
@@ -60,3 +60,9 @@
 	int
 	default 2
 	depends on BOARD_KONTRON_986LCD_M
+
+config FALLBACK_VGA_BIOS_FILE
+	string
+	default "amipci_01.20"
+	depends on BOARD_KONTRON_986LCD_M
+

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/Kconfig	2009-10-30 02:08:07 UTC (rev 4890)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/Kconfig	2009-10-30 12:56:59 UTC (rev 4891)
@@ -49,3 +49,9 @@
 	default 4
 	depends on BOARD_MSI_MS_6178
 
+# No need to override the chipset FALLBACK_VGA_BIOS_ID.
+config FALLBACK_VGA_BIOS_FILE
+	string
+	default "i810.vga"
+	depends on BOARD_MSI_MS_6178
+

Modified: trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig	2009-10-30 02:08:07 UTC (rev 4890)
+++ trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig	2009-10-30 12:56:59 UTC (rev 4891)
@@ -42,3 +42,13 @@
 	default 0xaa51
 	depends on BOARD_VIA_PC2500E
 
+config FALLBACK_VGA_BIOS_FILE
+	string
+	default "M14CRT.ROM"
+	depends on BOARD_VIA_PC2500E
+
+config FALLBACK_VGA_BIOS_ID
+	string
+	default "1106,3344"
+	depends on BOARD_VIA_PC2500E
+

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig	2009-10-30 02:08:07 UTC (rev 4890)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig	2009-10-30 12:56:59 UTC (rev 4891)
@@ -43,3 +43,8 @@
 	default 1   if I810_VIDEO_MB_1MB
 	depends on NORTHBRIDGE_INTEL_I82810
 
+config FALLBACK_VGA_BIOS_ID
+	string
+	default "8086,7121"
+	depends on NORTHBRIDGE_INTEL_I82810
+

Modified: trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig	2009-10-30 02:08:07 UTC (rev 4890)
+++ trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig	2009-10-30 12:56:59 UTC (rev 4891)
@@ -20,3 +20,9 @@
 config NORTHBRIDGE_INTEL_I945
 	bool
 	select HAVE_HIGH_TABLES
+
+config FALLBACK_VGA_BIOS_ID
+	string
+	default "8086,27a2"
+	depends on NORTHBRIDGE_INTEL_I945
+





More information about the coreboot mailing list