Add some more Super I/O IDs/names (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 1 Oct 2008 20:16:58 +0000 (20:16 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 1 Oct 2008 20:16:58 +0000 (20:16 +0000)
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3626 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/superiotool/fintek.c
util/superiotool/ite.c
util/superiotool/smsc.c

index 0cc1fee46abb75e7b45575bca70e61bb34504d37..ea3bdb157aa424bac0e541a8928360ff5b59b292 100644 (file)
@@ -67,6 +67,8 @@ static const struct superio_registers reg_table[] = {
                        {0x30,0xf0,0xf1,EOT},
                        {0x00,0x00,0x00,EOT}},
                {EOT}}},
+       {0x0581, "F8000", {     /* Fintek/ASUS F8000 */
+               {EOT}}},
        {EOT}
 };
 
index ed6d5ca237001706de723987fa663752cfedc6b8..ce589ed170f2d492ee00a3753ab6b3c67b5b708e 100644 (file)
@@ -318,6 +318,8 @@ static const struct superio_registers reg_table[] = {
                        {0x30,0x60,0x61,0x70,0xf0,EOT},
                        {0x00,0x03,0x10,0x0b,0x00,EOT}},
                {EOT}}},
+       {0x8720, "IT8720F", {   /* From sensors-detect */
+               {EOT}}},
        {0x8726, "IT8726F", {
                /* Datasheet wrongly says that the ID is 0x8716. */
                {EOT}}},
index c04c2a70fcf0436271be3acfdf655c6c8b259719..1d6e925c63191408ade4a3a4429a7cba7b166f8b 100644 (file)
@@ -426,6 +426,8 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x62, "LPC47S45x", {
                {EOT}}},
+       {0x67, "EMC2700LPC", {  /* From sensors-detect */
+               {EOT}}},
        {0x6b, "LPC47M292", {   /* From sensors-detect */
                {EOT}}},
        {0x6e, "LPC47B387", {   /* TODO: Not yet in sensors-detect */
@@ -507,10 +509,18 @@ static const struct superio_registers reg_table[] = {
                {EOT}}},
        {0x81, "SCH5307", {
                {EOT}}},
+       {0x83, "SCH5514D", {    /* From sensors-detect */
+               {EOT}}},
        {0x85, "SCH5317", {     /* From sensors-detect */
+               /* The SCH5317 can have either 0x85 or 0x8c as device ID. */
+               {EOT}}},
+       {0x86, "SCH5127", {     /* From sensors-detect */
                {EOT}}},
        {0x89, "SCH5027", {     /* From sensors-detect (no public datasheet) */
                {EOT}}},
+       {0x8c, "SCH5317", {     /* From sensors-detect */
+               /* The SCH5317 can have either 0x85 or 0x8c as device ID. */
+               {EOT}}},
        {0x90, "SCH4307", {     /* From sensors-detect */
                {EOT}}},