Re: [U-Boot] [PATCH v2 2/5] tpm: fix reading of permanent flags

2017-11-17 Thread sjg
On 3 October 2017 at 09:55, André Draszik wrote: > From: André Draszik > > The offset of the permanent flags structure is in a different > place in the response compared to what the code is doing, > which gives us a completely useless result. > > Fix by

Re: [U-Boot] [PATCH v2 2/5] tpm: fix reading of permanent flags

2017-11-17 Thread Simon Glass
On 3 October 2017 at 09:55, André Draszik wrote: > From: André Draszik > > The offset of the permanent flags structure is in a different > place in the response compared to what the code is doing, > which gives us a completely useless result. > > Fix by

[U-Boot] [PATCH v2 2/5] tpm: fix reading of permanent flags

2017-10-03 Thread André Draszik
From: André Draszik The offset of the permanent flags structure is in a different place in the response compared to what the code is doing, which gives us a completely useless result. Fix by replacing hand-crafted code with generic parser infrastructure. Signed-off-by: