Hello Kyösti Mälkki, Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31901
to look at the new patch set (#4).
Change subject: device/root_device: Consolidate common _scan_bus() functions ......................................................................
device/root_device: Consolidate common _scan_bus() functions
scan_usb_bus() and root_dev_scan_bus() had the very same implementation. So rename the latter to scan_static_bus() and use that for both cases.
Change-Id: If0aba9c690b23e3716f2d47ff7a8c3e8f6d82679 Signed-off-by: Nico Huber nico.huber@secunet.com --- M 3rdparty/arm-trusted-firmware M 3rdparty/chromeec M 3rdparty/libgfxinit M 3rdparty/opensbi M 3rdparty/vboot M src/device/root_device.c M src/drivers/usb/acpi/usb_acpi.c M src/include/device/device.h M src/soc/amd/picasso/usb.c M src/soc/amd/stoneyridge/usb.c M src/soc/intel/common/block/xhci/xhci.c 11 files changed, 19 insertions(+), 31 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/31901/4