Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41448 )
Change subject: cbfs: add cbfs_boot_locate_file_get_compression_info() ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41448/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41448/1//COMMIT_MSG@10 PS1, Line 10: size) with the current API. Therefore, split cbfs_boot_load_file() up
Can't you just run cbfs_boot_locate() and then cbfsf_decompression_info() on the resulting file hand […]
I can do that. I don't think it saves much since the sequence in this change would be the same at the caller sites.