Various superiotool fixes.
- IT8671F/IT8687R: - Fix typo: Parallel port register 0x60 value is 0x03 (not 0x01). - Fix typo: APC register 0xf6 is 0x00. - Drop register 0x07 (LDN 0 / none), that's not useful and not listed in any of the other Super I/Os either, it always contains the LDN number selected "last time", which is useless. - Fix indentation and other cosmetics. - Cosmetics, and consistency fixes in LDN names of various Super I/Os. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5549 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -37,13 +37,13 @@ static const struct superio_registers reg_table[] = {
|
||||
0x2b,0x2c,0x2d,EOT},
|
||||
{0x06,0x01,0x19,0x34,0x00,0x00,MISC,0x00,0x00,0x00,
|
||||
0x00,0x00,0x08,EOT}},
|
||||
{0x0, "FDC",
|
||||
{0x0, "Floppy",
|
||||
{0x30,0x60,0x61,0x70,0x74,0xf0,0xf2,0xf4,EOT},
|
||||
{0x01,0x03,0xf0,0x06,0x02,0x0e,0x03,0x00,EOT}},
|
||||
{0x1, "UART1",
|
||||
{0x1, "COM1",
|
||||
{0x30,0x60,0x61,0x70,0xf0,EOT},
|
||||
{0x01,0x03,0xf8,0x04,0x00,EOT}},
|
||||
{0x2, "UART2",
|
||||
{0x2, "COM2",
|
||||
{0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
|
||||
{0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
|
||||
{0x3, "Parallel port",
|
||||
|
Reference in New Issue
Block a user