Hello build bot (Jenkins), Patrick Georgi, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46900
to look at the new patch set (#2).
Change subject: soc/amd/picasso: Put transfer buffer into common ld file ......................................................................
soc/amd/picasso: Put transfer buffer into common ld file
Instead of having the same linker layout for the transfer buffer between the x86 & PSP linker layout scripts, put the common layout into a file shared between the other linker scripts.
BUG=None TEST=Boot zork board, verify the buffers are aligned. BRANCH=Zork
Signed-off-by: Martin Roth martinroth@chromium.org Change-Id: Ib9d9d8b046bc9e9e7a4ee939324960bfc44c3508 --- M src/soc/amd/picasso/memlayout_psp_verstage.ld A src/soc/amd/picasso/memlayout_transfer_buffer.inc M src/soc/amd/picasso/memlayout_x86.ld 3 files changed, 22 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/46900/2