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 <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



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,


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to