<p>Furquan Shaikh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28807">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/common/block/hda: Enable static scanning of devices under HDA<br><br>This change sets scan_bus operation for HDA to scan_static_bus to<br>allow enumeration of static devices under HDA.<br><br>BUG=b:112888584<br><br>Change-Id: I20759c2b702b2f107f0913e7ce92a82c6070ddc4<br>Signed-off-by: Furquan Shaikh <furquan@google.com><br>---<br>M src/soc/intel/common/block/hda/hda.c<br>1 file changed, 1 insertion(+), 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/07/28807/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c</span><br><span>index 97efba2..2409b75 100644</span><br><span>--- a/src/soc/intel/common/block/hda/hda.c</span><br><span>+++ b/src/soc/intel/common/block/hda/hda.c</span><br><span>@@ -68,6 +68,7 @@</span><br><span>       .init                   = &hda_init,</span><br><span> #endif</span><br><span>   .ops_pci                = &pci_dev_ops_pci,</span><br><span style="color: hsl(120, 100%, 40%);">+       .scan_bus               = &scan_static_bus,</span><br><span> };</span><br><span> </span><br><span> static const unsigned short pci_device_ids[] = {</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28807">change 28807</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/28807"/><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: I20759c2b702b2f107f0913e7ce92a82c6070ddc4 </div>
<div style="display:none"> Gerrit-Change-Number: 28807 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Furquan Shaikh <furquan@google.com> </div>