Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41441
to look at the new patch set (#10).
Change subject: device: Probe fw_config and disable device if it is not found ......................................................................
device: Probe fw_config and disable device if it is not found
This change will set enabled=0 for a device that is not found in the fw_config if probing is enabled and there are probe entries in devicetree.cb.
The chip enable_dev() and device enable() handlers are still executed in case those functions need to take action if the device is not enabled.
BUG=b:147462631 TEST=boot with various fw_config values and check the boot log to see that the expected devices were disabled.
Signed-off-by: Duncan Laurie dlaurie@google.com Change-Id: Id3f1c7c600575096f09b23fcd07750cafc65872f --- M src/device/pci_device.c M src/device/root_device.c 2 files changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/41441/10