On Sat, 12 Sep 2020 at 15:35, Samuel Holland <sam...@sholland.org> wrote: > > Add an entry type for a firmware blob for a Sytem Control Processor, > given by an entry arg. This firmware is a raw binary blob. > > Signed-off-by: Samuel Holland <sam...@sholland.org> > --- > Makefile | 2 +- > tools/binman/etype/scp.py | 19 +++++++++++++++++++ > tools/binman/ftest.py | 7 +++++++ > tools/binman/test/172_scp.dts | 16 ++++++++++++++++ > 4 files changed, 43 insertions(+), 1 deletion(-) > create mode 100644 tools/binman/etype/scp.py > create mode 100644 tools/binman/test/172_scp.dts
Reviewed-by: Simon Glass <s...@chromium.org>