Re: [PATCH v4 03/11] tpm: Add debugging of request in tpm_sendrecv_command()

2021-03-03 Thread Tom Rini
On Sat, Feb 06, 2021 at 02:23:34PM -0700, Simon Glass wrote: > The response is shown but not the request. Update the code to show both > if debugging is enabled. > > Use a 'uint' type for size so it matches the register-word size on both > 32- and 64-bit machines. > > Signed-off-by: Simon Glass

[PATCH v4 03/11] tpm: Add debugging of request in tpm_sendrecv_command()

2021-02-06 Thread Simon Glass
The response is shown but not the request. Update the code to show both if debugging is enabled. Use a 'uint' type for size so it matches the register-word size on both 32- and 64-bit machines. Signed-off-by: Simon Glass --- Changes in v4: - Use uint type for size and explain it in the commit m