<p>Bora Guvendik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21974">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: add length information for communities<br><br>TEST = Boot to OS, check if pinctrl probed successfully<br><br>Change-Id: Ib20c955d535cd9c48175b4d3934b4699b6186874<br>Signed-off-by: Bora Guvendik <bora.guvendik@intel.com><br>---<br>M src/soc/intel/cannonlake/acpi/gpio.asl<br>1 file changed, 6 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/74/21974/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/cannonlake/acpi/gpio.asl b/src/soc/intel/cannonlake/acpi/gpio.asl<br>index ae3ef5b..c2bf8d9 100644<br>--- a/src/soc/intel/cannonlake/acpi/gpio.asl<br>+++ b/src/soc/intel/cannonlake/acpi/gpio.asl<br>@@ -37,15 +37,21 @@<br>        {<br>             /* GPIO Community 0 */<br>                CreateDWordField (^RBUF, ^COM0._BAS, BAS0)<br>+           CreateDWordField (^RBUF, ^COM0._LEN, LEN0)<br>            Store (^^PCRB (PID_GPIOCOM0), BAS0)<br>+          Store (GPIO_BASE_SIZE, LEN0)<br> <br>               /* GPIO Community 1 */<br>                CreateDWordField (^RBUF, ^COM1._BAS, BAS1)<br>+           CreateDWordField (^RBUF, ^COM1._LEN, LEN1)<br>            Store (^^PCRB (PID_GPIOCOM1), BAS1)<br>+          Store (GPIO_BASE_SIZE, LEN1)<br> <br>               /* GPIO Community 4 */<br>                CreateDWordField (^RBUF, ^COM4._BAS, BAS4)<br>+           CreateDWordField (^RBUF, ^COM4._LEN, LEN3)<br>            Store (^^PCRB (PID_GPIOCOM4), BAS4)<br>+          Store (GPIO_BASE_SIZE, LEN3)<br> <br>               Return (RBUF)<br>         }<br></pre><p>To view, visit <a href="https://review.coreboot.org/21974">change 21974</a>. To unsubscribe, 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/21974"/><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: Ib20c955d535cd9c48175b4d3934b4699b6186874 </div>
<div style="display:none"> Gerrit-Change-Number: 21974 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Bora Guvendik <bora.guvendik@intel.com> </div>