Re: [PATCH] spl: spl_fit.c: enable check of signature for config node in spl/tpl

2020-12-02 Thread Tom Rini
On Thu, Oct 29, 2020 at 06:50:29PM +0100, Philippe Reynes wrote: > This commit add the support of signature check for config node > in spl/tpl when the function spl_load_simple_fit is used. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom

Re: [PATCH] spl: spl_fit.c: enable check of signature for config node in spl/tpl

2020-11-03 Thread Simon Glass
On Thu, 29 Oct 2020 at 11:50, Philippe Reynes wrote: > > This commit add the support of signature check for config node > in spl/tpl when the function spl_load_simple_fit is used. > > Signed-off-by: Philippe Reynes > --- > common/spl/spl_fit.c | 10 ++ > 1 file changed, 10 insertions(+)

[PATCH] spl: spl_fit.c: enable check of signature for config node in spl/tpl

2020-10-29 Thread Philippe Reynes
This commit add the support of signature check for config node in spl/tpl when the function spl_load_simple_fit is used. Signed-off-by: Philippe Reynes --- common/spl/spl_fit.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index