Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41441 )
Change subject: device: Probe fw_config and disable device if it is not found ......................................................................
Patch Set 14:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41441/14/src/device/pci_device.c File src/device/pci_device.c:
https://review.coreboot.org/c/coreboot/+/41441/14/src/device/pci_device.c@12... PS14, Line 1267: fw_config_probe_device
Should this instead be handled as a separate step in dev_enumerate() before scan_bus() is called i. […]
I thought about this more and realized I don't need to do this at all, I can just have a BOOT_STATE_INIT_ENTRY in lib/fw_config.c. So I'll update the first commit and abandon this one.