Re: [PATCH] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-11 Thread Ilias Apalodimas
On Tue, May 11, 2021 at 09:25:04AM +0200, Heinrich Schuchardt wrote: > On 10.05.21 20:26, Ilias Apalodimas wrote: > > EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. > > So add the missing SHA1, SHA256, SHA384 and SHA512 we currently support > > as depenmdencies > > Thank

Re: [PATCH] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-11 Thread Heinrich Schuchardt
On 10.05.21 20:26, Ilias Apalodimas wrote: > EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. > So add the missing SHA1, SHA256, SHA384 and SHA512 we currently support > as depenmdencies Thanks for looking into the dependencies. %s/depenmdencies/dependencies/ > > Signed-

Re: [PATCH] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-10 Thread Ilias Apalodimas
+CC Michal who actually noticed this. Heinrich can you add a Reported-by: Michal Simek before merging this? Or you prefer me to resend? On Mon, 10 May 2021 at 21:26, Ilias Apalodimas wrote: > > EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. > So add the missing SHA1,

[PATCH] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-10 Thread Ilias Apalodimas
EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. So add the missing SHA1, SHA256, SHA384 and SHA512 we currently support as depenmdencies Signed-off-by: Ilias Apalodimas --- lib/efi_loader/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/efi_loader/Kconfig