commit | c1ae83c58552811d2ae5cb1179abbc67b523e169 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 17 13:25:44 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 01 16:30:48 2018 -0600 |
tree | e6ca145b3de1f8499c102d568218fa8ab3f34e50 | |
parent | 0362cd2b56557f81d8c6d8dfe34e1ce36278da4e [diff] [blame] |
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>
diff --git a/tools/binman/test/72_gbb_too_small.dts b/tools/binman/test/72_gbb_too_small.dts new file mode 100644 index 0000000..c088f36 --- /dev/null +++ b/tools/binman/test/72_gbb_too_small.dts
@@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; + +/ { + binman { + gbb { + size = <0x200>; + }; + }; +};