[flashrom] [commit] r1295 - trunk

repository service svn at flashrom.org
Thu May 5 19:52:08 CEST 2011


Author: mkarcher
Date: Thu May  5 19:52:07 2011
New Revision: 1295
URL: http://flashrom.org/trac/flashrom/changeset/1295

Log:
Add support for the Via VX855 chipset

Signed-off-by: John Schmerge <jbschmerge at gmail.com> for Devon IT
Acked-by: Stefan Tauner <stefan.tauner at student.tuwien.ac.at>

Modified:
   trunk/chipset_enable.c

Modified: trunk/chipset_enable.c
==============================================================================
--- trunk/chipset_enable.c	Thu May  5 09:12:40 2011	(r1294)
+++ trunk/chipset_enable.c	Thu May  5 19:52:07 2011	(r1295)
@@ -1164,6 +1164,7 @@
 	{0x1106, 0x3337, OK, "VIA", "VT8237A",		enable_flash_vt823x},
 	{0x1106, 0x3372, OK, "VIA", "VT8237S",		enable_flash_vt8237s_spi},
 	{0x1106, 0x8353, OK, "VIA", "VX800",		enable_flash_vt8237s_spi},
+	{0x1106, 0x8409, OK, "VIA", "VX855",		enable_flash_vt823x},
 	{0x1106, 0x0596, OK, "VIA", "VT82C596",		enable_flash_amd8111},
 	{0x1106, 0x0586, OK, "VIA", "VT82C586A/B",	enable_flash_amd8111},
 	{0x1106, 0x0686, NT, "VIA", "VT82C686A/B",	enable_flash_amd8111},




More information about the flashrom mailing list