From ed61c4ad7edd1fd4463a24f17fed4e39ecdafe67 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 2 Feb 2011 23:49:41 +0000 Subject: Add detection/dump support for the NSC PC87382. It is a rather small 'Super I/O' device, containing a serial port, IR, GPIO, and a Docking LPC switch. It is used in various Thinkpads. Add 0x164e/0x16ef to the list of probed ports for NSC chips, as Thinkpads are using this address pair. Signed-off-by: Sven Schnelle Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6327 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 479dba0d7a..63dfebdcf7 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -223,7 +223,7 @@ static const struct { {probe_idregs_fintek_alternative, {0x2e, 0x4e, EOT}}, /* Only use 0x370 for ITE, but 0x3f0 or 0x3bd would also be valid. */ {probe_idregs_ite, {0x25e, 0x2e, 0x4e, 0x370, EOT}}, - {probe_idregs_nsc, {0x2e, 0x4e, 0x15c, EOT}}, + {probe_idregs_nsc, {0x2e, 0x4e, 0x15c, 0x164e, EOT}}, /* I/O pairs on Nuvoton EC chips can be configured by firmware in * addition to the following hardware strapping options. */ {probe_idregs_nuvoton, {0x164e, 0x2e, EOT}}, -- cgit v1.2.3