<p>Aamir Bohra has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26730">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/common: Allow RX level/Edge configuartion to be set for IOAPIC IRQ mode<br><br>GPIO configuration in IOAPIC mode is not limited to only<br>LEVEL trigger mode. This implementation allows level/edge/<br>either/none trigger configuration to be set for a GPIO in<br>IOAPIC mode with RX Invert configuration.<br><br>Change-Id: I4e1f009489f2d8338ae94b78d7e9eb3f88a85daa<br>Signed-off-by: Aamir Bohra <aamir.bohra@intel.com><br>---<br>M src/soc/intel/common/block/include/intelblocks/gpio_defs.h<br>1 file changed, 2 insertions(+), 2 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/26730/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/common/block/include/intelblocks/gpio_defs.h b/src/soc/intel/common/block/include/intelblocks/gpio_defs.h</span><br><span>index 244c680..13d08e7 100644</span><br><span>--- a/src/soc/intel/common/block/include/intelblocks/gpio_defs.h</span><br><span>+++ b/src/soc/intel/common/block/include/intelblocks/gpio_defs.h</span><br><span>@@ -278,8 +278,8 @@</span><br><span>  * on its own end. One just needs to pass an active high message into the</span><br><span>  * ITSS.</span><br><span>  */</span><br><span style="color: hsl(0, 100%, 40%);">-#define PAD_CFG_GPI_APIC_LOW(pad, pull, rst) \</span><br><span style="color: hsl(0, 100%, 40%);">-      PAD_CFG_GPI_APIC(pad, pull, rst, LEVEL, INVERT)</span><br><span style="color: hsl(120, 100%, 40%);">+#define PAD_CFG_GPI_APIC_LOW(pad, pull, rst, trig) \</span><br><span style="color: hsl(120, 100%, 40%);">+ PAD_CFG_GPI_APIC(pad, pull, rst, trig, INVERT)</span><br><span> </span><br><span> #define PAD_CFG_GPI_APIC_HIGH(pad, pull, rst) \</span><br><span>        PAD_CFG_GPI_APIC(pad, pull, rst, LEVEL, NONE)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26730">change 26730</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/26730"/><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: I4e1f009489f2d8338ae94b78d7e9eb3f88a85daa </div>
<div style="display:none"> Gerrit-Change-Number: 26730 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Aamir Bohra <aamir.bohra@intel.com> </div>