binman: Add support for Chromium GBB
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:44 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit0ef87aa332e024c94d07a897c9f595be37077de8
treee6ca145b3de1f8499c102d568218fa8ab3f34e50
parentaeffc5e95627a788c328cb92f82ad9a38d792ed8
binman: Add support for Chromium GBB

This entry contains a Google Binary Block, used to store keys and bitmaps
in a Chromium image.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/gbb.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/71_gbb.dts [new file with mode: 0644]
tools/binman/test/72_gbb_too_small.dts [new file with mode: 0644]
tools/binman/test/73_gbb_no_size.dts [new file with mode: 0644]