diff options
author | Anton Kochkov <anton.kochkov@gmail.com> | 2010-05-09 15:30:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-09 15:30:45 +0000 |
commit | 7b5df5a445614fe83cbdb52f30abd6b8037122b2 (patch) | |
tree | 167fe23932a6ccdc98a11c37621cc9097ae40c4d | |
parent | 29d3a92e15498da51f4bcdcd91cc5f79877673cd (diff) |
Begin implementation support to IT8512/IT8513
Signed-off-by: Anton Kochkov <anton.kochkov@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/superiotool/ite.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 0d21850df0..155809facb 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -33,6 +33,10 @@ static const struct superio_registers reg_table[] = { {EOT}}}, {0x8511, "IT8511E/TE/G", { {EOT}}}, + {0x8512, "IT8512E/F/G", { + {EOT}}}, + {0x8513, "IT8513E/F/G", { + {EOT}}}, {0x8661, "IT8661F/IT8770F", { {NOLDN, NULL, {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x20,0x21,0x22, |