diff options
author | Anders Juel Jensen <andersjjensen@gmail.com> | 2010-08-22 19:40:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-22 19:40:58 +0000 |
commit | 3d0ff918f891d4f1917a371f826d94a833b57f95 (patch) | |
tree | a70966a137aaf10d65b5aafca0a67f4a317e5f31 /util/superiotool | |
parent | 4fd7df9535eb2f7eeeba87ebd260a8094fe59ff5 (diff) |
Add another port to find ite8510 on.
Signed-off-by: Anders Juel Jensen <andersjjensen@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5727 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-rw-r--r-- | util/superiotool/superiotool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 8a97d7bf3c..fcef02df1f 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -173,7 +173,7 @@ static const struct { {probe_idregs_fintek, {0x2e, 0x4e, EOT}}, {probe_idregs_fintek_alternative, {0x2e, 0x4e, EOT}}, /* Only use 0x370 for ITE, but 0x3f0 or 0x3bd would also be valid. */ - {probe_idregs_ite, {0x2e, 0x4e, 0x370, EOT}}, + {probe_idregs_ite, {0x25e, 0x2e, 0x4e, 0x370, EOT}}, {probe_idregs_nsc, {0x2e, 0x4e, 0x15c, EOT}}, /* I/O pairs on Nuvoton EC chips can be configured by firmware in * addition to the following hardware strapping options. */ |