Re: [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

2017-03-26 Thread Simon Glass
On 24 March 2017 at 03:54, Mario Six wrote: > On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote: >> On 20 March 2017 at 03:28, Mario Six wrote: >>> It is sometimes convenient to know how many and/or which resources are >>> currently loaded into a TPG, e.g. to test is a flush operation succeeded

Re: [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

2017-03-24 Thread Mario Six
On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote: > On 20 March 2017 at 03:28, Mario Six wrote: >> It is sometimes convenient to know how many and/or which resources are >> currently loaded into a TPG, e.g. to test is a flush operation succeeded. >> >> Hence, we add a command that lists the res

Re: [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

2017-03-22 Thread Simon Glass
On 20 March 2017 at 03:28, Mario Six wrote: > It is sometimes convenient to know how many and/or which resources are > currently loaded into a TPG, e.g. to test is a flush operation succeeded. > > Hence, we add a command that lists the resources of a given type currently > loaded into the TPM. > >

[U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

2017-03-20 Thread Mario Six
It is sometimes convenient to know how many and/or which resources are currently loaded into a TPG, e.g. to test is a flush operation succeeded. Hence, we add a command that lists the resources of a given type currently loaded into the TPM. Signed-off-by: Mario Six --- cmd/tpm.c | 76