Attention is currently required from: Martin L Roth, Stefan Reinauer.
Hello Martin L Roth, Stefan Reinauer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68719
to look at the new patch set (#2).
Change subject: NOTFORMERGE/WIP/POC Use FDT as payload handoff instead lb_tables ......................................................................
NOTFORMERGE/WIP/POC Use FDT as payload handoff instead lb_tables
Pass information to the payload via FDT instead of coreboot tables.
Currently implemented: - usable / reserved memory - framebuffer (TODO: more formats) - Some CBMEM pointers
TODO: clean up, add more entries, remove hacks
Change-Id: Id96d4e7805855d35392e78f8d7b3a1ff911105a3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M payloads/external/tianocore/tools_def.txt M src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h M src/include/boot/tables.h M src/include/bootmem.h M src/include/device_tree.h M src/include/fit.h M src/lib/Kconfig M src/lib/Makefile.inc M src/lib/bootmem.c M src/lib/device_tree.c A src/lib/fdt_handoff.c M src/lib/fit.c M src/lib/fit_payload.c M src/lib/hardwaremain.c M src/lib/hexdump.c M src/lib/selfboot.c M src/mainboard/emulation/qemu-q35/Kconfig M src/mainboard/emulation/qemu-q35/mainboard.c 18 files changed, 212 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/68719/2