From e6dc71fe9fa815951b97d3885535dec1fc4d8b42 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Sat, 19 Apr 2025 16:20:56 -0400 Subject: [PATCH] util/superiotool: Dump one more NCT6779D register Nuvoton NCT6779D has an undocumented GPIOE# functionality similar to that found in NCT6791D. Its latched status can be read from LDN B register 0xfb. Add it to the roster of dumped registers to help development. Change-Id: Id050b8efde855dec8099f1ac35307f7d372ae499 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/87364 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- util/superiotool/nuvoton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index 05974f27d4..80ba12ecdd 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -596,10 +596,10 @@ static const struct superio_registers reg_table[] = { {0x0b, "Hardware Monitor, Front Panel LED", {0x30,0x60,0x61,0x62,0x63,0x70,0xe0,0xe1,0xe2, 0xe4,0xf0,0xf1,0xf2,0xf5,0xf6,0xf7,0xf8,0xf9, - 0xfa,EOT}, + 0xfa,0xfb,EOT}, {0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x7f,0xff, 0xff,0x00,0x00,0x00,0x10,0x00,0x87,0x47,0x00, - 0x00,EOT}}, + 0x00,0x00,EOT}}, {0x0d, "WDT1", {0xf0,EOT}, {0x00,EOT}},