<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22830">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/apollolake: add _RMV attributes to eMMC device ACPI<br><br>Required so Windows knows if the storage is removable or not.<br><br>Change-Id: I0822d767ada872d55357ff229e47e08fbe778a36<br>Signed-off-by: Patrick Georgi <pgeorgi@chromium.org><br>---<br>M src/soc/intel/apollolake/acpi/scs.asl<br>1 file changed, 17 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/30/22830/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/apollolake/acpi/scs.asl b/src/soc/intel/apollolake/acpi/scs.asl<br>index 5933d52..b15d278 100644<br>--- a/src/soc/intel/apollolake/acpi/scs.asl<br>+++ b/src/soc/intel/apollolake/acpi/scs.asl<br>@@ -109,6 +109,15 @@<br>                      */<br>                   ^^SCPG(1,0x00000041)<br>          }<br>+<br>+         Device (CARD)<br>+                {<br>+                    Name (_ADR, 0x00000008)<br>+                      Method (_RMV, 0, NotSerialized)<br>+                      {<br>+                            Return (0)<br>+                   }<br>+            }<br>     } /* Device (SDHA) */<br> <br>      /* SD CARD */<br>@@ -162,5 +171,13 @@<br>                   Store (0, ^^GRR3)<br>             }<br> <br>+         Device (CARD)<br>+                {<br>+                    Name (_ADR, 0x00000008)<br>+                      Method (_RMV, 0, NotSerialized)<br>+                      {<br>+                            Return (1)<br>+                   }<br>+            }<br>     } /* Device (SDCD) */<br> }<br></pre><p>To view, visit <a href="https://review.coreboot.org/22830">change 22830</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/22830"/><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: I0822d767ada872d55357ff229e47e08fbe778a36 </div>
<div style="display:none"> Gerrit-Change-Number: 22830 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>