diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-25 17:12:53 +0000 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-03-10 08:47:06 +0100 |
commit | d7a75ece8581d958bbf95ebbecc074e1cf27d791 (patch) | |
tree | 1ce36209d41bfbd9952e6defffeb50910e0ba556 /util/superiotool/ite.c | |
parent | 294edb24b5a79b90db669d372e17741dc30354c0 (diff) |
tell superiotool about the ITE 8772
no dumping yet
Change-Id: I4e687ca816c8d6d1c95255b0abf6a19513e23f86
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/734
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/superiotool/ite.c')
-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 c83d78830c..e186e10f75 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -708,6 +708,8 @@ static const struct superio_registers reg_table[] = { {EOT}}}, {0x8761, "IT8761E", { {EOT}}}, + {0x8772, "IT8772F", { + {EOT}}}, {0x8780, "IT8780F", { {EOT}}}, {EOT} |