<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22681">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: fix eMMC visibility under Windows<br><br>For the internal eMMC to be used by Windows for installation,<br>an ACPI device for the card/drive is required, with _RMV<br>indicating that the device is non-removable.  Add the required<br>device/method to allow Windows to "see" the internal eMMC.<br><br>TEST: boot google/chell with Tianocore payload and install<br>Windows 10 to the internal eMMC drive.<br><br>Change-Id: I3217e5d35fdb2f890ee51670dfab6c86476e2ca2<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/soc/intel/skylake/acpi/scs.asl<br>1 file changed, 9 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/81/22681/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/skylake/acpi/scs.asl b/src/soc/intel/skylake/acpi/scs.asl<br>index 235a57e..00a6f65 100644<br>--- a/src/soc/intel/skylake/acpi/scs.asl<br>+++ b/src/soc/intel/skylake/acpi/scs.asl<br>@@ -101,6 +101,15 @@<br>            Or (PMCR, 0x0003, PMCR)<br>               Store (PMCR, ^TEMP)<br>   }<br>+<br>+ Device (CARD)<br>+        {<br>+            Name (_ADR, 0x00000008) // Slot 0, Function 8<br>+                Method (_RMV, 0, NotSerialized)<br>+              {<br>+                    Return (0x0)<br>+         }<br>+    }<br> }<br> <br> #if !IS_ENABLED(CONFIG_EXCLUDE_NATIVE_SD_INTERFACE)<br></pre><p>To view, visit <a href="https://review.coreboot.org/22681">change 22681</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/22681"/><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: I3217e5d35fdb2f890ee51670dfab6c86476e2ca2 </div>
<div style="display:none"> Gerrit-Change-Number: 22681 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>