[coreboot] [commit] r6235 - trunk/util/superiotool

repository service svn at coreboot.org
Sat Jan 1 23:05:58 CET 2011


Author: uwe
Date: Sat Jan  1 23:05:57 2011
New Revision: 6235
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6235

Log:
Add detection support for the ITE IT8721F.

Tested on hardware by me.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/util/superiotool/ite.c

Modified: trunk/util/superiotool/ite.c
==============================================================================
--- trunk/util/superiotool/ite.c	Sat Jan  1 19:58:39 2011	(r6234)
+++ trunk/util/superiotool/ite.c	Sat Jan  1 23:05:57 2011	(r6235)
@@ -605,6 +605,8 @@
 		{EOT}}},
 	{0x8720, "IT8720F", {	/* From sensors-detect */
 		{EOT}}},
+	{0x8721, "IT8721F", {
+		{EOT}}},
 	{0x8722, "IT8722F", {
 		{EOT}}},
 	{0x8726, "IT8726F", {




More information about the coreboot mailing list