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

svn at coreboot.org svn at coreboot.org
Sat Jan 23 16:50:13 CET 2010


Author: uwe
Date: 2010-01-23 16:50:12 +0100 (Sat, 23 Jan 2010)
New Revision: 5045

Modified:
   trunk/util/superiotool/ite.c
Log:
Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G.

Signed-off-by: Anders Juel Jensen <andersjjensen at gmail.com>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/ite.c
===================================================================
--- trunk/util/superiotool/ite.c	2010-01-20 18:44:30 UTC (rev 5044)
+++ trunk/util/superiotool/ite.c	2010-01-23 15:50:12 UTC (rev 5045)
@@ -29,6 +29,10 @@
 static const struct superio_registers reg_table[] = {
 	{0x8228, "IT8228E", {
 		{EOT}}},
+	{0x8510, "IT8510E/TE/G", {
+		{EOT}}},
+	{0x8511, "IT8511E/TE/G", {
+		{EOT}}},
 	{0x8661, "IT8661F/IT8770F", {
 		{NOLDN, NULL,
 			{0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x20,0x21,0x22,





More information about the coreboot mailing list