Re: [PATCH 4/8] tpm: Correct the define-space command in TPMv2

2022-08-14 Thread Simon Glass
Hi Ilias, On Tue, 7 Jun 2022 at 02:46, Ilias Apalodimas wrote: > > Hi Simon, > > Thanks for fixing this. > On Mon, Feb 28, 2022 at 05:11:21PM -0700, Simon Glass wrote: > > The message format is incorrect. Fix it. > > > > Signed-off-by: Simon Glass > > --- > > > > lib/tpm-v2.c | 18 +++--

Re: [PATCH 4/8] tpm: Correct the define-space command in TPMv2

2022-06-07 Thread Ilias Apalodimas
Hi Simon, Thanks for fixing this. On Mon, Feb 28, 2022 at 05:11:21PM -0700, Simon Glass wrote: > The message format is incorrect. Fix it. > > Signed-off-by: Simon Glass > --- > > lib/tpm-v2.c | 18 +++--- > 1 file changed, 11 insertions(+), 7 deletions(-) > > diff --git a/lib/tp

[PATCH 4/8] tpm: Correct the define-space command in TPMv2

2022-02-28 Thread Simon Glass
The message format is incorrect. Fix it. Signed-off-by: Simon Glass --- lib/tpm-v2.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/lib/tpm-v2.c b/lib/tpm-v2.c index 6058f2e1e4..fe99b9c863 100644 --- a/lib/tpm-v2.c +++ b/lib/tpm-v2.c @@ -89,14 +89,14 @@