Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-17 Thread Simon Glass
Hi Tom, On Thu, 17 Aug 2023 at 09:10, Tom Rini wrote: > > On Thu, Aug 17, 2023 at 07:41:33AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 16 Aug 2023 at 15:26, Tom Rini wrote: > > > > > > On Wed, Aug 16, 2023 at 09:58:42AM +0530, Sughosh Ganu wrote: > > > > hi Simon, > > > > > > > > On

Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-17 Thread Tom Rini
On Thu, Aug 17, 2023 at 07:41:33AM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 16 Aug 2023 at 15:26, Tom Rini wrote: > > > > On Wed, Aug 16, 2023 at 09:58:42AM +0530, Sughosh Ganu wrote: > > > hi Simon, > > > > > > On Wed, 16 Aug 2023 at 00:09, Simon Glass wrote: > > > > > > > > Hi Sughosh,

Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-17 Thread Simon Glass
Hi Tom, On Wed, 16 Aug 2023 at 15:26, Tom Rini wrote: > > On Wed, Aug 16, 2023 at 09:58:42AM +0530, Sughosh Ganu wrote: > > hi Simon, > > > > On Wed, 16 Aug 2023 at 00:09, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Tue, 15 Aug 2023 at 10:26, Sughosh Ganu > > > wrote: > > > > > >

Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-16 Thread Tom Rini
On Wed, Aug 16, 2023 at 09:58:42AM +0530, Sughosh Ganu wrote: > hi Simon, > > On Wed, 16 Aug 2023 at 00:09, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Tue, 15 Aug 2023 at 10:26, Sughosh Ganu wrote: > > > > > > The EFI capsule authentication logic in u-boot expects the public key > > > in

Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-15 Thread Sughosh Ganu
hi Tom, On Wed, 16 Aug 2023 at 01:54, Tom Rini wrote: > > On Tue, Aug 15, 2023 at 09:56:20PM +0530, 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. Curre

Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-15 Thread Sughosh Ganu
hi Simon, On Wed, 16 Aug 2023 at 00:09, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 15 Aug 2023 at 10:26, 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 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-15 Thread Tom Rini
On Tue, Aug 15, 2023 at 09:56:20PM +0530, 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 done

Re: [PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-15 Thread Simon Glass
Hi Sughosh, On Tue, 15 Aug 2023 at 10:26, 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 d

[PATCH 2/5] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-15 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 target for generating a dtsi file which contains the