
28 Sep
2020
28 Sep
'20
6:24 a.m.
On Sat, 12 Sep 2020 at 15:35, Samuel Holland samuel@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 samuel@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 sjg@chromium.org