Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-20 Thread Simon Glass
Hi Ilias, On Tue, 20 Jul 2021 at 12:43, Ilias Apalodimas wrote: > > On Tue, 20 Jul 2021 at 21:33, Simon Glass wrote: > > > > Hi Ilias, > > > > On Sat, 17 Jul 2021 at 01:24, Ilias Apalodimas > > wrote: > > > > > > On Fri, Jul 16, 2021 at 08:03:23AM -0600, Simon Glass wrote: > > > > Hi Ilias, >

Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-20 Thread Ilias Apalodimas
On Tue, 20 Jul 2021 at 21:33, Simon Glass wrote: > > Hi Ilias, > > On Sat, 17 Jul 2021 at 01:24, Ilias Apalodimas > wrote: > > > > On Fri, Jul 16, 2021 at 08:03:23AM -0600, Simon Glass wrote: > > > Hi Ilias, > > > > > > On Thu, 15 Jul 2021 at 11:00, Ilias Apalodimas > > > wrote: > > > > > > > >

Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-20 Thread Simon Glass
Hi Ilias, On Sat, 17 Jul 2021 at 01:24, Ilias Apalodimas wrote: > > On Fri, Jul 16, 2021 at 08:03:23AM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Thu, 15 Jul 2021 at 11:00, Ilias Apalodimas > > wrote: > > > > > > commit 322c813f4bec ("mkeficapsule: Add support for embedding public key

[PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-17 Thread Ilias Apalodimas
commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in a dtb") added a bunch of options enabling the addition of the capsule public key in a dtb. Since now we embedded the key in U-Boot's .rodata we don't this this functionality anymore Signed-off-by: Ilias Apalodimas ---

Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-17 Thread Ilias Apalodimas
On Fri, Jul 16, 2021 at 08:03:23AM -0600, Simon Glass wrote: > Hi Ilias, > > On Thu, 15 Jul 2021 at 11:00, Ilias Apalodimas > wrote: > > > > commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in > > a dtb") > > added a bunch of options enabling the addition of the capsule

Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-16 Thread Simon Glass
Hi Ilias, On Thu, 15 Jul 2021 at 11:00, Ilias Apalodimas wrote: > > commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in a > dtb") > added a bunch of options enabling the addition of the capsule public key > in a dtb. Since now we embeded the key in U-Boot's .rodata we

Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-16 Thread Takahiro Akashi
On Fri, Jul 16, 2021 at 02:57:54PM +0900, Masami Hiramatsu wrote: > 2021年7月16日(金) 2:00 Ilias Apalodimas : > > > > commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in > > a dtb") > > added a bunch of options enabling the addition of the capsule public key > > in a dtb.

Re: [PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-15 Thread Masami Hiramatsu
2021年7月16日(金) 2:00 Ilias Apalodimas : > > commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in a > dtb") > added a bunch of options enabling the addition of the capsule public key > in a dtb. Since now we embeded the key in U-Boot's .rodata we don't this > this

[PATCH 2/3] mkeficapsule: Remove dtb related options

2021-07-15 Thread Ilias Apalodimas
commit 322c813f4bec ("mkeficapsule: Add support for embedding public key in a dtb") added a bunch of options enabling the addition of the capsule public key in a dtb. Since now we embeded the key in U-Boot's .rodata we don't this this functionality anymore Signed-off-by: Ilias Apalodimas ---