I noticed some registers of Winbond W83627DHG, which the datasheet mentions, were not dumped by superiotool. This patch adds those registers to the dump.
Signed-off-by: Prakash Punnoor <prakash@punnoor.de> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
13c16cbd68
commit
fde7025b61
|
@ -214,11 +214,11 @@ static const struct superio_registers reg_table[] = {
|
||||||
{0x00,0x00,0x00,0x00,EOT}},
|
{0x00,0x00,0x00,0x00,EOT}},
|
||||||
{0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5",
|
{0x9, "GPIO 2, GPIO 3, GPIO 4, GPIO 5",
|
||||||
{0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
|
{0x30,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,
|
||||||
0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xfe,
|
0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,
|
||||||
EOT},
|
0xf9,0xfa,0xfe,EOT},
|
||||||
{0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,
|
{0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,
|
||||||
0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,
|
0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,
|
||||||
EOT}},
|
0x00,0x00,0x00,EOT}},
|
||||||
{0xa, "ACPI",
|
{0xa, "ACPI",
|
||||||
{0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
|
{0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
|
||||||
0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
|
0xe8,0xe9,0xf2,0xf3,0xf4,0xf6,0xf7,0xfe,EOT},
|
||||||
|
@ -228,10 +228,10 @@ static const struct superio_registers reg_table[] = {
|
||||||
{0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
|
{0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
|
||||||
{0x00,0x00,0x00,0x00,0x81,0x00,0x00,EOT}},
|
{0x00,0x00,0x00,0x00,0x81,0x00,0x00,EOT}},
|
||||||
{0xc, "PECI, SST",
|
{0xc, "PECI, SST",
|
||||||
{0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe8,0xf1,0xfe,0xff,
|
{0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe8,0xf1,0xf2,0xf3,
|
||||||
EOT},
|
0xfe,0xff,EOT},
|
||||||
{0x00,0x48,0x48,0x48,0x48,0x00,0x00,0x48,0x00,0x00,
|
{0x00,0x48,0x48,0x48,0x48,0x00,0x00,0x48,0x50,0x10,
|
||||||
EOT}},
|
0x00,0x00,EOT}},
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
{0xa23, "W83627UHG", {/* TODO: Not yet in sensors-detect */
|
{0xa23, "W83627UHG", {/* TODO: Not yet in sensors-detect */
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
|
|
Loading…
Reference in New Issue