[LinuxBIOS] r2492 - trunk/LinuxBIOSv2/util/flashrom

svn at openbios.org svn at openbios.org
Tue Nov 7 11:22:21 CET 2006


Author: stepan
Date: 2006-11-07 11:22:20 +0100 (Tue, 07 Nov 2006)
New Revision: 2492

Modified:
   trunk/LinuxBIOSv2/util/flashrom/flash_enable.c
Log:
Support for VIA VT82C686 in flashrom utility (trivial)
closes #30
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>


Modified: trunk/LinuxBIOSv2/util/flashrom/flash_enable.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/flash_enable.c	2006-11-06 10:51:15 UTC (rev 2491)
+++ trunk/LinuxBIOSv2/util/flashrom/flash_enable.c	2006-11-07 10:22:20 UTC (rev 2492)
@@ -414,6 +414,7 @@
 	{0x1106, 0x8231, "VT8231", enable_flash_vt8231},
 	{0x1106, 0x3177, "VT8235", enable_flash_vt8235},
 	{0x1106, 0x3227, "VT8237", enable_flash_vt8231},
+	{0x1106, 0x0686, "VT82C686", enable_flash_amd8111},
 	{0x1078, 0x0100, "CS5530", enable_flash_cs5530},
 	{0x100b, 0x0510, "SC1100", enable_flash_sc1100},
 	{0x1039, 0x0008, "SIS5595", enable_flash_sis5595},





More information about the coreboot mailing list