Patrick Rudolph has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/35377 )
Change subject: coreboot_table: Add copy of FMAP ......................................................................
coreboot_table: Add copy of FMAP
For platform independend exposure of FMAP through a kernel module expose the FMAP through coreboot tables.
Create a copy of FMAP and place it in CBMEM.
Tested on qemu using https://github.com/9elements/linux/commits/google_firmware_fmap2
Change-Id: I4e01c573c3edfa34dbba5fe7604d4f6e18b584d5 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/commonlib/include/commonlib/cbmem_id.h M src/commonlib/include/commonlib/coreboot_tables.h M src/lib/coreboot_table.c 3 files changed, 34 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/35377/2