binman: Add an entry for a Chromium vblock
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:47 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit24d0d3c30db0bba6579ae55e1d6202e229c23a0e
tree7b93e2bc56584edd1b7c043e144fbc0aa2ca54a4
parent94a7c603b45b9abdd9e6960ed2b096dd4553c91c
binman: Add an entry for a Chromium vblock

This adds support for a Chromium verified boot block, used to sign a
read-write section of the image.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/etype/vblock.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/74_vblock.dts [new file with mode: 0644]
tools/binman/test/75_vblock_no_content.dts [new file with mode: 0644]
tools/binman/test/76_vblock_bad_phandle.dts [new file with mode: 0644]
tools/binman/test/77_vblock_bad_entry.dts [new file with mode: 0644]