aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/ite.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-07 21:50:29 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-07 21:50:29 +0000
commit44bb777062aaef6f5c680103711f0991c3a3f436 (patch)
tree642d2115ef1e256b83791158488b0bab6acdb86b /util/superiotool/ite.c
parentabeb63df5f94e0ecb00dd31abf259326c6243db1 (diff)
Some more ITE chips and small fixes (trivial).
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@2838 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/ite.c')
-rw-r--r--util/superiotool/ite.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c
index f6ca00489c..6b201d9404 100644
--- a/util/superiotool/ite.c
+++ b/util/superiotool/ite.c
@@ -26,7 +26,6 @@
#define CHIP_VERSION_REG 0x22
-/* Note: IT8726F has ID 0x8726 (datasheet wrongly says 0x8716). */
const static struct superio_registers reg_table[] = {
{0x8661, "IT8661F", {
/* TODO: Needs different init sequence. */
@@ -64,7 +63,7 @@ const static struct superio_registers reg_table[] = {
{EOT}}},
{0x8702, "IT8702F", {
{EOT}}},
- {0x8705, "IT8705F/AF or IT8700F", {
+ {0x8705, "IT8705F/AF / IT8700F", {
{NOLDN, NULL,
{0x07,0x20,0x21,0x22,0x23,0x24,EOT},
{NANA,0x87,0x05,0x00,0x00,NANA,EOT}},
@@ -112,6 +111,9 @@ const static struct superio_registers reg_table[] = {
{0x30,0x60,0x61,0x70,0xf0,EOT},
{0x00,0x03,0x00,0x0a,0x00,EOT}},
{EOT}}},
+ {0x8706, "IT8706R", { /* TODO: Not yet in sensors-detect */
+ /* This is a "Special General Purpose I/O chip". */
+ {EOT}}},
{0x8708, "IT8708F", {
{NOLDN, NULL,
{0x07,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
@@ -167,7 +169,7 @@ const static struct superio_registers reg_table[] = {
{0x30,0x60,0x61,0x70,0xf0,EOT},
{0x00,0x03,0x00,0x0a,0x00,EOT}},
{EOT}}},
- {0x8710, "IT8710F", {
+ {0x8710, "IT8710F", { /* TODO: Not yet in sensors-detect */
{EOT}}},
{0x8712, "IT8712F", {
{NOLDN, NULL,
@@ -316,6 +318,9 @@ const static struct superio_registers reg_table[] = {
{0x30,0x60,0x61,0x70,0xf0,EOT},
{0x00,0x03,0x10,0x0b,0x00,EOT}},
{EOT}}},
+ {0x8726, "IT8726F", {
+ /* Datasheet wrongly says that the ID is 0x8716. */
+ {EOT}}},
{EOT}
};