Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/63611 )
Change subject: util/cbfstool/linux_trampoline: Use payload calling argument ......................................................................
util/cbfstool/linux_trampoline: Use payload calling argument
A pointer to the coreboot tables is pushed on the stack when the payload is called. That means there is no need to scan for lower memory and follow the forwarding pointer.
Tested on Qemu Q35: Linux is properly loaded.
Change-Id: Ie0e000470299bddde3cae9347a1b18cc5b0cfc77 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/cbfstool/linux_trampoline.S M util/cbfstool/linux_trampoline.c 2 files changed, 20 insertions(+), 38 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/63611/2