Re: [PATCH] efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand

2021-11-01 Thread Masahisa Kojima
On Fri, 29 Oct 2021 at 18:43, Masahisa Kojima wrote: > > On Fri, 29 Oct 2021 at 15:26, Ilias Apalodimas > wrote: > > > > > > On Fri, Oct 22, 2021 at 08:20:55PM +0900, Masahisa Kojima wrote: > > > This commit adds the EFI_TCG2_PROTOCOL.SubmitCommand > > > required in the TCG PC Client PFP spec. >

Re: [PATCH] efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand

2021-10-29 Thread Masahisa Kojima
On Fri, 29 Oct 2021 at 15:26, Ilias Apalodimas wrote: > > > On Fri, Oct 22, 2021 at 08:20:55PM +0900, Masahisa Kojima wrote: > > 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. > >

Re: [PATCH] efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand

2021-10-28 Thread Ilias Apalodimas
On Fri, Oct 22, 2021 at 08:20:55PM +0900, Masahisa Kojima wrote: > 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 tp

[PATCH] efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand

2021-10-22 Thread Masahisa Kojima
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 --- include/tpm-v2.h | 15 ++