aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/ite.c
diff options
context:
space:
mode:
authorRobinson P. Tryon <bishop.robinson@gmail.com>2008-01-15 22:30:55 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-01-15 22:30:55 +0000
commit552cfb7b74cc0f39aee0c6babecdb045c81073e7 (patch)
treee1bd3b45ccdab7c806bc5742af4a4bb64754284c /util/superiotool/ite.c
parent6211ae13c3f366c0121a3b195196607f80cf29d3 (diff)
Add new --list-supported switch for printing the list of Super I/Os
supported by superiotool (closes #91). Signed-off-by: Robinson P. Tryon <bishop.robinson@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/ite.c')
-rw-r--r--util/superiotool/ite.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c
index fbb75f4132..dcb61787bc 100644
--- a/util/superiotool/ite.c
+++ b/util/superiotool/ite.c
@@ -380,3 +380,8 @@ void probe_idregs_ite(uint16_t port)
probe_idregs_ite_helper("(init=0x87,0x87) ", port);
exit_conf_mode_winbond_fintek_ite_8787(port);
}
+
+void print_ite_chips(void)
+{
+ print_vendor_chips("ITE", reg_table);
+}