See patch.

//Peter
flashrom: Board enable for GIGABYTE GA-7VT600

Uses the VT8237 ISA bridge with mainboard subsystem ID for board detection.

Signed-off-by: Peter Stuge <[EMAIL PROTECTED]>

Index: board_enable.c
===================================================================
--- board_enable.c	(revision 3365)
+++ board_enable.c	(working copy)
@@ -517,6 +517,7 @@
 /**
  * Suited for:
  *   - BioStar P4M80-M4: Intel P4 + VIA P4M800 + VT8237
+ *   - GIGABYTE GA-7VT600: AMD K7 + VIA KT600 + VT8237
  */
 static int board_biostar_p4m80_m4(const char *name)
 {
@@ -612,6 +613,8 @@
  	 "kontron", "986lcd-m", "Kontron 986LCD-M", board_kontron_986lcd_m},
  	{0x1106, 0x3149, 0x1565, 0x3206, 0x1106, 0x3344, 0x1565, 0x1202,
  	 NULL, NULL, "BioStar P4M80-M4", board_biostar_p4m80_m4},
+ 	{0x1106, 0x3227, 0x1458, 0x5001, 0x0000, 0x0000, 0x0000, 0x0000,
+ 	 NULL, NULL, "GIGABYTE GA-7VT600", board_biostar_p4m80_m4},
 	{0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL}	/* Keep this */
 };
 
-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to