Re: [PATCH v4 8/9] binman: Add support for SCP firmware

2020-09-27 Thread Simon Glass
On Sat, 12 Sep 2020 at 15:35, Samuel Holland 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 > --- > Makefile | 2 +- > tools/binman/etype/scp.py

[PATCH v4 8/9] binman: Add support for SCP firmware

2020-09-12 Thread Samuel Holland
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 --- Makefile | 2 +- tools/binman/etype/scp.py | 19 +++ tools/binman/ftest.py | 7