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 <[email protected]> for Devon IT
Acked-by: Stefan Tauner <[email protected]>

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},

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to