Re: [PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb

2023-08-04 Thread Tom Rini
On Thu, Aug 03, 2023 at 06:18:24PM -0600, Simon Glass wrote: > Hi Sughosh, > > On Thu, 3 Aug 2023 at 05:12, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Wed, 2 Aug 2023 at 19:04, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Wed, 2 Aug 2023 at 06:52, Simon Glass wrote: > > > > >

Re: [PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb

2023-08-03 Thread Simon Glass
Hi Sughosh, On Thu, 3 Aug 2023 at 05:12, Sughosh Ganu wrote: > > hi Simon, > > On Wed, 2 Aug 2023 at 19:04, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 2 Aug 2023 at 06:52, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Tue, 1 Aug 2023 at 11:40, Sughosh Ganu wrote: > > >

Re: [PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb

2023-08-03 Thread Sughosh Ganu
hi Simon, On Wed, 2 Aug 2023 at 19:04, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 2 Aug 2023 at 06:52, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Tue, 1 Aug 2023 at 11:40, Sughosh Ganu wrote: > > > > > > The EFI capsule authentication logic in u-boot expects the public key > > > in t

Re: [PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb

2023-08-02 Thread Simon Glass
Hi Sughosh, On Wed, 2 Aug 2023 at 06:52, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 1 Aug 2023 at 11:40, Sughosh Ganu wrote: > > > > The EFI capsule authentication logic in u-boot expects the public key > > in the form of an EFI Signature List(ESL) to be provided as part of > > the platform'

Re: [PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb

2023-08-02 Thread Simon Glass
Hi Sughosh, On Tue, 1 Aug 2023 at 11:40, Sughosh Ganu wrote: > > The EFI capsule authentication logic in u-boot expects the public key > in the form of an EFI Signature List(ESL) to be provided as part of > the platform's dtb. Currently, the embedding of the ESL file into the > dtb needs to be do

[PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb

2023-08-01 Thread Sughosh Ganu
The EFI capsule authentication logic in u-boot expects the public key in the form of an EFI Signature List(ESL) to be provided as part of the platform's dtb. Currently, the embedding of the ESL file into the dtb needs to be done manually. Add a signature node in the u-boot dtsi file and include th