Re: [PATCH 3/3 v2] efi: Add basic EFI_TCG2_PROTOCOL support

2020-11-08 Thread Ilias Apalodimas
Hi Heinrich, [...] > > diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h > > new file mode 100644 > > index ..9e7b85db058d > > --- /dev/null > > +++ b/include/efi_tcg2.h > > @@ -0,0 +1,91 @@ > > +/* SPDX-License-Identifier: GPL-2.0+ */ > > +/* > > + * Copyright (c) 2020, Linaro

Re: [PATCH 3/3 v2] efi: Add basic EFI_TCG2_PROTOCOL support

2020-11-07 Thread Heinrich Schuchardt
On 11/5/20 10:58 PM, Ilias Apalodimas wrote: > Since U-boot EFI implementation is getting richer it makes sense to > add support for EFI_TCG2_PROTOCOL taking advantage of any hardware TPM > available on the device. > > This is the initial implementation of the protocol which only adds > support

[PATCH 3/3 v2] efi: Add basic EFI_TCG2_PROTOCOL support

2020-11-05 Thread Ilias Apalodimas
Since U-boot EFI implementation is getting richer it makes sense to add support for EFI_TCG2_PROTOCOL taking advantage of any hardware TPM available on the device. This is the initial implementation of the protocol which only adds support for GetCapability(). It's limited in the newer and safer