Hello build bot (Jenkins), Martin Roth, Patrick Georgi, Frans Hendriks, Aaron Durbin, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41117
to look at the new patch set (#2).
Change subject: cbfstool: Use cbfs_serialized.h and standard vboot helpers ......................................................................
cbfstool: Use cbfs_serialized.h and standard vboot helpers
This patch reduces some code duplication in cbfstool by switching it to use the CBFS data structure definitions in commonlib rather than its own private copy. In addition, replace a few custom helpers related to hash algorithms with the official vboot APIs of the same purpose.
Signed-off-by: Julius Werner jwerner@chromium.org Change-Id: I22eae1bcd76d85fff17749617cfe4f1de55603f4 --- M src/commonlib/bsd/cbfs_mcache.c M src/commonlib/bsd/cbfs_private.c M src/commonlib/bsd/include/commonlib/bsd/cbfs_private.h M src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h M src/commonlib/cbfs.c M src/mainboard/facebook/fbg1701/board_mboot.h M util/cbfstool/Makefile.inc M util/cbfstool/cbfs-mkpayload.c M util/cbfstool/cbfs-mkstage.c M util/cbfstool/cbfs-payload-linux.c M util/cbfstool/cbfs.h M util/cbfstool/cbfs_image.c M util/cbfstool/cbfs_image.h M util/cbfstool/cbfscomptool.c M util/cbfstool/cbfstool.c M util/cbfstool/common.h M util/cbfstool/compress.c 17 files changed, 202 insertions(+), 411 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/41117/2