Re: [RFC PATCH v3 7/8] mkimage: add public key for image pre-load stage

2021-12-03 Thread Philippe REYNES
Hi Simon, Le 25/11/2021 à 01:13, Simon Glass a écrit : Hi Philippe, On Wed, 17 Nov 2021 at 10:52, 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 ++

Re: [RFC PATCH v3 7/8] mkimage: add public key for image pre-load stage

2021-11-24 Thread Simon Glass
Hi Philippe, On Wed, 17 Nov 2021 at 10:52, 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 | 116