Attention is currently required from: Jonathan Zhang, Arthur Heymans.
Hello build bot (Jenkins), Nico Huber, Jonathan Zhang,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/67018
to look at the new patch set (#5).
Change subject: device/allocator: Allow for multiple domain resources of a type ......................................................................
device/allocator: Allow for multiple domain resources of a type
Don't assume only one IO and one MEM domain resource.
Currently the code is awkward for bridge devices where loops over resources are done twice. This would be avoided on top of other patches that improve the allocator (topic:allocator) by adding a top-down mode. However those patches break the tree and having the option to have multiple resources per type would make it easier to get those patches in without breaking the tree.
Change-Id: I3d3a60c9a4438accdb06444e2b50cc9b0b2eb009 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/device/resource_allocator_v4.c 1 file changed, 89 insertions(+), 65 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/67018/5