On Thu, May 28, 2020 at 09:22:34AM +0200, Javier Martinez Canillas wrote:
> On 5/25/20 9:02 PM, Daniel Kiper wrote:
> > Drop unused grub_tpm*_execute() and declaration of nonexistent
> > grub_tpm_init().
> >
> > Signed-off-by: Daniel Kiper
> > ---
>
> [snip]
>
> > -static grub_err_t
> > -grub_tpm
On 5/25/20 9:02 PM, Daniel Kiper wrote:
> Drop unused grub_tpm*_execute() and declaration of nonexistent
> grub_tpm_init().
>
> Signed-off-by: Daniel Kiper
> ---
[snip]
> -static grub_err_t
> -grub_tpm2_execute (grub_efi_handle_t tpm_handle,
> - PassThroughToTPM_InputParamBlo
Drop unused grub_tpm*_execute() and declaration of nonexistent grub_tpm_init().
Signed-off-by: Daniel Kiper
---
grub-core/commands/efi/tpm.c | 97
include/grub/tpm.h | 3 --
2 files changed, 100 deletions(-)
diff --git a/grub-core/commands