<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22051">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stoney mainboards: Set IDE & SATA values in devicetree<br><br>BUG=b:67209686<br>TEST=build<br><br>Change-Id: Ie1ae377df0c5f157ad559d1732e8c03318c20fd7<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/amd/gardenia/devicetree.cb<br>M src/mainboard/google/kahlee/devicetree.cb<br>2 files changed, 10 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/51/22051/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/amd/gardenia/devicetree.cb b/src/mainboard/amd/gardenia/devicetree.cb<br>index bb672b2..63e7955 100644<br>--- a/src/mainboard/amd/gardenia/devicetree.cb<br>+++ b/src/mainboard/amd/gardenia/devicetree.cb<br>@@ -14,6 +14,11 @@<br> #<br> chip soc/amd/stoneyridge<br> <br>+  register "SataEnable" = "CONFIG_STONEYRIDGE_SATA_MODE == 0 ||<br>+                                 CONFIG_STONEYRIDGE_SATA_MODE == 2"<br>+      register "IdeEnable" = "CONFIG_STONEYRIDGE_SATA_MODE == 0 ||<br>+                                  CONFIG_STONEYRIDGE_SATA_MODE == 3"<br>+<br>    register "spdAddrLookup" = "<br>   {<br>             { {0xA2, 0x00} }, // socket 0 - Channel 0, slots 0 & 1<br>diff --git a/src/mainboard/google/kahlee/devicetree.cb b/src/mainboard/google/kahlee/devicetree.cb<br>index 0ed3336..097324c 100644<br>--- a/src/mainboard/google/kahlee/devicetree.cb<br>+++ b/src/mainboard/google/kahlee/devicetree.cb<br>@@ -14,6 +14,11 @@<br> #<br> chip soc/amd/stoneyridge<br> <br>+        register "SataEnable" = "CONFIG_STONEYRIDGE_SATA_MODE == 0 ||<br>+                                 CONFIG_STONEYRIDGE_SATA_MODE == 2"<br>+      register "IdeEnable" = "CONFIG_STONEYRIDGE_SATA_MODE == 0 ||<br>+                                  CONFIG_STONEYRIDGE_SATA_MODE == 3"<br>+<br>    register "spdAddrLookup" = "<br>   {<br>             { {0xA0, 0x00} }, // socket 0 - Channel 0, slot 0<br></pre><p>To view, visit <a href="https://review.coreboot.org/22051">change 22051</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/22051"/><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: Ie1ae377df0c5f157ad559d1732e8c03318c20fd7 </div>
<div style="display:none"> Gerrit-Change-Number: 22051 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>