Hello build bot (Jenkins), Aaron Durbin, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41368
to look at the new patch set (#2).
Change subject: nb/intel/i440bx: add resources during read_resources() ......................................................................
nb/intel/i440bx: add resources during read_resources()
The chipset code was incorrectly adding memory resources to the domain device after resource allocation occurred. It's not possible to get the correct view of the address space, and it's generally incorrect to not add resources during read_resources(). This change fixes the order by adding resources in read_resources().
Signed-off-by: Furquan Shaikh furquan@google.com Change-Id: I84c1ba8645b548248a8bb8bf5bc4953d3be12475 --- M src/northbridge/intel/i440bx/northbridge.c 1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/41368/2