
30 Mar
2018
30 Mar
'18
12:42 a.m.
On 29 March 2018 at 15:43, Miquel Raynal miquel.raynal@bootlin.com wrote:
When debugging, it is welcome to get more information about what the TPM returns. Add the possibility to print the packets received to show their exact content.
Signed-off-by: Miquel Raynal miquel.raynal@bootlin.com
lib/tpm.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
You might consider using the new logging support for this? See log.h
- Simon