Mike Banon uploaded patch set #2 to this change.

View Change

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

To view, visit change 41431. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5df6d0150e777cd21f6f9a2fc776f3548da8201d
Gerrit-Change-Number: 41431
Gerrit-PatchSet: 2
Gerrit-Owner: Mike Banon <mikebdp2@gmail.com>
Gerrit-MessageType: newpatchset