Re: [U-Boot] [PATCH v2 12/19] tpm: rename the _extend() function to be _pcr_event()

2018-03-29 Thread Reinhard Pfau
TPM1.2 devices): NAK Greetings, Reinhard Pfau Guntermann & Drunck GmbH ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] gdsys: Drop print_fpga_state function

2016-06-02 Thread Reinhard Pfau
Hi Tom, I think, Dirk had missed this message. Sorry for a late reply. Inlining the func is basically OK. But could you please make a little change at the inlined code (see below)? Beside this: Acked-by: Reinhard Pfau Greetings, Reinhard. On 2016-01-14 00:12, Tom Rini wrote: [...] diff

[U-Boot] [PATCH v1 2/2] kwbimage: fix size computations for v1 images

2015-11-27 Thread Reinhard Pfau
there is none). Use "uint32_t" instead of "unsigned int" for header size computation. Signed-off-by: Reinhard Pfau Cc: Luka Perkov --- tools/kwbimage.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index afb

[U-Boot] [PATCH v1 1/2] kwbimage: fix endianess issue

2015-11-27 Thread Reinhard Pfau
KWB image header values are in little endian (LE). So adding appropriate cpu_to_leXX() calls to allow building those images on BE hosts, too. Signed-off-by: Reinhard Pfau Cc: Luka Perkov --- tools/kwbimage.c | 43 --- tools/kwbimage.h | 3 ++- 2 files

[U-Boot] [PATCH v1 0/2] This little series fixes some issues with kwbimage.

2015-11-27 Thread Reinhard Pfau
It makes kwbimage working on BE build hosts and fixes some flaws in computation of image header sizes. Reinhard Pfau (2): kwbimage: fix endianess issue kwbimage: fix size computations for v1 images tools/kwbimage.c | 50 -- tools/kwbimage.h

Re: [U-Boot] Some powerpc cfgs fail to build on v2014.04

2014-06-03 Thread Reinhard Pfau
about it. Oh well, someone has... Dirk Eibach posted a patch for the broken gdsys boards (dlvision10, io, iocon and neo). See: http://patchwork.ozlabs.org/patch/344162/ Greetings, Reinhard Pfau. ___ U-Boot mailing list U-Boot@lists.denx.de http:

[U-Boot] [PATCH] tpm: add AUTH1 cmds for LoadKey2 and GetPubKey

2013-04-11 Thread Reinhard Pfau
adKey2 and TPM_GetPubKey are provided. Both features are available using the 'tpm' command, too. Authorized commands are enabled with CONFIG_TPM_AUTH_SESSIONS. (Note that this also requires CONFIG_SHA1 to be enabled.) Signed-off-by: Reinhard Pfau --- README | 14 ++ com