Wim Vervoorn uploaded patch set #6 to this change.

View Change

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

To view, visit change 38590. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1e1a7bce6110fe35221a4d7a47c1eb7c7074c318
Gerrit-Change-Number: 38590
Gerrit-PatchSet: 6
Gerrit-Owner: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Frans Hendriks <fhendriks@eltan.com>
Gerrit-Reviewer: Joel Kitching <kitching@google.com>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset