diff options
author | Zheng Bao <zheng.bao@amd.com> | 2010-12-12 14:40:29 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2010-12-12 14:40:29 +0000 |
commit | cb6c9e09422e4f9a2419997d6e49ab3a7a18690c (patch) | |
tree | 1cef5c793166f3e56ba2f70e685b39aab02d62f9 /util/superiotool/winbond.c | |
parent | dfeb04d46323b412e940ae5c4d52814b18670aa1 (diff) | |
download | coreboot-cb6c9e09422e4f9a2419997d6e49ab3a7a18690c.tar.xz |
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/winbond.c')
-rw-r--r-- | util/superiotool/winbond.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index 0a5b7bd6e6..f4bea2fea0 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, |