summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-02-04 00:55:06 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-02-04 00:55:06 +0000
commit52da560bf653748a468a9062a8d76bbc1e8672b2 (patch)
tree944d4e49353bef671ec8b725737462f2d2e8e737
parentd0d7c0158d71b0fc8a358d768bc6a531a6931d71 (diff)
downloadcoreboot-staging-52da560bf653748a468a9062a8d76bbc1e8672b2.zip
coreboot-staging-52da560bf653748a468a9062a8d76bbc1e8672b2.tar.gz
Add dump support for the Winbond W83877AF (trivial).
This Super I/O doesn't seem to know the concept of LDNs, it's just a bunch of registers not splitted into banks/LDNs. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5081 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/superiotool/winbond.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index ecbf1f7..88db205 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -465,6 +465,15 @@ static const struct superio_registers reg_table[] = {
{0xa, "W83877F", {
{EOT}}},
{0xb, "W83877AF", {
+ {NOLDN, NULL,
+ {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,
+ 0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13,
+ 0x14,0x15,0x16,0x17,0x1e,0x20,0x21,0x22,0x23,0x24,
+ 0x25,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,EOT},
+ {0x00,0x00,0x00,0x30,0x00,0x00,0x00,0x00,0x00,0x0a,
+ 0x1f,0x0c,0x28,0xa3,RSVD,RSVD,0x00,0x00,0x00,0x00,
+ 0x00,0x00,0x0e,0x00,MISC,MISC,MISC,MISC,MISC,MISC,
+ MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,EOT}},
{EOT}}},
{0xc, "W83877TF", {
{EOT}}},
OpenPOWER on IntegriCloud