commit | 4ef07b9071a8601457ac7a55c981a69e03c5ea06 | [log] [tgz] |
---|---|---|
author | Stefan Berger <stefanb@linux.ibm.com> | Tue Oct 29 08:49:33 2024 -0400 |
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | Wed Nov 06 14:48:54 2024 +1100 |
tree | 5c120828f3f8f29d9d678f6ee8419d49a7717edb | |
parent | 2451d058b3261939f106f6e26da99ef86384c574 [diff] |
tpm: Implement firmware API call get-maximum-cmd-size Implement the firmware API call get-maximum-cmd-size that returns a TPM's maximum command size. The caller should use the size returned by this function to allocate a buffer large enough for TPM commands and also responses. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>