]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0c279a1575bf1a54425d44b5172fa86f0e21e1fa
tree7b93e2bc56584edd1b7c043e144fbc0aa2ca54a4
parentb12d037b0f85ac755b2e332dfbb78e4da39a4ee9
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]