Re: [U-Boot] Verified boot production uses question

2018-06-07 Thread Sam Voss
Teddy, On Thu, Jun 7, 2018 at 12:27 PM, Teddy Reed wrote: > > Hi all, question, is anyone using the U-Boot verified-boot in production? I have been digging into this lately as well, and actually noticed a few other things on top of what you are seeing, mentioned below. I don't want to derail

Re: [U-Boot] Verified boot production uses question

2018-06-07 Thread Sam Voss
Teddy, All, >> On Thu, Jun 7, 2018 at 12:27 PM, Teddy Reed wrote: >>> >>> Hi all, question, is anyone using the U-Boot verified-boot in production? >> >> I have been digging into this lately as well, and actually noticed a >> few other things on top of what you are seeing, mentioned below. I >>

[U-Boot] [PATCH] fit signature: Add fallback of required keys

2018-05-30 Thread Sam Voss
is raised as before and boot is halted. Signed-off-by: Sam Voss --- common/image-sig.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/common/image-sig.c b/common/image-sig.c index 455f2b9629..be1c7bd808 100644 --- a/common/image-sig.c +++ b/common/image-si

[U-Boot] [PATCH v2] fit signature: Add fallback of required keys

2019-04-22 Thread Sam Voss
is raised as before and boot is halted. Signed-off-by: Sam Voss -- v1->v2: - Fix comment style - Fix unused argument in printf - Fix broken printf argument --- common/image-sig.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/common/image-sig.c b/c