<p>Furquan Shaikh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23833">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Do not set ACPI_FADT_LEGACY_DEVICES<br><br>SKL/KBL PCH does not support legacy devices. This change removes the<br>setting of ACPI_FADT_LEGACY_DEVICES flag in FADT for SKL/KBL.<br><br>BUG=b:72679357<br><br>Change-Id: Ie2a85a719997157f52b0eab7254689f5a56ba05b<br>Signed-off-by: Furquan Shaikh <furquan@chromium.org><br>---<br>M src/soc/intel/skylake/acpi.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/23833/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/skylake/acpi.c b/src/soc/intel/skylake/acpi.c</span><br><span>index a0be5f5..6e1a886 100644</span><br><span>--- a/src/soc/intel/skylake/acpi.c</span><br><span>+++ b/src/soc/intel/skylake/acpi.c</span><br><span>@@ -267,7 +267,7 @@</span><br><span>    fadt->day_alrm = 0xd;</span><br><span>     fadt->mon_alrm = 0x00;</span><br><span>    fadt->century = 0x00;</span><br><span style="color: hsl(0, 100%, 40%);">-        fadt->iapc_boot_arch = ACPI_FADT_LEGACY_DEVICES;</span><br><span style="color: hsl(120, 100%, 40%);">+   fadt->iapc_boot_arch = 0;</span><br><span>         if (!IS_ENABLED(CONFIG_NO_FADT_8042))</span><br><span>                fadt->iapc_boot_arch |= ACPI_FADT_8042;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23833">change 23833</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/23833"/><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: Ie2a85a719997157f52b0eab7254689f5a56ba05b </div>
<div style="display:none"> Gerrit-Change-Number: 23833 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Furquan Shaikh <furquan@google.com> </div>