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

svn at openbios.org svn at openbios.org
Tue Apr 10 00:27:45 CEST 2007


Author: stepan
Date: 2007-04-10 00:27:45 +0200 (Tue, 10 Apr 2007)
New Revision: 2599

Modified:
   trunk/LinuxBIOSv2/util/flashrom/chipset_enable.c
Log:
add support for CX700 builtin southbridge
Signed-off-by: Randall Philipson <rtphilipson at cox.net>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/LinuxBIOSv2/util/flashrom/chipset_enable.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/chipset_enable.c	2007-04-07 13:27:14 UTC (rev 2598)
+++ trunk/LinuxBIOSv2/util/flashrom/chipset_enable.c	2007-04-09 22:27:45 UTC (rev 2599)
@@ -410,6 +410,7 @@
 	{0x1106, 0x8231, "VT8231", enable_flash_vt823x},
 	{0x1106, 0x3177, "VT8235", enable_flash_vt823x},
 	{0x1106, 0x3227, "VT8237", enable_flash_vt823x},
+	{0x1106, 0x8324, "CX700" , enable_flash_vt823x},
 	{0x1106, 0x0686, "VT82C686", enable_flash_amd8111},
 	{0x1078, 0x0100, "CS5530", enable_flash_cs5530},
 	{0x100b, 0x0510, "SC1100", enable_flash_sc1100},





More information about the coreboot mailing list