Re: [PATCH v6 10/16] mkimage: add public key for image pre-load stage

2022-03-02 Thread Simon Glass
On Fri, 25 Feb 2022 at 07:58, Philippe Reynes wrote: > > This commit enhances mkimage to update the node > /image/pre-load/sig with the public key. > > Signed-off-by: Philippe Reynes > --- > include/image.h| 15 ++ > tools/fit_image.c | 3 ++ > tools/image-host.c | 114

[PATCH v6 10/16] mkimage: add public key for image pre-load stage

2022-02-25 Thread Philippe Reynes
This commit enhances mkimage to update the node /image/pre-load/sig with the public key. Signed-off-by: Philippe Reynes --- include/image.h| 15 ++ tools/fit_image.c | 3 ++ tools/image-host.c | 114 + 3 files changed, 132 insertions(+)