Add -D / --dump-readable option which prints the Super I/O register
[coreboot.git] / util / superiotool / winbond.c
index 0e8f2b86f8b7db518338dfc0741d5cf034e5de3e..9dbaba80d58cddba2d75a44cab606e606b5d2956 100644 (file)
@@ -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);
 }