Hello Aaron Durbin, Patrick Rudolph, Julius Werner, Subrata Banik, Duncan Laurie, Paul Menzel, build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35074
to look at the new patch set (#5).
Change subject: device: Allow scan_generic_bus to recurse on pseudo-devices ......................................................................
device: Allow scan_generic_bus to recurse on pseudo-devices
To handle cases of pseudo-devices containing a child device, e.g., power resources, recurse onto them, treating them like a bus.
Note: This means that a full depth-first traversal of the device tree will take place. If there are no other device trees with a device nested under another device, this shouldn't impact any other boards.
Change-Id: Ia8442939ef1e840c112ad4dd23e324afd99ff7d3 Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/device/root_device.c 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/35074/5