<p>HAOUAS Elyes has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30130">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/intel/lynxpoint/acpi/serialio.asl: [test] support FixedDMA<br><br>Change-Id: I90918c319088693e3cd970fbc69867ca7d34f17c<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/southbridge/intel/lynxpoint/acpi/serialio.asl<br>1 file changed, 8 insertions(+), 12 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/30130/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/intel/lynxpoint/acpi/serialio.asl b/src/southbridge/intel/lynxpoint/acpi/serialio.asl</span><br><span>index 9323b91..b7b5de6 100644</span><br><span>--- a/src/southbridge/intel/lynxpoint/acpi/serialio.asl</span><br><span>+++ b/src/southbridge/intel/lynxpoint/acpi/serialio.asl</span><br><span>@@ -178,9 +178,8 @@</span><br><span>      // DMA channels are only used if Serial IO DMA controller is enabled</span><br><span>         Name (DBUF, ResourceTemplate ()</span><br><span>      {</span><br><span style="color: hsl(0, 100%, 40%);">-               // TODO: Need to update IASL to support FixedDMA</span><br><span style="color: hsl(0, 100%, 40%);">-                //FixedDMA (0x18, 4, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(0, 100%, 40%);">-            //FixedDMA (0x19, 5, Width32Bit, DMA2) // Rx</span><br><span style="color: hsl(120, 100%, 40%);">+          FixedDMA (0x18, 4, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(120, 100%, 40%);">+            FixedDMA (0x19, 5, Width32Bit, DMA2) // Rx</span><br><span>   })</span><br><span> </span><br><span>       Method (_CRS, 0, NotSerialized)</span><br><span>@@ -260,9 +259,8 @@</span><br><span>        // DMA channels are only used if Serial IO DMA controller is enabled</span><br><span>         Name (DBUF, ResourceTemplate ()</span><br><span>      {</span><br><span style="color: hsl(0, 100%, 40%);">-               // TODO: Need to update IASL to support FixedDMA</span><br><span style="color: hsl(0, 100%, 40%);">-                //FixedDMA (0x1A, 6, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(0, 100%, 40%);">-            //FixedDMA (0x1B, 7, Width32Bit, DMA2) // Rx</span><br><span style="color: hsl(120, 100%, 40%);">+          FixedDMA (0x1A, 6, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(120, 100%, 40%);">+            FixedDMA (0x1B, 7, Width32Bit, DMA2) // Rx</span><br><span>   })</span><br><span> </span><br><span>       Method (_CRS, 0, NotSerialized)</span><br><span>@@ -377,9 +375,8 @@</span><br><span>        // DMA channels are only used if Serial IO DMA controller is enabled</span><br><span>         Name (DBUF, ResourceTemplate ()</span><br><span>      {</span><br><span style="color: hsl(0, 100%, 40%);">-               // TODO: Need to update IASL to support FixedDMA</span><br><span style="color: hsl(0, 100%, 40%);">-                //FixedDMA (0x10, 0, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(0, 100%, 40%);">-            //FixedDMA (0x11, 1, Width32Bit, DMA2) // Rx</span><br><span style="color: hsl(120, 100%, 40%);">+          FixedDMA (0x10, 0, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(120, 100%, 40%);">+            FixedDMA (0x11, 1, Width32Bit, DMA2) // Rx</span><br><span>   })</span><br><span> </span><br><span>       Method (_CRS, 0, NotSerialized)</span><br><span>@@ -428,9 +425,8 @@</span><br><span>        // DMA channels are only used if Serial IO DMA controller is enabled</span><br><span>         Name (DBUF, ResourceTemplate ()</span><br><span>      {</span><br><span style="color: hsl(0, 100%, 40%);">-               // TODO: Need to update IASL to support FixedDMA</span><br><span style="color: hsl(0, 100%, 40%);">-                //FixedDMA (0x16, 2, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(0, 100%, 40%);">-            //FixedDMA (0x17, 3, Width32Bit, DMA2) // Rx</span><br><span style="color: hsl(120, 100%, 40%);">+          FixedDMA (0x16, 2, Width32Bit, DMA1) // Tx</span><br><span style="color: hsl(120, 100%, 40%);">+            FixedDMA (0x17, 3, Width32Bit, DMA2) // Rx</span><br><span>   })</span><br><span> </span><br><span>       Method (_CRS, 0, NotSerialized)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30130">change 30130</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/c/coreboot/+/30130"/><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-Change-Id: I90918c319088693e3cd970fbc69867ca7d34f17c </div>
<div style="display:none"> Gerrit-Change-Number: 30130 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>