From d7a75ece8581d958bbf95ebbecc074e1cf27d791 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 25 Oct 2011 17:12:53 +0000 Subject: [PATCH] tell superiotool about the ITE 8772 no dumping yet Change-Id: I4e687ca816c8d6d1c95255b0abf6a19513e23f86 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/734 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- util/superiotool/ite.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index c83d78830..e186e10f7 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -708,6 +708,8 @@ static const struct superio_registers reg_table[] = { {EOT}}}, {0x8761, "IT8761E", { {EOT}}}, + {0x8772, "IT8772F", { + {EOT}}}, {0x8780, "IT8780F", { {EOT}}}, {EOT} -- 2.25.1