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

repository service svn at coreboot.org
Sun Aug 22 21:40:59 CEST 2010


Author: stepan
Date: Sun Aug 22 21:40:58 2010
New Revision: 5727
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5727

Log:
Add another port to find ite8510 on.

Signed-off-by: Anders Juel Jensen <andersjjensen at gmail.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/util/superiotool/superiotool.h

Modified: trunk/util/superiotool/superiotool.h
==============================================================================
--- trunk/util/superiotool/superiotool.h	Sun Aug 22 21:40:11 2010	(r5726)
+++ trunk/util/superiotool/superiotool.h	Sun Aug 22 21:40:58 2010	(r5727)
@@ -173,7 +173,7 @@
 	{probe_idregs_fintek,	{0x2e, 0x4e, EOT}},
 	{probe_idregs_fintek_alternative,	{0x2e, 0x4e, EOT}},
 	/* Only use 0x370 for ITE, but 0x3f0 or 0x3bd would also be valid. */
-	{probe_idregs_ite,	{0x2e, 0x4e, 0x370, EOT}},
+	{probe_idregs_ite,	{0x25e, 0x2e, 0x4e, 0x370, EOT}},
 	{probe_idregs_nsc,	{0x2e, 0x4e, 0x15c, EOT}},
 	/* I/O pairs on Nuvoton EC chips can be configured by firmware in
 	 * addition to the following hardware strapping options. */




More information about the coreboot mailing list