[coreboot] [commit] r6169 - trunk/util/superiotool

repository service svn at coreboot.org
Sun Dec 12 15:40:29 CET 2010


Author: zbao
Date: Sun Dec 12 15:40:29 2010
New Revision: 6169
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6169

Log:
Add detection support for the Winbond W83527HG Super I/O.

Running result.
superiotool r6131
Found Winbond W83527HG (id=0xb0, rev=0x73) at 0x2e

The documentation is not available yet.


Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Acked-by: Peter Stuge <peter at stuge.se>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/util/superiotool/winbond.c

Modified: trunk/util/superiotool/winbond.c
==============================================================================
--- trunk/util/superiotool/winbond.c	Sun Dec 12 01:37:41 2010	(r6168)
+++ trunk/util/superiotool/winbond.c	Sun Dec 12 15:40:29 2010	(r6169)
@@ -344,6 +344,8 @@
 	{0x9774, "W83977ATF", {
 		{EOT}}},
 
+	{0xb07, "W83527HG", {	/* TODO: Not yet in sensors-detect */
+		{EOT}}},
 	/* ID only */
 	{0x52, "W83627HF/F/HG/G", {
 		{NOLDN, NULL,




More information about the coreboot mailing list