Re: [PATCH v4 04/11] tools: add fdtsig.sh

2021-10-27 Thread Simon Glass
Hi Takahiro, On Tue, 26 Oct 2021 at 00:00, AKASHI Takahiro wrote: > > On Mon, Oct 25, 2021 at 12:06:39PM +0900, AKASHI Takahiro wrote: > > Simon, > > > > On Thu, Oct 14, 2021 at 06:40:24PM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Mon, 11 Oct 2021 at 19:42, AKASHI Takahiro > > >

Re: [PATCH v4 04/11] tools: add fdtsig.sh

2021-10-25 Thread AKASHI Takahiro
On Mon, Oct 25, 2021 at 12:06:39PM +0900, AKASHI Takahiro wrote: > Simon, > > On Thu, Oct 14, 2021 at 06:40:24PM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Mon, 11 Oct 2021 at 19:42, AKASHI Takahiro > > wrote: > > > > > > Simon, > > > > > > On Mon, Oct 11, 2021 at 08:54:09AM -0600, Si

Re: [PATCH v4 04/11] tools: add fdtsig.sh

2021-10-24 Thread AKASHI Takahiro
Simon, On Thu, Oct 14, 2021 at 06:40:24PM -0600, Simon Glass wrote: > Hi Takahiro, > > On Mon, 11 Oct 2021 at 19:42, AKASHI Takahiro > wrote: > > > > Simon, > > > > On Mon, Oct 11, 2021 at 08:54:09AM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Thu, 7 Oct 2021 at 00:25, AKASHI Tak

Re: [PATCH v4 04/11] tools: add fdtsig.sh

2021-10-14 Thread Simon Glass
Hi Takahiro, On Mon, 11 Oct 2021 at 19:42, AKASHI Takahiro wrote: > > Simon, > > On Mon, Oct 11, 2021 at 08:54:09AM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Thu, 7 Oct 2021 at 00:25, AKASHI Takahiro > > wrote: > > > > > > With this script, a public key is added to a device tree blo

Re: [PATCH v4 04/11] tools: add fdtsig.sh

2021-10-11 Thread AKASHI Takahiro
Simon, On Mon, Oct 11, 2021 at 08:54:09AM -0600, Simon Glass wrote: > Hi Takahiro, > > On Thu, 7 Oct 2021 at 00:25, AKASHI Takahiro > wrote: > > > > With this script, a public key is added to a device tree blob > > as the default efi_get_public_key_data() expects. > > > > Signed-off-by: AKASHI

Re: [PATCH v4 04/11] tools: add fdtsig.sh

2021-10-11 Thread Simon Glass
Hi Takahiro, On Thu, 7 Oct 2021 at 00:25, AKASHI Takahiro wrote: > > With this script, a public key is added to a device tree blob > as the default efi_get_public_key_data() expects. > > Signed-off-by: AKASHI Takahiro > --- > MAINTAINERS | 1 + > tools/fdtsig.sh | 40 ++

[PATCH v4 04/11] tools: add fdtsig.sh

2021-10-06 Thread AKASHI Takahiro
With this script, a public key is added to a device tree blob as the default efi_get_public_key_data() expects. Signed-off-by: AKASHI Takahiro --- MAINTAINERS | 1 + tools/fdtsig.sh | 40 2 files changed, 41 insertions(+) create mode 100755 tools/fd