Hello build bot (Jenkins), Raul Rangel, Patrick Georgi, Eric Peers, Aaron Durbin, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42831
to look at the new patch set (#6).
Change subject: soc/amd/picasso: Use cbfs to locate the AMD firmware ......................................................................
soc/amd/picasso: Use cbfs to locate the AMD firmware
Switch from locating the AMD firmware in the RW_A & RW_B regions with their hardcoded locations to using CBFS to find them. They still need to be at the hardcoded locations so that we can set the location inside the binary, but instead of just setting the pointer directly to them, we now search for them with cbfs.
BUG=b:154441227 TEST=Boot & verify that binaries are located in both RW-A & RW-B
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: I27b0593e0db7a9e6ba9b0633ac93b4d93954f002 --- M src/soc/amd/picasso/psp_verstage/psp_verstage.c M src/soc/amd/picasso/psp_verstage/psp_verstage.h 2 files changed, 36 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/42831/6