Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31900 )
Change subject: device: Rename scan_static_bus() -> enable_static_devices() ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/31900/1/src/soc/intel/common/block/hda/hda.c File src/soc/intel/common/block/hda/hda.c:
https://review.coreboot.org/#/c/31900/1/src/soc/intel/common/block/hda/hda.c... PS1, Line 72: .scan_bus = enable_static_devices,
I guess yes. We have a list of links each with a list […]
We are dealing with static bus with at least one child? So we can evaluate the path type from that and pick scan function accordingly?
Which brings us to another question; do we ever actually define an override on .scan_bus, or do we currently only use it to determine a scan function to match the path type?