aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/board_enable.c
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-06-13 01:39:45 +0000
committerPeter Stuge <peter@stuge.se>2008-06-13 01:39:45 +0000
commit01441bd5cfee375c3170da0a34433e176b1796b3 (patch)
tree7042b9598a0361a8d3af63017daae37485266251 /util/flashrom/board_enable.c
parentbc18fbbc609a1c3408e08ddc9e83da36dd25b81b (diff)
flashrom: Board enable and autodetection for GIGABYTE GA-7VT600
Uses the VT8237 ISA bridge with mainboard subsystem ID and Realtek 8139 with mainboard subsystem ID for board detection. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Lyos Gemini Norezel <lyos.gemininorezel@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3366 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/board_enable.c')
-rw-r--r--util/flashrom/board_enable.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c
index 82eb5415ac..a3eae3353d 100644
--- a/util/flashrom/board_enable.c
+++ b/util/flashrom/board_enable.c
@@ -517,6 +517,7 @@ static int board_kontron_986lcd_m(const char *name)
/**
* 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 @@ struct board_pciid_enable board_pciid_enables[] = {
"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, 0x10ec, 0x8139, 0x1458, 0xe000,
+ NULL, NULL, "GIGABYTE GA-7VT600", board_biostar_p4m80_m4},
{0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL} /* Keep this */
};