[coreboot] New patch to review for coreboot: d549279 superiotool: Add support for the IT8728F Super I/O

Андрей Павлов (7134956@gmail.com) gerrit at coreboot.org
Sun Mar 17 17:15:17 CET 2013


Андрей Павлов (7134956 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2775

-gerrit

commit d5492792a82fea23c557e06151957b1aefc5496b
Author: Андрей Павлов <7134956 at gmail.com>
Date:   Sun Mar 17 19:11:05 2013 +0300

    superiotool: Add support for the IT8728F Super I/O
    
    Change-Id: Ifb45d28005d78b2a99d8552b59154d11bdf44f6f
    Signed-off-by: Андрей Павлов <7134956 at gmail.com>
---
 util/superiotool/ite.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c
index a6dbacf..7e167c8 100644
--- a/util/superiotool/ite.c
+++ b/util/superiotool/ite.c
@@ -706,6 +706,52 @@ static const struct superio_registers reg_table[] = {
 			{0x30,0x60,0x61,0x70,0xf0,EOT},
 			{0x00,0x03,0x10,0x0b,0x00,EOT}},
 		{EOT}}},
+	{0x8728, "IT8728F", {
+		{NOLDN, NULL,
+			{0x02,0x07,0x20,0x21,0x22,0x23,0x24,0x2b,0x2e,0x2f,EOT},
+			{NANA,NANA,0x87,0x28,0x01,0x00,0x00,MISC,0x00,0x00,EOT}},
+		{0x0, "Floppy",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
+			{0x00,0x03,0xf0,0x06,0x02,0x00,0x00,EOT}},
+		{0x1, "COM1",
+			{0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
+			{0x00,0x03,0xf8,0x04,0x00,0x50,EOT}},
+		{0x2, "COM2",
+			{0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
+			{0x00,0x02,0xf8,0x03,0x00,0x50,EOT}},
+		{0x3, "Parallel port",
+			{0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,EOT},
+			{0x00,0x03,0x78,0x07,0x78,0x07,0x03,0x03,EOT}},
+		{0x4, "Environment controller",
+			{0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,
+			 0xf3,0xf4,0xf5,0xf6,0xF9,0xFA,0xFB,EOT},
+			{0x00,0x02,0x90,0x02,0x30,0x09,0x00,0x00,0x00,
+			 0x00,0x00,MISC,MISC,MISC,MISC,MISC,EOT}},
+		{0x5, "Keyboard",
+			{0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},
+			{0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x48,EOT}},
+		{0x6, "Mouse",
+			{0x30,0x70,0x71,0xf0,EOT},
+			{0x00,0x0c,0x02,0x00,EOT}},
+		{0x7, "GPIO",
+			{0x25,0x26,0x27,0x28,0x29,0x2a,0x2c,0x2d,0x60,
+			 0x61,0x62,0x63,0x64,0x65,0x70,0x71,0x72,0x73,
+			 0x74,0xb0,0xb1,0xb2,0xb3,0xb4,0xb8,0xb9,0xba,
+			 0xbb,0xbc,0xbd,0xc0,0xc1,0xc2,0xc3,0xc4,0xc8,
+			 0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,0xe0,0xe1,
+			 0xe2,0xe3,0xe4,0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,
+			 0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,EOT},
+			{0x00,0xf3,0x00,0x00,0x00,0x00,0x03,0x00,0x00,
+			 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x38,
+			 0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x00,
+			 0x00,0x00,0x00,0x01,0x00,0x00,0x40,0x00,0x01,
+			 0x00,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,
+			 0x00,0x00,0x00,MISC,0x00,0x00,0x00,0x00,0x00,
+			 0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}},
+		{0xa, "Consumer IR",
+			{0x30,0x60,0x61,0x70,0xf0,EOT},
+			{0x00,0x03,0x10,0x0b,0x06,EOT}},
+		{EOT}}},
 	{0x8761, "IT8761E", {
 		{EOT}}},
 	{0x8772, "IT8772F", {



More information about the coreboot mailing list