[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/block/hda: Enable static scanning of devices under HDA

Furquan Shaikh (Code Review) gerrit at coreboot.org
Sun Sep 30 08:46:23 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28807


Change subject: soc/intel/common/block/hda: Enable static scanning of devices under HDA
......................................................................

soc/intel/common/block/hda: Enable static scanning of devices under HDA

This change sets scan_bus operation for HDA to scan_static_bus to
allow enumeration of static devices under HDA.

BUG=b:112888584

Change-Id: I20759c2b702b2f107f0913e7ce92a82c6070ddc4
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/soc/intel/common/block/hda/hda.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/28807/1

diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c
index 97efba2..2409b75 100644
--- a/src/soc/intel/common/block/hda/hda.c
+++ b/src/soc/intel/common/block/hda/hda.c
@@ -68,6 +68,7 @@
 	.init			= &hda_init,
 #endif
 	.ops_pci		= &pci_dev_ops_pci,
+	.scan_bus		= &scan_static_bus,
 };
 
 static const unsigned short pci_device_ids[] = {

-- 
To view, visit https://review.coreboot.org/28807
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20759c2b702b2f107f0913e7ce92a82c6070ddc4
Gerrit-Change-Number: 28807
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180930/d590bbe2/attachment.html>


More information about the coreboot-gerrit mailing list