summaryrefslogtreecommitdiffstats
path: root/util/superiotool/winbond.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-07 20:01:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-07 20:01:23 +0000
commite9d4616a9566e29e69d3c967d35126abddd99cee (patch)
tree8798c2d8ca8d6ee3a1850d5fe4118a08628a5f35 /util/superiotool/winbond.c
parent84bf1e250617fbb213fd0ebb9574b11c46346ed0 (diff)
downloadcoreboot-e9d4616a9566e29e69d3c967d35126abddd99cee.tar.gz
coreboot-e9d4616a9566e29e69d3c967d35126abddd99cee.tar.bz2
coreboot-e9d4616a9566e29e69d3c967d35126abddd99cee.zip
Print a short message if no Super I/O chip could be detected (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2835 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r--util/superiotool/winbond.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index 6e502fb06857..44fac47f6568 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -313,6 +313,7 @@ void probe_idregs_winbond_helper(const char *init, uint16_t port)
else
printf("Found Winbond %s (id=0x%02x, rev=0x%02x) at 0x%x\n",
get_superio_name(reg_table, id), devid, rev, port);
+ chip_found = 1;
/* TODO: Special notes in dump output for the MISC entries. */
dump_superio("Winbond", reg_table, port, id);