Guenter Roeck | 29 Jun 2012 22:21
Favicon

Patch set updated for coreboot: 833a825 superiotool: Add support for NCT6775F(A/B) and NCT6779D

Guenter Roeck (linux <at> roeck-us.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1148

-gerrit

commit 833a825f753779d366e401ebd8af6761bb5125f2
Author: Guenter Roeck <linux <at> roeck-us.net>
Date:   Fri Jun 29 12:22:51 2012 -0700

    superiotool: Add support for NCT6775F(A/B) and NCT6779D

    Change-Id: I66667fcb58f6885460021f4a2024d6ba56b95f11
    Signed-off-by: Guenter Roeck <linux <at> roeck-us.net>
---
 util/superiotool/nuvoton.c |  234 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 234 insertions(+), 0 deletions(-)

diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c
index ed2eabc..46b8c2a 100644
--- a/util/superiotool/nuvoton.c
+++ b/util/superiotool/nuvoton.c
 <at>  <at>  -66,6 +66,170  <at>  <at>  static const struct superio_registers reg_table[] = {
 		{EOT}}},
 	{0x1a, "WPCM450", {
 		{EOT}}},
+	{0xb472, "NCT6775F (A)", {
+		{NOLDN, NULL,
+			{0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
+			 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+			{0xb4,0x72,0xff,0x78,0x40,0x00,0x00,0x7d,0x00,
+			 0x00,0x58,0x77,0xfc,0x04,0x00,MISC,EOT}},
(Continue reading)

Антон Кочков | 29 Jun 2012 22:43
Picon

Re: Patch set updated for coreboot: 833a825 superiotool: Add support for NCT6775F(A/B) and NCT6779D

Thanks for the patches!

Also, may be this can help you too, for automating some work
http://hg.droid-developers.org/pygen/src
Right now it is very hackish, but already works ok.

Best regards,
Anton Kochkov.

On Sat, Jun 30, 2012 at 12:21 AM, Guenter Roeck <gerrit <at> coreboot.org> wrote:
> Guenter Roeck (linux <at> roeck-us.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1148
>
> -gerrit
>
> commit 833a825f753779d366e401ebd8af6761bb5125f2
> Author: Guenter Roeck <linux <at> roeck-us.net>
> Date:   Fri Jun 29 12:22:51 2012 -0700
>
>    superiotool: Add support for NCT6775F(A/B) and NCT6779D
>
>    Change-Id: I66667fcb58f6885460021f4a2024d6ba56b95f11
>    Signed-off-by: Guenter Roeck <linux <at> roeck-us.net>
> ---
>  util/superiotool/nuvoton.c |  234 ++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 234 insertions(+), 0 deletions(-)
>
> diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c
> index ed2eabc..46b8c2a 100644
> --- a/util/superiotool/nuvoton.c
> +++ b/util/superiotool/nuvoton.c
(Continue reading)


Gmane