Furquan Shaikh has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/41478 )
Change subject: device/resource_allocator_v4: Improve the logging in resource allocator ......................................................................
device/resource_allocator_v4: Improve the logging in resource allocator
This change makes the following improvements to debug logging in resource allocator: 1. Print depth is added to functions in pass 1 to better represent how the resource requirements of child devices impact the resource windows for parent bridge. 2. Device path is added to resource ranges to make it easier to understand what device the resouce ranges are associated with. 3. Prints in pass 2 (update constraints, resource ranges, resource assignment) are shifted left by 1 to make it easier to visualize resource allocation for each bridge including domain.
Signed-off-by: Furquan Shaikh furquan@google.com Change-Id: I3356a7278060e281d1a57d253537b097472827a1 --- M src/device/resource_allocator_v4.c 1 file changed, 29 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/41478/2