Hello build bot (Jenkins), Joel Kitching, Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39390
to look at the new patch set (#3).
Change subject: cbfstool: Add vboot callback function vb2ex_printf() ......................................................................
cbfstool: Add vboot callback function vb2ex_printf()
With CL:2084062, macro VB2_TRY() is introduced, which is used within various vboot2 APIs such as vb2_hash_verify(). vb2ex_printf() is used in this macro to print error messages, but it is not defined in cbfstool. Therefore, create a callback function vb2ex_printf() in a newly added file vboot_lib.c.
BRANCH=none BUG=chromium:1049032 TEST=emerge-nami coreboot-utils
Change-Id: Ifc826896d895f53d69ea559a88f75672c2ec3146 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M util/cbfstool/Makefile.inc A util/cbfstool/vboot_lib.c 2 files changed, 32 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/39390/3