commit | a322f54f50cfb2e8e7a68968c060b2fd3dbd934d | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Nov 05 23:58:43 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Nov 09 17:28:18 2020 +0100 |
tree | 5a1da7557ca17a3a7c253d1a6f8fd72bb2b6d44e | |
parent | b1aa6fcf274cb655ffb56eadcb9518fbb57e47b5 [diff] |
tpm: Change response length of tpm2_get_capability() For implementing the EFI_TCG2_PROTOCOL we need the count field returned by the TPM when reading capabilities via tpm2_get_capability(). Adjust the implementation of the 'tpm2 get_capability' command accordingly. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>