[coreboot] r3254 - trunk/util/superiotool

svn at coreboot.org svn at coreboot.org
Wed Apr 23 11:27:19 CEST 2008


Author: uwe
Date: 2008-04-23 11:27:18 +0200 (Wed, 23 Apr 2008)
New Revision: 3254

Modified:
   trunk/util/superiotool/smsc.c
Log:
Detect SMSC SCH5027 (trivial).

This chip seems to be very similar to the SMSC DME1737, for coreboot
purposes it might even work without any code changes.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c	2008-04-23 00:40:39 UTC (rev 3253)
+++ trunk/util/superiotool/smsc.c	2008-04-23 09:27:18 UTC (rev 3254)
@@ -436,6 +436,8 @@
 		{EOT}}},
 	{0x85, "SCH5317", {	/* From sensors-detect */
 		{EOT}}},
+	{0x89, "SCH5027", {	/* From sensors-detect (no public datasheet) */
+		{EOT}}},
 	{0x90, "SCH4307", {	/* From sensors-detect */
 		{EOT}}},
 





More information about the coreboot mailing list