Re: [U-Boot] [PATCH 07/17] lib: tpm: Add command to flush resources

2016-12-05 Thread Mario Six
Hi Simon, On Mon, Dec 5, 2016 at 7:24 AM, Simon Glass wrote: > On 1 December 2016 at 01:42, Stefan Roese wrote: >> (Adding Simon to Cc) >> >> On 23.11.2016 16:12, Mario Six wrote: >>> >>> This patch adds a function to the TPM library, which allows U-Boot to >>>

Re: [U-Boot] [PATCH 07/17] lib: tpm: Add command to flush resources

2016-12-04 Thread Simon Glass
On 1 December 2016 at 01:42, Stefan Roese wrote: > (Adding Simon to Cc) > > On 23.11.2016 16:12, Mario Six wrote: >> >> This patch adds a function to the TPM library, which allows U-Boot to >> flush resources, e.g. keys, from the TPM. >> >> Signed-off-by: Mario Six

Re: [U-Boot] [PATCH 07/17] lib: tpm: Add command to flush resources

2016-12-01 Thread Stefan Roese
(Adding Simon to Cc) On 23.11.2016 16:12, Mario Six wrote: This patch adds a function to the TPM library, which allows U-Boot to flush resources, e.g. keys, from the TPM. Signed-off-by: Mario Six Simon, do you have any comments on this patch please? ---

[U-Boot] [PATCH 07/17] lib: tpm: Add command to flush resources

2016-11-23 Thread Mario Six
This patch adds a function to the TPM library, which allows U-Boot to flush resources, e.g. keys, from the TPM. Signed-off-by: Mario Six --- board/gdsys/p1022/controlcenterd-id.c | 9 --- include/tpm.h | 45 +++