[coreboot-gerrit] New patch to review for coreboot: 3496a83 superiotool: detect the NCT5572D

Felix Held (felix-coreboot@felixheld.de) gerrit at coreboot.org
Sun May 31 16:04:25 CEST 2015


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

-gerrit

commit 3496a8326441fb08fe9389dacd26d29549a5e042
Author: Felix Held <felix-coreboot at felixheld.de>
Date:   Fri Jul 11 18:50:39 2014 +0200

    superiotool: detect the NCT5572D
    
    Change-Id: I99717072679a51deecd6934ce7fb4aeb45135cd6
    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 bc95869..e759dad 100644
--- a/util/superiotool/nuvoton.c
+++ b/util/superiotool/nuvoton.c
@@ -148,7 +148,7 @@ static const struct superio_registers reg_table[] = {
 			{0xff,0xff,0xf7,0xff,0xfb,0xcb,0xff,0xff,0xff,
 			 0xff,0x00,0x00,0x00,0x00,0x70,0xff,EOT}},
 		{EOT}}},
-	{0xb473, "NCT6775F (B)", {
+	{0xb473, "NCT6775F (B) / NCT5572D (B) (not all LDN supported)", {
 		{NOLDN, NULL,
 			{0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,
 			 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},



More information about the coreboot-gerrit mailing list