Re: [PATCH v6 15/16] cmd: verify: initial import

2022-03-28 Thread Philippe REYNES
Hi Simon, Le 28/03/2022 à 08:35, Simon Glass a écrit : Hi Philippe, On Thu, 10 Mar 2022 at 09:53, Philippe REYNES wrote: Hi Simon, Le 03/03/2022 à 04:37, Simon Glass a écrit : Hi Philippe, On Fri, 25 Feb 2022 at 07:58, Philippe Reynes wrote: Add the command verify that check the

Re: [PATCH v6 15/16] cmd: verify: initial import

2022-03-28 Thread Simon Glass
Hi Philippe, On Thu, 10 Mar 2022 at 09:53, Philippe REYNES wrote: > > Hi Simon, > > > Le 03/03/2022 à 04:37, Simon Glass a écrit : > > Hi Philippe, > > > > On Fri, 25 Feb 2022 at 07:58, Philippe Reynes > > wrote: > >> Add the command verify that check the signature of > >> an image with the

Re: [PATCH v6 15/16] cmd: verify: initial import

2022-03-10 Thread Philippe REYNES
Hi Simon, Le 03/03/2022 à 04:37, Simon Glass a écrit : Hi Philippe, On Fri, 25 Feb 2022 at 07:58, Philippe Reynes wrote: Add the command verify that check the signature of an image with the pre-load header. If the check succeed, the u-boot env variable 'loadaddr_verified' is set to the

Re: [PATCH v6 15/16] cmd: verify: initial import

2022-03-02 Thread Simon Glass
Hi Philippe, On Fri, 25 Feb 2022 at 07:58, Philippe Reynes wrote: > > Add the command verify that check the signature of > an image with the pre-load header. If the check > succeed, the u-boot env variable 'loadaddr_verified' > is set to the address of the image (without the header). > > It

[PATCH v6 15/16] cmd: verify: initial import

2022-02-25 Thread Philippe Reynes
Add the command verify that check the signature of an image with the pre-load header. If the check succeed, the u-boot env variable 'loadaddr_verified' is set to the address of the image (without the header). It allows to run such commands: tftp script.img && verify $loadaddr && source