Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-18 Thread Jun Nie
2018-04-17 3:06 GMT+08:00 Simon Glass : > Hi Jun, > > On 13 April 2018 at 04:05, Jun Nie wrote: >> 2018-04-13 1:24 GMT+08:00 Simon Glass : >>> Hi, >>> >>> On 11 April 2018 at 09:13, Jun Nie wrote: It may be unnecessary to check signature on unlocked board. Get the hint from platform spe

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-18 Thread Jun Nie
2018-04-17 20:06 GMT+08:00 Quentin Schulz : > Hi, > > On Wed, Apr 11, 2018 at 11:13:05PM +0800, Jun Nie wrote: >> It may be unnecessary to check signature on unlocked board. >> Get the hint from platform specific code to support secure boot >> and non-secure boot with the same binary, so that boot

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-17 Thread Quentin Schulz
Hi, On Wed, Apr 11, 2018 at 11:13:05PM +0800, Jun Nie wrote: > It may be unnecessary to check signature on unlocked board. > Get the hint from platform specific code to support secure boot > and non-secure boot with the same binary, so that boot is not > blocked if board is not locked and has no k

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-16 Thread Simon Glass
Hi Jun, On 13 April 2018 at 04:05, Jun Nie wrote: > 2018-04-13 1:24 GMT+08:00 Simon Glass : >> Hi, >> >> On 11 April 2018 at 09:13, Jun Nie wrote: >>> It may be unnecessary to check signature on unlocked board. >>> Get the hint from platform specific code to support secure boot >>> and non-secur

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-13 Thread Jun Nie
2018-04-13 1:24 GMT+08:00 Simon Glass : > Hi, > > On 11 April 2018 at 09:13, Jun Nie wrote: >> It may be unnecessary to check signature on unlocked board. >> Get the hint from platform specific code to support secure boot >> and non-secure boot with the same binary, so that boot is not >> blocked

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-13 Thread Jun Nie
2018-04-12 21:53 GMT+08:00 Tom Rini : > On Wed, Apr 11, 2018 at 11:13:05PM +0800, Jun Nie wrote: > >> It may be unnecessary to check signature on unlocked board. >> Get the hint from platform specific code to support secure boot >> and non-secure boot with the same binary, so that boot is not >> bl

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-12 Thread Simon Glass
Hi, On 11 April 2018 at 09:13, Jun Nie wrote: > It may be unnecessary to check signature on unlocked board. > Get the hint from platform specific code to support secure boot > and non-secure boot with the same binary, so that boot is not > blocked if board is not locked and has no key for signatu

Re: [U-Boot] [PATCH] fit: skip signature verification if board request

2018-04-12 Thread Tom Rini
On Wed, Apr 11, 2018 at 11:13:05PM +0800, Jun Nie wrote: > It may be unnecessary to check signature on unlocked board. > Get the hint from platform specific code to support secure boot > and non-secure boot with the same binary, so that boot is not > blocked if board is not locked and has no key f