commit | 94e37a3ed3e5985e528d9959e22b6a01963d9e57 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 14:23:34 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 1468aa394b361fd25ca5d881655296cab342d88f | |
parent | 2797ebfcc6fa5bd148fade1641a7c9a39d3befe6 [diff] |
tpm: Add debugging of request in tpm_sendrecv_command() 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 <sjg@chromium.org>