Re: [U-Boot] [PATCH] SPL: Add signature verification when loading image

2018-02-26 Thread Jun Nie
2018-02-26 19:02 GMT+08:00 Andre Przywara : > Hi, > > On 26/02/18 10:00, Jun Nie wrote: >> 2018-02-26 17:56 GMT+08:00 Andre Przywara : >>> Hi, >>> >>> On 11/02/18 11:56, Jun Nie wrote: Add signature verification when loading FIT image in SPL. >>> >>> this message is very thin. Can you explain

Re: [U-Boot] [PATCH] SPL: Add signature verification when loading image

2018-02-26 Thread Andre Przywara
Hi, On 26/02/18 10:00, Jun Nie wrote: > 2018-02-26 17:56 GMT+08:00 Andre Przywara : >> Hi, >> >> On 11/02/18 11:56, Jun Nie wrote: >>> Add signature verification when loading FIT image in SPL. >> >> this message is very thin. Can you explain WHY you did this change and >> what it's supposed to do

Re: [U-Boot] [PATCH] SPL: Add signature verification when loading image

2018-02-26 Thread Jun Nie
2018-02-26 17:56 GMT+08:00 Andre Przywara : > Hi, > > On 11/02/18 11:56, Jun Nie wrote: >> Add signature verification when loading FIT image in SPL. > > this message is very thin. Can you explain WHY you did this change and > what it's supposed to do and what it improves? > For my part I am complet

Re: [U-Boot] [PATCH] SPL: Add signature verification when loading image

2018-02-26 Thread Andre Przywara
Hi, On 11/02/18 11:56, Jun Nie wrote: > Add signature verification when loading FIT image in SPL. this message is very thin. Can you explain WHY you did this change and what it's supposed to do and what it improves? For my part I am completely clueless what you are after. Cheers, Andre. > Signe

Re: [U-Boot] [PATCH] SPL: Add signature verification when loading image

2018-02-26 Thread Jun Nie
Hi, Does anyone have comments on this patch? Thank you! Jun 2018-02-11 19:56 GMT+08:00 Jun Nie : > Add signature verification when loading FIT image in SPL. > > Signed-off-by: Jun Nie > --- > common/image-fit.c | 56 > +++- > common/spl/spl_fi

[U-Boot] [PATCH] SPL: Add signature verification when loading image

2018-02-11 Thread Jun Nie
Add signature verification when loading FIT image in SPL. Signed-off-by: Jun Nie --- common/image-fit.c | 56 +++- common/spl/spl_fit.c | 12 +++ include/image.h | 2 ++ 3 files changed, 48 insertions(+), 22 deletions(-) diff --git