commit | 06ef6b6290a3c5e181a1225e2a6f3478cdf8247a | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Thu Nov 04 22:59:16 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 07 18:36:55 2021 +0100 |
tree | 4c9216af31059d317ddfdece1970a7ad57a92063 | |
parent | d420d8db76de542c8863ea1d9b2693e248ab7469 [diff] |
efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand This commit adds the EFI_TCG2_PROTOCOL.SubmitCommand required in the TCG PC Client PFP spec. SubmitCommand enables to send the raw command to the TPM device. To implement this api, tpm2_submit_command() is added into tpm-v2.c. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>