Re: [U-Boot] [PATCH v2 06/18] lib: tpm: Add command to flush resources

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:00, 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 --- Changes in v2: * Added U-Boot command for resource flushing ("tpm flush"), and made the command and the library f

Re: [U-Boot] [PATCH v2 06/18] lib: tpm: Add command to flush resources

2017-01-19 Thread Simon Glass
On 11 January 2017 at 08:00, 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 > --- > Changes in v2: > > * Added U-Boot command for resource flushing ("tpm flush"), and made the >

Re: [U-Boot] [PATCH v2 06/18] lib: tpm: Add command to flush resources

2017-01-18 Thread Stefan Roese
On 11.01.2017 16:00, 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 --- Changes in v2: * Added U-Boot command for resource flushing ("tpm flush"), and made the command and the library f

[U-Boot] [PATCH v2 06/18] lib: tpm: Add command to flush resources

2017-01-11 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 --- Changes in v2: * Added U-Boot command for resource flushing ("tpm flush"), and made the command and the library function deactivate-able via config ---