Nico Huber 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,
Can we deal with a device that has two different kind of busses behind it?
I guess yes. We have a list of links each with a list of downstream devices. And we handle that in the C code. The links don't know their "kind" so it would be hard not to support it. I don't know, though, if sconfig sup- ports it, but I'd guess yes, too.