Re: [PATCH v2 3/6] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-17 Thread Tom Rini
On Thu, Aug 17, 2023 at 11:18:53AM +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 v2 3/6] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-17 Thread Sughosh Ganu
hi Ilias, On Thu, 17 Aug 2023 at 17:29, Ilias Apalodimas wrote: > > Hi Sughosh > > On Thu, 17 Aug 2023 at 08:49, 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 platf

Re: [PATCH v2 3/6] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-17 Thread Ilias Apalodimas
Hi Sughosh On Thu, 17 Aug 2023 at 08:49, 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 v2 3/6] scripts/Makefile.lib: Embed capsule public key in platform's dtb

2023-08-16 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