summaryrefslogtreecommitdiff
path: root/util/superiotool/winbond.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-16 21:56:32 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-16 21:56:32 +0000
commit398b605ddb111038f6f92b0e51a5def9338ff993 (patch)
tree701ecb6790f0228ee2d883318a4285bf1f15e62b /util/superiotool/winbond.c
parente62537a948685b143f9630d3f5069999ed7bec99 (diff)
downloadcoreboot-398b605ddb111038f6f92b0e51a5def9338ff993.tar.xz
Add detection support for the Winbond W83977AF as found in the
Advantech PCM-5820 board (confirmed by Erwan Velu <erwan@seanodes.com> on IRC). Trivial (and tested) patch. 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@2865 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r--util/superiotool/winbond.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index 501ba26f94..faee986fba 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -199,6 +199,12 @@ const static struct superio_registers reg_table[] = {
/* ID and rev */
{0x9771, "W83977F-A/G-A/AF-A/AG-A", {
{EOT}}},
+ {0x9777, "W83977AF", {
+ /* W83977AF as found on the Advantech PCM-5820. We weren't able
+ * to find a datasheet (so far) which lists the 0x77 revision,
+ * but the hardware is there in the wild, so detect it...
+ */
+ {EOT}}},
{0x9773, "W83977TF", {
{NOLDN, NULL,
{0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x2a,0x2b,