[PATCH v4 8/9] binman: Add support for SCP firmware
Simon Glass
sjg at chromium.org
Mon Sep 28 06:24:35 CEST 2020
On Sat, 12 Sep 2020 at 15:35, Samuel Holland <samuel at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list