Re: [PATCH 0/3] Introduce new sign binman's option

2022-08-16 Thread Ivan Mikhaylov
On Sat, 2022-08-13 at 08:59 -0600, Simon Glass wrote: > Hi Ivan, > > On Mon, 21 Mar 2022 at 12:43, Ivan Mikhaylov > wrote: > > > > From: Ivan Mikhaylov > > > > This patch introduces prototype of new sign binman's option. > > Enhancing the sign procedure, as example: > > > > mkimage -G

Re: [PATCH 0/3] Introduce new sign binman's option

2022-08-13 Thread Simon Glass
Hi Ivan, On Mon, 21 Mar 2022 at 12:43, Ivan Mikhaylov wrote: > > From: Ivan Mikhaylov > > This patch introduces prototype of new sign binman's option. > Enhancing the sign procedure, as example: > > mkimage -G privateky -r -o sha256,rsa4096 -F fit.fit > binman replace -i flash.bin -f fit.fit

[PATCH 0/3] Introduce new sign binman's option

2022-03-21 Thread Ivan Mikhaylov
From: Ivan Mikhaylov This patch introduces prototype of new sign binman's option. Enhancing the sign procedure, as example: mkimage -G privateky -r -o sha256,rsa4096 -F fit.fit binman replace -i flash.bin -f fit.fit fit into: binman sign -i flash.bin -k privatekey -a sha256,rsa4096 -f fit.fit