Attention is currently required from: Julius Werner. Jakub Czapiga has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59491 )
Change subject: libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser ......................................................................
Patch Set 2:
(2 comments)
File payloads/libpayload/include/cbmem_id.h:
PS1:
Rather than duplicate this, do we just want to move commonlib/cbmem_id. […]
Please look at: CB:59696
File payloads/libpayload/libc/coreboot.c:
https://review.coreboot.org/c/coreboot/+/59491/comment/466116b4_e2784218 PS1, Line 275: switch (cbmem_entry->id) {
Could you take this opportunity to convert all the others that currently use lb_cbmem_ref (and call […]
Done