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 <[email protected]>
Acked-by: Peter Stuge <[email protected]>
Acked-by: Uwe Hermann <[email protected]>

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,

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to