Author: zbao Date: Fri Dec 31 02:38:45 2010 New Revision: 6226 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6226
Log: Add detection of Nuvoton WPCM450. Signed-off-by: Zheng Bao <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/util/superiotool/nuvoton.c Modified: trunk/util/superiotool/nuvoton.c ============================================================================== --- trunk/util/superiotool/nuvoton.c Thu Dec 30 20:23:29 2010 (r6225) +++ trunk/util/superiotool/nuvoton.c Fri Dec 31 02:38:45 2010 (r6226) @@ -64,6 +64,8 @@ {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT}, {0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}}, {EOT}}}, + {0x1a, "WPCM450", { + {EOT}}}, {EOT} }; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

