Re: [PATCH v2 4/4] Makefile: Add provision for embedding public key in platform's dtb

2021-04-27 Thread AKASHI Takahiro
On Mon, Apr 12, 2021 at 08:35:26PM +0530, Sughosh Ganu wrote: > Add provision for embedding the public key used for capsule > authentication in the platform's dtb. This is done by invoking the > mkeficapsule utility which puts the public key in the efi signature > list(esl) format into the dtb. >

[PATCH v2 4/4] Makefile: Add provision for embedding public key in platform's dtb

2021-04-12 Thread Sughosh Ganu
Add provision for embedding the public key used for capsule authentication in the platform's dtb. This is done by invoking the mkeficapsule utility which puts the public key in the efi signature list(esl) format into the dtb. Signed-off-by: Sughosh Ganu --- Changes since V1: None Makefile |