Stefan Reinauer wrote:
Add (partly) support for Nuvoton NCT6776F
nuvoton.c | 193 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- superiotool.h | 2 2 files changed, 191 insertions(+), 4 deletions(-)
Signed-off-by: Stefan Reinauer reinauer@google.com
Index: nuvoton.c
--- nuvoton.c (revision 6490) +++ nuvoton.c (working copy) @@ -29,7 +29,7 @@ {NOLDN, NULL, {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28, 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
{0xFC,0x11,RSVD,RSVD,RSVD,0x00,0x00,MISC,0x00,
{0xfc,0x11,RSVD,RSVD,RSVD,0x00,0x00,MISC,0x00,
Please skip this, or send separately.
@@ -99,7 +287,6 @@ printf("Found Nuvoton %s (id=0x%02x, rev=0x%02x) at 0x%x\n", get_superio_name(reg_table, sid), chip_id, chip_rev, port); chip_found = 1;
- dump_superio("Nuvoton", reg_table, port, sid, LDN_SEL);
}
Maybe this hunk too.
Otherwise
Acked-by: Peter Stuge peter@stuge.se