[LinuxBIOS] r2977 - trunk/util/superiotool

svn at openbios.org svn at openbios.org
Thu Nov 22 04:36:19 CET 2007


Author: uwe
Date: 2007-11-22 04:36:18 +0100 (Thu, 22 Nov 2007)
New Revision: 2977

Modified:
   trunk/util/superiotool/smsc.c
Log:
Dump support for the SMSC LPC47B27x (trivial).

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



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c	2007-11-20 14:11:24 UTC (rev 2976)
+++ trunk/util/superiotool/smsc.c	2007-11-22 03:36:18 UTC (rev 2977)
@@ -206,6 +206,39 @@
 			 RSVD,RSVD,RSVD,RSVD,EOT}},
 		{EOT}}},
 	{0x51, "LPC47B27x", {
+		{NOLDN, NULL,
+			{0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
+			 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+			{RSVD,0x51,NANA,0x00,0x00,0x04,MISC,MISC,RSVD,
+			 NANA,NANA,NANA,NANA,NANA,NANA,EOT}},
+		{0x0, "Floppy",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
+			 EOT},
+			{0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
+			 EOT}},
+		{0x3, "Parallel port",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
+			{0x00,0x00,0x00,0x00,0x04,0x3c,0x00,EOT}},
+		{0x4, "COM1",
+			{0x30,0x60,0x61,0x70,0xf0,EOT},
+			{0x00,0x00,0x00,0x00,0x00,EOT}},
+		{0x5, "COM2",
+			{0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,0xf1,0xf2,
+			 EOT},
+			{NANA,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x02,0x03,
+			 EOT}},
+		{0x7, "Keyboard",
+			{0x30,0x70,0x72,0xf0,EOT},
+			{0x00,0x00,0x00,0x00,EOT}},
+		{0x9, "Game port",
+			{0x30,0x60,0x61,EOT},
+			{0x00,0x00,0x00,EOT}},
+		{0xa, "Power-management events (PME)",
+			{0x30,0x60,0x61,0xf0,0xf1,EOT},
+			{0x00,0x00,0x00,NANA,NANA,EOT}},
+		{0xb, "MIDI port (MPU-401)",
+			{0x30,0x60,0x61,0x70,EOT},
+			{0x00,0x03,0x30,0x05,EOT}},
 		{EOT}}},
 	{0x52, "LPC47B37x", {
 		{EOT}}},





More information about the coreboot mailing list