diff options
author | Mattias Mattsson <vitplister@gmail.com> | 2010-08-02 02:34:20 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-08-02 02:34:20 +0000 |
commit | 25bf69a6c9eb4871bcff7d5dc3116f9d076ab545 (patch) | |
tree | 6a80be85c98a58c82a534963831dc5e983c81583 /util/superiotool | |
parent | c9ce895199653555c2e5610a824c9de43494e66d (diff) | |
download | coreboot-25bf69a6c9eb4871bcff7d5dc3116f9d076ab545.tar.xz |
Adds id for ITE IT8707F to superiotool.
Signed-off-by: Mattias Mattsson <vitplister@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5679 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-rw-r--r-- | util/superiotool/ite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 619d0a7850..52efa5332c 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -307,6 +307,8 @@ static const struct superio_registers reg_table[] = { {0x8706, "IT8706R", { /* TODO: Not yet in sensors-detect */ /* This is a "Special General Purpose I/O chip". */ {EOT}}}, + {0x8707, "IT8707F", { + {EOT}}}, {0x8708, "IT8708F", { {NOLDN, NULL, {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29, |