aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/winbond.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r--util/superiotool/winbond.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index dca64fe0a6..ebc65adad3 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -445,3 +445,8 @@ void probe_idregs_winbond(uint16_t port)
probe_idregs_winbond_helper("(init=0x87,0x87) ", port);
exit_conf_mode_winbond_fintek_ite_8787(port);
}
+
+void print_winbond_chips(void)
+{
+ print_vendor_chips("Winbond", reg_table);
+}