Re: [PATCH v6 07/16] boot: image: add a stage pre-load

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 a stage pre-load that could check or modify an image. For the moment, only a header with a signature is supported. This header has the following format: - magic : 4

Re: [PATCH v6 07/16] boot: image: add a stage pre-load

2022-03-02 Thread Simon Glass
Hi Philippe, On Fri, 25 Feb 2022 at 07:58, Philippe Reynes wrote: > > Add a stage pre-load that could > check or modify an image. > > For the moment, only a header with a signature is > supported. This header has the following format: > - magic : 4 bytes > - version : 4 bytes > - header size : 4

[PATCH v6 07/16] boot: image: add a stage pre-load

2022-02-25 Thread Philippe Reynes
Add a stage pre-load that could check or modify an image. For the moment, only a header with a signature is supported. This header has the following format: - magic : 4 bytes - version : 4 bytes - header size : 4 bytes - image size : 4 bytes - offset image signature : 4 bytes - flags : 4 bytes -