Hello build bot (Jenkins), Raul Rangel, Martin Roth, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44751
to look at the new patch set (#2).
Change subject: soc/amd/picasso: copy local info to transfer buf ......................................................................
soc/amd/picasso: copy local info to transfer buf
We added transfer_info_struct to contain various information about memory region we pass from PSP to x86 in 0c12abe.
This should be at the start of transfer region, but we only manipulated it as local varaible and didn't put data into the region.
Copy the content of local variable to beginning of _transfer_buffer before requesting transfer to PSP so coreboot on x86 can access it.
BUG=b:159220781 TEST=check transfer_info_struct is correctly populated on romstage
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I14bc34e6af501240a6f633db3999a7759e88d60b --- M src/soc/amd/picasso/psp_verstage/psp_verstage.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/44751/2