[flashrom] [commit] r1128 - trunk

repository service svn at flashrom.org
Sun Aug 1 01:16:09 CEST 2010


Author: hailfinger
Date: Sun Aug  1 01:16:09 2010
New Revision: 1128
URL: http://flashrom.org/trac/coreboot/changeset/1128

Log:
Add support for SIS661 (SIS963).

Tested on Asus P4S800-MX.

Signed-off-by: David Borg <borg.db at gmail.com>
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	Fri Jul 30 19:08:29 2010	(r1127)
+++ trunk/chipset_enable.c	Sun Aug  1 01:16:09 2010	(r1128)
@@ -1116,6 +1116,7 @@
 	{0x1039, 0x0650, NT, "SiS", "650",		enable_flash_sis540},
 	{0x1039, 0x0651, NT, "SiS", "651",		enable_flash_sis540},
 	{0x1039, 0x0655, NT, "SiS", "655",		enable_flash_sis540},
+	{0x1039, 0x0661, OK, "SiS", "661",		enable_flash_sis540},
 	{0x1039, 0x0730, NT, "SiS", "730",		enable_flash_sis540},
 	{0x1039, 0x0733, NT, "SiS", "733",		enable_flash_sis540},
 	{0x1039, 0x0735, OK, "SiS", "735",		enable_flash_sis540},




More information about the flashrom mailing list