From b850eb8e478c6f2ee8526019488e96a6f41c0adb Mon Sep 17 00:00:00 2001 From: Anders Juel Jensen Date: Sat, 23 Jan 2010 15:50:12 +0000 Subject: Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G. Signed-off-by: Anders Juel Jensen Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5045 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/ite.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/superiotool/ite.c') diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 0f5f4fe183..f4e5bb78cb 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -29,6 +29,10 @@ static const struct superio_registers reg_table[] = { {0x8228, "IT8228E", { {EOT}}}, + {0x8510, "IT8510E/TE/G", { + {EOT}}}, + {0x8511, "IT8511E/TE/G", { + {EOT}}}, {0x8661, "IT8661F/IT8770F", { {NOLDN, NULL, {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x20,0x21,0x22, -- cgit v1.2.3