[LinuxBIOS] r2865 - trunk/util/superiotool

svn at openbios.org svn at openbios.org
Tue Oct 16 23:56:33 CEST 2007


Author: uwe
Date: 2007-10-16 23:56:32 +0200 (Tue, 16 Oct 2007)
New Revision: 2865

Modified:
   trunk/util/superiotool/winbond.c
Log:
Add detection support for the Winbond W83977AF as found in the
Advantech PCM-5820 board (confirmed by Erwan Velu <erwan at seanodes.com>
on IRC). Trivial (and tested) patch.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/winbond.c
===================================================================
--- trunk/util/superiotool/winbond.c	2007-10-16 21:18:43 UTC (rev 2864)
+++ trunk/util/superiotool/winbond.c	2007-10-16 21:56:32 UTC (rev 2865)
@@ -199,6 +199,12 @@
 	/* 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,





More information about the coreboot mailing list