From 945045b1ea380f8224bee426cb91b897562df1c8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 28 Sep 2007 15:39:10 +0000 Subject: Add support for some more Fintek chips and an ALi chip. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2813 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index bc17238a02..5f2de5dc38 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -81,6 +81,9 @@ void dump_superio(const char *name, const struct superio_registers reg_table[], void dump_superio_readable(uint16_t port); void no_superio_found(uint16_t port); +/* ali.c */ +void probe_idregs_ali(uint16_t port); + /* fintek.c */ void probe_idregs_fintek(uint16_t port); @@ -101,6 +104,7 @@ const static struct { void (*probe_idregs) (uint16_t port); int ports[MAXNUMPORTS]; /* Signed, as we need EOT. */ } superio_ports_table[] = { + {probe_idregs_ali, {0x3f0, 0x370, EOT}}, {probe_idregs_simple, {0x2e, 0x4e, EOT}}, {probe_idregs_fintek, {0x2e, 0x4e, EOT}}, {probe_idregs_ite, {0x2e, 0x4e, EOT}}, -- cgit v1.2.3