From eddc473ce0753bfd8aa55cc19bcec991866694fd Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 20 Sep 2007 23:57:44 +0000 Subject: Add -D / --dump-readable option which prints the Super I/O register contents in human-readable form (e.g. "COM1 enabled" etc.) instead of the hex-table format from -d / --dump. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2795 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/winbond.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/superiotool/winbond.c') diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index 0e8f2b86f8..9dbaba80d5 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -150,6 +150,7 @@ void probe_idregs_winbond(uint16_t port) /* TODO: Special notes in dump output for the MISC entries. */ dump_superio("Winbond", reg_table, port, id); + dump_superio_readable(port); /* TODO */ exit_conf_mode_winbond_fintek_ite_8787(port); } -- cgit v1.2.3