[coreboot-gerrit] New patch to review for coreboot: 8ab6c85 util/superiotool: fix default values for nct6776 (rev. c)

Felix Held (felix-coreboot@felixheld.de) gerrit at coreboot.org
Tue Dec 16 14:03:50 CET 2014


Felix Held (felix-coreboot at felixheld.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7805

-gerrit

commit 8ab6c85d72ad32b5f685b51553f5ca1a373e54c1
Author: Felix Held <felix-coreboot at felixheld.de>
Date:   Tue Dec 16 13:28:03 2014 +0100

    util/superiotool: fix default values for nct6776 (rev. c)
    
    change default values according to the datasheet in revision 1.2
    also change chip name to NCT6776F/D (C), which are the two package variants
    
    Change-Id: Iec1d55dd7b906a7a41940f3f8e42413922883efd
    Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
 util/superiotool/nuvoton.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c
index 317b8ab..ea55a63 100644
--- a/util/superiotool/nuvoton.c
+++ b/util/superiotool/nuvoton.c
@@ -314,7 +314,7 @@ static const struct superio_registers reg_table[] = {
 			{0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,EOT},
 			{0x01,0x00,0x00,0x00,0x01,0x00,EOT}},
 		{EOT}}},
-	{0xc333, "NCT6776F (C)", {
+	{0xc333, "NCT6776F/D (C)", {
 		{NOLDN, NULL,
 			{0x10,0x11,0x13,0x14,0x16,0x17,0x18,0x19,0x1a,
 			 0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x22,0x23,
@@ -354,7 +354,7 @@ static const struct superio_registers reg_table[] = {
 		{0x08, "WDT1, GPIO0, GPIO1, GPIOA",
 			{0x30,0x60,0x61,0xe0,0xe1,0xe2,0xe3,0xe4,0xf0,
 			 0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,EOT},
-			{0x02,0x00,0x00,0xff,0x00,0x00,0x00,0xef,0xff,
+			{0x02,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0xff,
 			 0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
 		{0x09, "GPIO2, GPIO3, GPIO4, GPIO5",
 			{0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
@@ -367,7 +367,7 @@ static const struct superio_registers reg_table[] = {
 			{0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe9,
 			 0xee,0xf0,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
 			{0x01,0x00,0x00,0x00,0x00,0x02,0x1c,0x00,0x00,
-			 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,EOT}},
+			 0x00,0x00,0x5c,0x00,0x00,0x00,0xc0,0x00,EOT}},
 		{0x0b, "Hardware Monitor, Front Panel LED",
 			{0x30,0x60,0x61,0x62,0x63,0x70,0xe0,0xe1,0xe2,
 			 0xf0,0xf1,0xf2,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,



More information about the coreboot-gerrit mailing list