Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41363
to look at the new patch set (#2).
Change subject: device: avoid fixed resources hanging off pci domain device ......................................................................
device: avoid fixed resources hanging off pci domain device
Some chipsets are adding resources to the pci domain device. As such the previous code wasn't culling the address space correctly and the fixed resources were not visible. This was causing the address space for choosing resources to overlap with fixed resources.
Change-Id: I4951aabd9775bc09143aef324f6b8dcf686fbe48 Signed-off-by: Aaron Durbin adurbin@chromium.org --- M src/device/device.c 1 file changed, 19 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/41363/2