<p>Bill XIE has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21178">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/lenovo/t430s: Fix expresscard's hotplug capability<br><br>lspci(8) shows that if pci-e port 1c.0 is set to off, port 1c.1<br>will shifted to 1c.0, and rest ports could be reasoned by analogy,<br>so that the flag inside "pcie_hotplug_map" of devicetree.cb will<br>not applied to the expresscard slot.<br><br>In order to workaround this, we may modify "pcie_hotplug_map" to<br>affect the shifted 1c.1, or leave the original 1c.0 on.<br><br>Change-Id: I28c4eaf82fb52fe793dfa2f824f14686b80951ad<br>Signed-off-by: Bill XIE <persmule@gmail.com><br>---<br>M 3rdparty/vboot<br>M src/mainboard/lenovo/t430s/devicetree.cb<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/21178/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/3rdparty/vboot b/3rdparty/vboot<br>index 8c4b828..8b71425 160000<br>--- a/3rdparty/vboot<br>+++ b/3rdparty/vboot<br>@@ -1 +1 @@<br>-Subproject commit 8c4b828502d8c6c7112286720dddfd30c92a968e<br>+Subproject commit 8b71425257d251858410de71efcf389df8b200d2<br>diff --git a/src/mainboard/lenovo/t430s/devicetree.cb b/src/mainboard/lenovo/t430s/devicetree.cb<br>index 6846879..d11ad60 100644<br>--- a/src/mainboard/lenovo/t430s/devicetree.cb<br>+++ b/src/mainboard/lenovo/t430s/devicetree.cb<br>@@ -64,7 +64,7 @@<br>                  register "gen2_dec" = "0x0c15e1"<br>                  register "gen4_dec" = "0x0c06a1"<br> <br>-                      register "pcie_hotplug_map" = "{ 0, 0, 1, 0, 0, 0, 0, 0 }"<br>+                       register "pcie_hotplug_map" = "{ 0, 1, 0, 0, 0, 0, 0, 0 }"<br> <br>                     register "xhci_switchable_ports" = "0xf"<br>                  register "superspeed_capable_ports" = "0xf"<br></pre><p>To view, visit <a href="https://review.coreboot.org/21178">change 21178</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/21178"/><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: I28c4eaf82fb52fe793dfa2f824f14686b80951ad </div>
<div style="display:none"> Gerrit-Change-Number: 21178 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Bill XIE <persmule@gmail.com> </div>