[coreboot-gerrit] New patch to review for coreboot: bd5f7da util/superiotool: change displayed name of chip id 0xc333 (nct6776)

Felix Held (felix-coreboot@felixheld.de) gerrit at coreboot.org
Tue Dec 16 14:48:03 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/7806

-gerrit

commit bd5f7da8437b4b58a494c0fec5e82a9b2b1dac4a
Author: Felix Held <felix-coreboot at felixheld.de>
Date:   Tue Dec 16 14:47:51 2014 +0100

    util/superiotool: change displayed name of chip id 0xc333 (nct6776)
    
    nct6776f and nct6776d are just two package variants containing the same die
    
    Change-Id: I4d319fa0e791e66ad04857dede2fdfc8e42dd45a
    Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
---
 util/superiotool/nuvoton.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c
index 54ac5f6..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,



More information about the coreboot-gerrit mailing list