From 7a51e50582b65bb6ac54e8923470807b5975c6e1 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 1 Dec 2008 14:18:57 +0000 Subject: The Winbond Super I/O chips have another indirection of registers. The hwmon has generic registers and banked registers, mostly temperature handling, and SMI/GPIO stuff. Not all LDNs are switched via register offset 0x07, make it a parameter. Add support for dumping the hardware monitor of Winbond W83627THF/THG parts with the -e option. Signed-off-by: Stefan Reinauer Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3784 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/fintek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/fintek.c') diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index d4c9bb519f..701bd4c6f6 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -137,7 +137,7 @@ void probe_idregs_fintek(uint16_t port) get_superio_name(reg_table, did), vid, did, port); chip_found = 1; - dump_superio("Fintek", reg_table, port, did); + dump_superio("Fintek", reg_table, port, did, LDN_SEL); exit_conf_mode_winbond_fintek_ite_8787(port); } -- cgit v1.2.3