Re: [PATCH 2/2] boot: image-pre-load: Check environment for location of signature info

2022-10-11 Thread Tom Rini
On Wed, Sep 14, 2022 at 08:57:28PM +0200, Steven Lawrance wrote: > Setting an alternative signature info node in "pre_load_sig_info_path" > allows verification of an image using the bootm pre-load mechanism with > a different key, e.g.: setenv pre_load_sig_info_path "/alt/sig" ; bootm > preload

Re: [PATCH 2/2] boot: image-pre-load: Check environment for location of signature info

2022-09-15 Thread Simon Glass
On Wed, 14 Sept 2022 at 12:57, Steven Lawrance wrote: > > Setting an alternative signature info node in "pre_load_sig_info_path" > allows verification of an image using the bootm pre-load mechanism with > a different key, e.g.: setenv pre_load_sig_info_path "/alt/sig" ; bootm > preload [addr] > >

[PATCH 2/2] boot: image-pre-load: Check environment for location of signature info

2022-09-14 Thread Steven Lawrance
Setting an alternative signature info node in "pre_load_sig_info_path" allows verification of an image using the bootm pre-load mechanism with a different key, e.g.: setenv pre_load_sig_info_path "/alt/sig" ; bootm preload [addr] Signed-off-by: Steven Lawrance --- boot/image-pre-load.c | 7