Kyösti Mälkki uploaded patch set #2 to this change.

View Change

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

To view, visit change 34066. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia14a49e37e308b05cde4dbadf0e4596bbebc9933
Gerrit-Change-Number: 34066
Gerrit-PatchSet: 2
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset