Re: [PATCH v4 3/7] tpm: Correct the define-space command in TPMv2

2022-08-25 Thread Ilias Apalodimas
On Tue, 23 Aug 2022 at 20:12, Simon Glass wrote: > > The message format is incorrect. Fix it. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Use constants instead of open-coded values > > lib/tpm-v2.c | 22 +++--- > 1 file changed, 15 insert

[PATCH v4 3/7] tpm: Correct the define-space command in TPMv2

2022-08-23 Thread Simon Glass
The message format is incorrect. Fix it. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Use constants instead of open-coded values lib/tpm-v2.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/lib/tpm-v2.c b/lib/tpm-v2.c index