Re: [PATCH v2 6/6] binman: Authenticate the image when testing the preload signature

2025-03-05 Thread Simon Glass
Hi Paul, On Mon, 24 Feb 2025 at 14:21, Paul HENRYS wrote: > > Use preload_check_sign to authenticate the generated image when testing the > preload signature in testPreLoad(). > > Signed-off-by: Paul HENRYS > --- > tools/binman/ftest.py | 15 +++ > 1 file changed, 15 insertions(+) >

[PATCH v2 6/6] binman: Authenticate the image when testing the preload signature

2025-02-24 Thread Paul HENRYS
Use preload_check_sign to authenticate the generated image when testing the preload signature in testPreLoad(). Signed-off-by: Paul HENRYS --- tools/binman/ftest.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index a553ca9e56