Re: [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

2021-05-10 Thread AKASHI Takahiro
On Thu, Apr 15, 2021 at 03:55:52PM +0530, Sughosh Ganu wrote: > On Thu, 15 Apr 2021 at 01:08, Simon Glass wrote: > > > On Mon, 12 Apr 2021 at 16:06, Sughosh Ganu > > wrote: > > > > > > Define a function which would be used in the scenario where the > > > public key is stored on the platform's

Re: [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

2021-04-27 Thread AKASHI Takahiro
Simon, On Mon, Apr 12, 2021 at 08:35:25PM +0530, Sughosh Ganu wrote: > Define a function which would be used in the scenario where the > public key is stored on the platform's dtb. This dtb is concatenated > with the u-boot binary during the build process. Platforms which have > a different

Re: [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

2021-04-23 Thread Heinrich Schuchardt
On 4/15/21 12:25 PM, Sughosh Ganu wrote: On Thu, 15 Apr 2021 at 01:08, Simon Glass mailto:s...@chromium.org>> wrote: On Mon, 12 Apr 2021 at 16:06, Sughosh Ganu mailto:sughosh.g...@linaro.org>> wrote: > > Define a function which would be used in the scenario where the >

Re: [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

2021-04-15 Thread Sughosh Ganu
On Thu, 15 Apr 2021 at 01:08, Simon Glass wrote: > On Mon, 12 Apr 2021 at 16:06, Sughosh Ganu > wrote: > > > > Define a function which would be used in the scenario where the > > public key is stored on the platform's dtb. This dtb is concatenated > > with the u-boot binary during the build

Re: [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

2021-04-14 Thread Simon Glass
On Mon, 12 Apr 2021 at 16:06, Sughosh Ganu wrote: > > Define a function which would be used in the scenario where the > public key is stored on the platform's dtb. This dtb is concatenated > with the u-boot binary during the build process. Platforms which have > a different mechanism for getting

[PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

2021-04-12 Thread Sughosh Ganu
Define a function which would be used in the scenario where the public key is stored on the platform's dtb. This dtb is concatenated with the u-boot binary during the build process. Platforms which have a different mechanism for getting the public key would define their own platform specific