Attention is currently required from: Jakub Czapiga. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59491
to look at the new patch set (#2).
Change subject: libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser ......................................................................
libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser
coreboot stores many info in the CBMEM IMD. Until now it was ignored. This patch makes use of these coreboot tables entries. It also removes get_cbmem_addr() function as it is no longer needed. Moreover, the MRCDATA (previously MRC_CACHE) should now work on x86.
Change-Id: I5bd02a98ba2631f34014bc0f8e7ebd5a5ddd2321 Signed-off-by: Jakub Czapiga jacz@semihalf.com --- M payloads/libpayload/arch/x86/coreboot.c M payloads/libpayload/include/coreboot_tables.h M payloads/libpayload/include/sysinfo.h M payloads/libpayload/libc/coreboot.c 4 files changed, 71 insertions(+), 88 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/59491/2