Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-07 Thread Simon Glass
Hi Jan, On Mon, 6 Feb 2023 at 22:47, Jan Kiszka wrote: > > On 07.02.23 05:02, Simon Glass wrote: > > Hi Jan, > > > > On Mon, 6 Feb 2023 at 03:42, Jan Kiszka wrote: > >> > >> On 04.02.23 23:23, Simon Glass wrote: > >>> Hi Jan, > >>> > >>> On Fri, 3 Feb 2023 at 23:35, Jan Kiszka wrote: > > >

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-06 Thread Jan Kiszka
On 07.02.23 05:02, Simon Glass wrote: > Hi Jan, > > On Mon, 6 Feb 2023 at 03:42, Jan Kiszka wrote: >> >> On 04.02.23 23:23, Simon Glass wrote: >>> Hi Jan, >>> >>> On Fri, 3 Feb 2023 at 23:35, Jan Kiszka wrote: On 04.02.23 01:20, Simon Glass wrote: > Hi Jan, > > On Fri, 3 Fe

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-06 Thread Simon Glass
Hi Jan, On Mon, 6 Feb 2023 at 03:42, Jan Kiszka wrote: > > On 04.02.23 23:23, Simon Glass wrote: > > Hi Jan, > > > > On Fri, 3 Feb 2023 at 23:35, Jan Kiszka wrote: > >> > >> On 04.02.23 01:20, Simon Glass wrote: > >>> Hi Jan, > >>> > >>> On Fri, 3 Feb 2023 at 05:29, Jan Kiszka wrote: > > >

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-06 Thread Jan Kiszka
On 06.02.23 11:42, Jan Kiszka wrote: > On 04.02.23 23:23, Simon Glass wrote: >> Hi Jan, >> >> On Fri, 3 Feb 2023 at 23:35, Jan Kiszka wrote: >>> >>> On 04.02.23 01:20, Simon Glass wrote: Hi Jan, On Fri, 3 Feb 2023 at 05:29, Jan Kiszka wrote: > > From: Jan Kiszka >

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-06 Thread Jan Kiszka
On 04.02.23 23:23, Simon Glass wrote: > Hi Jan, > > On Fri, 3 Feb 2023 at 23:35, Jan Kiszka wrote: >> >> On 04.02.23 01:20, Simon Glass wrote: >>> Hi Jan, >>> >>> On Fri, 3 Feb 2023 at 05:29, Jan Kiszka wrote: From: Jan Kiszka Allows to create a public key device tree dtsi f

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-04 Thread Simon Glass
Hi Jan, On Fri, 3 Feb 2023 at 23:35, Jan Kiszka wrote: > > On 04.02.23 01:20, Simon Glass wrote: > > Hi Jan, > > > > On Fri, 3 Feb 2023 at 05:29, Jan Kiszka wrote: > >> > >> From: Jan Kiszka > >> > >> Allows to create a public key device tree dtsi for inclusion into U-Boot > >> SPL and proper d

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-03 Thread Jan Kiszka
On 04.02.23 01:20, Simon Glass wrote: > Hi Jan, > > On Fri, 3 Feb 2023 at 05:29, Jan Kiszka wrote: >> >> From: Jan Kiszka >> >> Allows to create a public key device tree dtsi for inclusion into U-Boot >> SPL and proper during first build already. This can be achieved via >> CONFIG_DEVICE_TREE_IN

Re: [PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-03 Thread Simon Glass
Hi Jan, On Fri, 3 Feb 2023 at 05:29, Jan Kiszka wrote: > > From: Jan Kiszka > > Allows to create a public key device tree dtsi for inclusion into U-Boot > SPL and proper during first build already. This can be achieved via > CONFIG_DEVICE_TREE_INCLUDES. > > Signed-off-by: Jan Kiszka > --- > to

[PATCH V5 07/12] tools: Add script for converting public key into device tree include

2023-02-03 Thread Jan Kiszka
From: Jan Kiszka Allows to create a public key device tree dtsi for inclusion into U-Boot SPL and proper during first build already. This can be achieved via CONFIG_DEVICE_TREE_INCLUDES. Signed-off-by: Jan Kiszka --- tools/key2dtsi.py | 64 +++ 1 fil