[flashrom] [commit] r1900 - trunk

repository service svn at flashrom.org
Sun Nov 22 00:35:48 CET 2015


Author: stefanct
Date: Sun Nov 22 00:35:47 2015
New Revision: 1900
URL: http://flashrom.org/trac/flashrom/changeset/1900

Log:
Add support for VIA VT8251.

Seems to work on IBM SurePOS 700 and
IBM (now Toshiba) AnyPlace Kiosk Model 4838-310.

Tested-by: Jason Vannest <Jason_Vannest at abercrombie.com>
Tested-by: Rowlinson Mark <Mark.Rowlinson at uk.fujitsu.com>

Signed-off-by: Stefan Tauner <stefan.tauner at alumni.tuwien.ac.at>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Modified:
   trunk/chipset_enable.c

Modified: trunk/chipset_enable.c
==============================================================================
--- trunk/chipset_enable.c	Sat Nov 14 03:55:22 2015	(r1899)
+++ trunk/chipset_enable.c	Sun Nov 22 00:35:47 2015	(r1900)
@@ -1582,6 +1582,7 @@
 	{0x1106, 0x3147, OK,  "VIA", "VT8233A",				enable_flash_vt823x},
 	{0x1106, 0x3177, OK,  "VIA", "VT8235",				enable_flash_vt823x},
 	{0x1106, 0x3227, OK,  "VIA", "VT8237(R)",			enable_flash_vt823x},
+	{0x1106, 0x3287, OK,  "VIA", "VT8251",				enable_flash_vt823x},
 	{0x1106, 0x3337, OK,  "VIA", "VT8237A",				enable_flash_vt823x},
 	{0x1106, 0x3372, OK,  "VIA", "VT8237S",				enable_flash_vt8237s_spi},
 	{0x1106, 0x8231, NT,  "VIA", "VT8231",				enable_flash_vt823x},




More information about the flashrom mailing list