<p>Mario Scheithauer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20617">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/apollolake: Implement _PIC method into ACPI<br><br>The _PIC method is called by the OS to choose between interrupt routing<br>via the i8259 interrupt controller or the APIC.<br><br>Change-Id: I2bc16f9c096c095c02de3692e76c0906cec54cb5<br>Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com><br>---<br>M src/soc/intel/apollolake/acpi/platform.asl<br>1 file changed, 16 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/17/20617/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/apollolake/acpi/platform.asl b/src/soc/intel/apollolake/acpi/platform.asl<br>index f3202a0..ec1844a 100644<br>--- a/src/soc/intel/apollolake/acpi/platform.asl<br>+++ b/src/soc/intel/apollolake/acpi/platform.asl<br>@@ -18,3 +18,19 @@<br> /* Enable ACPI _SWS methods */<br> #include <soc/intel/common/acpi/acpi_wake_source.asl><br> #include <soc/intel/common/acpi/platform.asl><br>+<br>+Name(\PICM, Zero) // IOAPIC/8259<br>+<br>+/*<br>+ * The _PIC method is called by the OS to choose between interrupt<br>+ * routing via the i8259 interrupt controller or the APIC.<br>+ *<br>+ * _PIC is called with a parameter of 0 for i8259 configuration and<br>+ * with a parameter of 1 for Local Apic/IOAPIC configuration.<br>+ */<br>+<br>+Method (_PIC, 1)<br>+{<br>+   /* Remember the OS' IRQ routing choice. */<br>+       Store (Arg0, PICM)<br>+}<br></pre><p>To view, visit <a href="https://review.coreboot.org/20617">change 20617</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/20617"/><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: I2bc16f9c096c095c02de3692e76c0906cec54cb5 </div>
<div style="display:none"> Gerrit-Change-Number: 20617 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Mario Scheithauer <mario.scheithauer@siemens.com> </div>