[PATCH v2 1/6] binman: Add support for a rockchip-tpl entry
Eugen Hristev
eugen.hristev at collabora.com
Thu Feb 16 12:26:31 CET 2023
On 2/14/23 12:33, Jonas Karlman wrote:
> The rockchip-tpl entry can be used when an external TPL binary should be
> used instead of the normal U-Boot TPL.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> ---
> v2:
> - rename external-tpl to rockchip-tpl
> - missing message moved to this patch
>
> tools/binman/entries.rst | 14 ++++++++++++++
> tools/binman/etype/rockchip_tpl.py | 20 ++++++++++++++++++++
> tools/binman/ftest.py | 7 +++++++
> tools/binman/missing-blob-help | 5 +++++
> tools/binman/test/277_rockchip_tpl.dts | 16 ++++++++++++++++
> 5 files changed, 62 insertions(+)
> create mode 100644 tools/binman/etype/rockchip_tpl.py
> create mode 100644 tools/binman/test/277_rockchip_tpl.dts
Hi Jonas,
Is it possible to add the filename 'rockchip-tpl' to gitignore, such
that it won't show up all the time when you do git status ?
(in the case where you place the rockchip-tpl in the same dir )
Otherwise, I tested your series:
Tested-by: Eugen Hristev <eugen.hristev at collabora.com>
Eugen
More information about the U-Boot
mailing list