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 <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87364 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
b50ceba64a
commit
e6dc71fe9f
1 changed files with 2 additions and 2 deletions
|
|
@ -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}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue