[LinuxBIOS] r3033 - trunk/util/flashrom

svn at openbios.org svn at openbios.org
Fri Jan 4 18:22:44 CET 2008


Author: rminnich
Date: 2008-01-04 18:22:44 +0100 (Fri, 04 Jan 2008)
New Revision: 3033

Modified:
   trunk/util/flashrom/board_enable.c
Log:
Add board enable for the gigabyte ga_2761gxdk board
Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/util/flashrom/board_enable.c
===================================================================
--- trunk/util/flashrom/board_enable.c	2008-01-04 16:22:09 UTC (rev 3032)
+++ trunk/util/flashrom/board_enable.c	2008-01-04 17:22:44 UTC (rev 3033)
@@ -381,6 +381,8 @@
 	 "gigabyte", "m57sli", "GIGABYTE GA-M57SLI-S4", it87xx_probe_spi_flash},
 	{0x10de, 0x03e0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
 	 "gigabyte", "m61p", "GIGABYTE GA-M61P-S3", it87xx_probe_spi_flash},
+	{0x1039, 0x0761, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+	 "gigabyte", "2761gxdk", "GIGABYTE GA-2761GXDK", it87xx_probe_spi_flash},
 	{0x1022, 0x7468, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
 	 "iwill", "dk8_htx", "IWILL DK8-HTX", w83627hf_gpio24_raise_2e},
 	{0x10de, 0x005e, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,





More information about the coreboot mailing list