Attention is currently required from: Felix Singer, Michał Żygowski, Frans Hendriks, Julius Werner, Arthur Heymans, Wim Vervoorn. Hello Felix Singer, build bot (Jenkins), Michał Żygowski, Julius Werner, Angel Pons, Arthur Heymans, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52025
to look at the new patch set (#4).
Change subject: vc/eltan/security/verified_boot/vboot_check.c: Add cbfs_map_compressed() ......................................................................
vc/eltan/security/verified_boot/vboot_check.c: Add cbfs_map_compressed()
CB:49334 (commit:7778cf2 Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()) removes possibility to use cbfs_map() for retrieving CBFS map info of compressed files. cbfs_map() will return a NULL pointer for compressed files. The mapping and size of compressed items are used for verification and measuring.
Add cbfs_map_compressed() to return mapping and compressed size of files.
BUG = N/A TEST = Boot Facebook FBG1701
Signed-off-by: Frans Hendriks fhendriks@eltan.com Change-Id: Idc799f49ee198100deab1ecf66336831d9aed415 --- M src/vendorcode/eltan/security/verified_boot/vboot_check.c 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/52025/4