Mike Banon has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/41431 )
Change subject: src/northbridge/amd/agesa: add resources during read_resources() ......................................................................
src/northbridge/amd/agesa: 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 during read_resources().
This successfully fixes the boot problems of fam15tn A88XM-E but fails to fix a fam16kb AM1I-A. After fam16kb will be fixed, this change should be updated with a fix for fam14 as well.
Inspired by CB:41369.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I5df6d0150e777cd21f6f9a2fc776f3548da8201d --- M src/northbridge/amd/agesa/family15tn/northbridge.c M src/northbridge/amd/agesa/family16kb/northbridge.c 2 files changed, 12 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/41431/2