From cb6c9e09422e4f9a2419997d6e49ab3a7a18690c Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Sun, 12 Dec 2010 14:40:29 +0000 Subject: [PATCH 1/1] 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 Acked-by: Peter Stuge Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/winbond.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index 0a5b7bd6e..f4bea2fea 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, -- 2.25.1