Re: [PATCH v2 1/6] binman: Add support for a rockchip-tpl entry

2023-02-16 Thread Jonas Karlman
Hi Eugen, On 2023-02-16 12:26, Eugen Hristev wrote: > 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 >> --- >> v2: >> - rename external-tpl to

Re: [PATCH v2 1/6] binman: Add support for a rockchip-tpl entry

2023-02-16 Thread Eugen Hristev
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 --- v2: - rename external-tpl to rockchip-tpl - missing message moved to this patch tools/binman/entries.rst

Re: [PATCH v2 1/6] binman: Add support for a rockchip-tpl entry

2023-02-15 Thread Kever Yang
On 2023/2/14 18: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 Reviewed-by: Kever Yang Thanks, - Kever --- v2: - rename external-tpl to rockchip-tpl - missing message

Re: [PATCH v2 1/6] binman: Add support for a rockchip-tpl entry

2023-02-14 Thread Jonas Karlman
Hi Simon, On 2023-02-14 20:48, Simon Glass wrote: > Hi Jonas, > > On Tue, 14 Feb 2023 at 03: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 >> --- >> v2: >> -

Re: [PATCH v2 1/6] binman: Add support for a rockchip-tpl entry

2023-02-14 Thread Simon Glass
Hi Jonas, On Tue, 14 Feb 2023 at 03: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 > --- > v2: > - rename external-tpl to rockchip-tpl > - missing message moved to

[PATCH v2 1/6] binman: Add support for a rockchip-tpl entry

2023-02-14 Thread Jonas Karlman
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 --- v2: - rename external-tpl to rockchip-tpl - missing message moved to this patch tools/binman/entries.rst | 14 ++