From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 27 Sep 2020 22:24:35 -0600 Subject: [PATCH v4 8/9] binman: Add support for SCP firmware In-Reply-To: <20200912213545.64376-9-samuel@sholland.org> References: <20200912213545.64376-1-samuel@sholland.org> <20200912213545.64376-9-samuel@sholland.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 | 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