<p>Gergely Kiss has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23084">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/superiotool: add support for chip ITE IT8623E<br><br>Due to the lack of a datasheet, defaults are shown as<br>"not available (NA)" in the register dump.<br><br>Change-Id: I6baaf5dd95453fb1265425f357ea16c710c006ba<br>Signed-off-by: Gergely Kiss <mail.gery@gmail.com><br>---<br>M util/superiotool/ite.c<br>1 file changed, 44 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/23084/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c</span><br><span>index 43ccce1..1eccb64 100644</span><br><span>--- a/util/superiotool/ite.c</span><br><span>+++ b/util/superiotool/ite.c</span><br><span>@@ -272,6 +272,50 @@</span><br><span>                         {0x30,0x60,0x61,0x62,0x63,0x70,0x71,EOT},</span><br><span>                    {0x00,0x00,0x6a,0x00,0x6e,0x01,0x01,EOT}},</span><br><span>           {EOT}}},</span><br><span style="color: hsl(120, 100%, 40%);">+      {0x8623, "IT8623E", {</span><br><span style="color: hsl(120, 100%, 40%);">+               /* Defaults are not specified as no datasheet available */</span><br><span style="color: hsl(120, 100%, 40%);">+            {NOLDN, NULL,</span><br><span style="color: hsl(120, 100%, 40%);">+                 {0x20,0x21,0x22,0x23,0x24,0x2b,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                  {0x86,0x23,0x01,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+         {0x0, "Floppy",</span><br><span style="color: hsl(120, 100%, 40%);">+                     {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                     {NANA,NANA,NANA,NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+            {0x1, "COM1",</span><br><span style="color: hsl(120, 100%, 40%);">+                       {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                  {NANA,NANA,NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+         {0x2, "COM2",</span><br><span style="color: hsl(120, 100%, 40%);">+                       {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                  {NANA,NANA,NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+         {0x3, "Parallel port",</span><br><span style="color: hsl(120, 100%, 40%);">+                      {0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                        {NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+               {0x4, "Environment controller",</span><br><span style="color: hsl(120, 100%, 40%);">+                     {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0xf4,0xf5,0xf6,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                 {NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+                {0x5, "Keyboard",</span><br><span style="color: hsl(120, 100%, 40%);">+                   {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                        {NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+               {0x6, "Mouse",</span><br><span style="color: hsl(120, 100%, 40%);">+                      {0x30,0x70,0x71,0xf0,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                    {NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+           {0x7, "GPIO",</span><br><span style="color: hsl(120, 100%, 40%);">+                       {0x25,0x26,0x27,0x28,0x29,0x2a,0x2c,0x60,0x61,0x62,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0x63,0x64,0x65,0x70,0x71,0x72,0x73,0x74,0xb0,0xb1,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0xb2,0xb3,0xb4,0xb5,0xb8,0xb9,0xba,0xbb,0xbc,0xbd,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0xc0,0xc1,0xc2,0xc3,0xc4,0xc8,0xc9,0xca,0xcb,0xcc,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe9,0xf0,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,</span><br><span style="color: hsl(120, 100%, 40%);">+                    0xfb,0xfc,0xfd,0xfe,0xff,EOT},</span><br><span style="color: hsl(120, 100%, 40%);">+                       {NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,NANA,</span><br><span style="color: hsl(120, 100%, 40%);">+                    NANA,NANA,NANA,NANA,NANA,EOT}},</span><br><span style="color: hsl(120, 100%, 40%);">+              {EOT}}},</span><br><span>     {0x8661, "IT8661F/IT8770F", {</span><br><span>              {NOLDN, NULL,</span><br><span>                        {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x20,0x21,0x22,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23084">change 23084</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/23084"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6baaf5dd95453fb1265425f357ea16c710c006ba </div>
<div style="display:none"> Gerrit-Change-Number: 23084 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Gergely Kiss <mail.gery@gmail.com> </div>