binman: Add support for a cros_ec image
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:39 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commitec127af0429ad6f9818297f9c3ee77edb2154182
tree4a4f1425abc9d36139844d53811dd8af7db653a0
parent11e36ccea174043229319263f9d0b5b7f7cca654
binman: Add support for a cros_ec image

Add an entry type which can hold a Chrome OS EC.

To make this work a new entry type is created, which supports getting a
blob filename from the command line.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/blob_named_by_arg.py [new file with mode: 0644]
tools/binman/etype/cros_ec_rw.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/68_blob_named_by_arg.dts [new file with mode: 0644]