summaryrefslogtreecommitdiffstats
path: root/util/superiotool
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2010-12-12 14:40:29 +0000
committerZheng Bao <Zheng.Bao@amd.com>2010-12-12 14:40:29 +0000
commitcb6c9e09422e4f9a2419997d6e49ab3a7a18690c (patch)
tree1cef5c793166f3e56ba2f70e685b39aab02d62f9 /util/superiotool
parentdfeb04d46323b412e940ae5c4d52814b18670aa1 (diff)
downloadcoreboot-staging-cb6c9e09422e4f9a2419997d6e49ab3a7a18690c.zip
coreboot-staging-cb6c9e09422e4f9a2419997d6e49ab3a7a18690c.tar.gz
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@amd.com> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-rw-r--r--util/superiotool/winbond.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index 0a5b7bd..f4bea2f 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -344,6 +344,8 @@ static const struct superio_registers reg_table[] = {
{0x9774, "W83977ATF", {
{EOT}}},
+ {0xb07, "W83527HG", { /* TODO: Not yet in sensors-detect */
+ {EOT}}},
/* ID only */
{0x52, "W83627HF/F/HG/G", {
{NOLDN, NULL,
OpenPOWER on IntegriCloud