Hello Aaron Durbin, Julius Werner, Frans Hendriks, Paul Menzel, build bot (Jenkins), Joel Kitching, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38590
to look at the new patch set (#6).
Change subject: vendorcode/eltan/security: Switch to vb2 vboot library ......................................................................
vendorcode/eltan/security: Switch to vb2 vboot library
The eltan verified_boot is using the vboot 2.1 data structures and code, as well as the fwlib21 build target, they are all deprecated. Refer to CB:37654 for more information.
The verified_boot code is updated to use the vb2 structures and code and make sure only public functions are used.
To align with standard handing the endianness of the hash entries in the manifest is changed. The openssl dgst output can now be used as is.
BUG=N/A TEST=tested on facebook fbg1701
Change-Id: I1e1a7bce6110fe35221a4d7a47c1eb7c7074c318 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M src/security/vboot/Kconfig M src/vendorcode/eltan/security/Makefile.inc D src/vendorcode/eltan/security/include/cb_sha.h D src/vendorcode/eltan/security/lib/Makefile.inc D src/vendorcode/eltan/security/lib/cb_sha.c M src/vendorcode/eltan/security/mboot/Kconfig M src/vendorcode/eltan/security/mboot/mboot.c M src/vendorcode/eltan/security/mboot/mboot.h M src/vendorcode/eltan/security/verified_boot/Kconfig M src/vendorcode/eltan/security/verified_boot/Makefile.inc M src/vendorcode/eltan/security/verified_boot/vboot_check.c M src/vendorcode/eltan/security/verified_boot/vboot_check.h 12 files changed, 59 insertions(+), 169 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/38590/6