binman: Add support for SCP firmware
authorSamuel Holland <samuel@sholland.org>
Thu, 22 Oct 2020 02:12:15 +0000 (21:12 -0500)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 22 Oct 2020 06:13:43 +0000 (11:43 +0530)
commit18bd45592cbd87a766450d08169ec574853b50fa
tree43c470a3fb689c44d34281ccb66d65d978378f1f
parent68158d59d296607849a8af6db3fe16a246934fe7
binman: Add support for SCP firmware

Add an entry type for a firmware blob for a System Control Processor,
given by an entry arg. This firmware is a raw binary blob.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Makefile
tools/binman/etype/scp.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/172_scp.dts [new file with mode: 0644]