<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29474">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device/root_device: Scan bridges on LPC bus too<br><br>Change-Id: I0eb005e41b9168fffc344ee8e666d43b605a30ba<br>Signed-off-by: Nico Huber <nico.huber@secunet.com><br>---<br>M src/device/root_device.c<br>1 file changed, 5 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/74/29474/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/device/root_device.c b/src/device/root_device.c</span><br><span>index e006bf9..9891401 100644</span><br><span>--- a/src/device/root_device.c</span><br><span>+++ b/src/device/root_device.c</span><br><span>@@ -65,10 +65,15 @@</span><br><span> </span><br><span> void scan_lpc_bus(struct device *bus)</span><br><span> {</span><br><span style="color: hsl(120, 100%, 40%);">+   struct bus *link;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  printk(BIOS_SPEW, "%s for %s\n", __func__, dev_path(bus));</span><br><span> </span><br><span>     scan_static_bus(bus);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+     for (link = bus->link_list; link; link = link->next)</span><br><span style="color: hsl(120, 100%, 40%);">+            scan_bridges(link);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>        printk(BIOS_SPEW, "%s for %s done\n", __func__, dev_path(bus));</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29474">change 29474</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/29474"/><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: I0eb005e41b9168fffc344ee8e666d43b605a30ba </div>
<div style="display:none"> Gerrit-Change-Number: 29474 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>