[coreboot] [PATCH] superiotool: preliminary support for IT8510E and IT8511E/TE/G

Uwe Hermann uwe at hermann-uwe.de
Sat Jan 23 16:51:37 CET 2010


On Sat, Jan 23, 2010 at 03:38:04PM +0100, Anders Juel Jensen wrote:
> Ad device ids for ITE IT8510E and IT8511E/TE/G
> 
> Signed-off-by: Anders Juel Jensen <andersjjensen at gmail.com>

Thanks, committed in r5045 with a small change...


> Index: ite.c
> ===================================================================
> --- ite.c	(revision 5044)
> +++ ite.c	(working copy)
> @@ -29,6 +29,10 @@
>  static const struct superio_registers reg_table[] = {
>  	{0x8228, "IT8228E", {
>  		{EOT}}},
> +	{0x8510, "IT8510E", {
> +		{EOT}}},

... namely changing this to "IT8510E/TE/G", my datasheet also mentions
the TE/G suffixes.


> +	{0x8511, "IT8511E/TE/G", {
> +		{EOT}}},
>  	{0x8661, "IT8661F/IT8770F", {
>  		{NOLDN, NULL,
>  			{0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x20,0x21,0x22,


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.randomprojects.org
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org




More information about the coreboot mailing list