[coreboot] [commit] r5979 - trunk/util/superiotool

repository service svn at coreboot.org
Sun Oct 24 14:43:41 CEST 2010


Author: jakllsch
Date: Sun Oct 24 14:43:41 2010
New Revision: 5979
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5979

Log:
Teach superiotool about the registers in a Fintek F71806 (and F71872).

Signed-off-by: Jonathan Kollasch <jakllsch at kollasch.net>
Acked-by: Peter Stuge <peter at stuge.se>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/util/superiotool/fintek.c

Modified: trunk/util/superiotool/fintek.c
==============================================================================
--- trunk/util/superiotool/fintek.c	Wed Oct 20 22:21:27 2010	(r5978)
+++ trunk/util/superiotool/fintek.c	Sun Oct 24 14:43:41 2010	(r5979)
@@ -77,6 +77,42 @@
 			{0x00,0x00,NANA,0x06,0x1c,0x01,EOT}},
 		{EOT}}},
 	{0x4103, "F71872F/FG / F71806F/FG", {	/* Same ID? Datasheet typo? */
+		{NOLDN, NULL,
+			{0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
+			 0x29,0x2a,0x2b,0x2c,0x2d,EOT},
+			{0x03,0x41,RSVD,0x19,0x34,0x00,0x00,MISC,0x66,
+			 0x80,0x00,0x00,0x00,0x04,EOT}},
+		{0x0, "Floppy",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,0xf2,0xf4,EOT},
+			{0x01,0x03,0xf0,0x06,0x02,0x0e,0x03,0x00,EOT}},
+		{0x1, "COM1",
+			{0x30,0x60,0x61,0x70,0xf0,EOT},
+			{0x01,0x03,0xf8,0x04,0x00,EOT}},
+		{0x2, "COM2",
+			{0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
+			{0x01,0x02,0xf8,0x03,0x00,0x04,EOT}},
+		{0x3, "Parallel port",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
+			{0x01,0x03,0x78,0x07,0x03,0x42,EOT}},
+		{0x4, "Hardware monitor",
+			{0x30,0x60,0x61,0x70,EOT},
+			{0x00,0x02,0x95,0x00,EOT}},
+		{0x5, "Keyboard",
+			{0x30,0x60,0x61,0x70,0x72,0xf0,0xf1,EOT},
+			{0x01,0x00,0x60,0x00,0x00,0x83,0x00,EOT}},
+		{0x6, "GPIO",
+			{0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
+			 0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,
+			 EOT},
+			{0x00,0x00,0x00,NANA,0x00,0x00,0x00,0x00,0x00,0x00,
+			 0x7f,0x00,0x7f,NANA,0x00,0xff,NANA,0x00,0x03,NANA,
+			 EOT}},
+		{0x7, "VID",
+			{0x30,0x60,0x61,EOT},
+			{0x00,0x00,0x00,EOT}},
+		{0xa, "PME, ACPI",
+			{0x30,0xf0,0xf1,0xf4,0xf5,EOT},
+			{0x00,0x00,0x61,0x06,0x3c,EOT}},
 		{EOT}}},
 	{0x4105, "F71882FG/F71883FG", {		/* Same ID? Datasheet typo? */
 		/* We assume reserved bits are read as 0. */




More information about the coreboot mailing list