Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34066
to look at the new patch set (#2).
Change subject: arch/x86: Pass multiboot info to payload ......................................................................
arch/x86: Pass multiboot info to payload
Allocate space in CBMEM for multiboot info structure and fill in details for memory map and command line.
A compatible payload can detect the magic in EAX register and find runtime structure address in EBX.
Change-Id: Ia14a49e37e308b05cde4dbadf0e4596bbebc9933 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M payloads/Kconfig M src/arch/x86/Makefile.inc M src/arch/x86/boot.c A src/arch/x86/multiboot.c M src/arch/x86/tables.c M src/commonlib/include/commonlib/cbmem_id.h M src/commonlib/include/commonlib/multiboot.h M src/lib/coreboot_table.c 8 files changed, 182 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/34066/2