Re: [PATCH v3 10/18] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-21 Thread Simon Glass
Hi Ilias, On Fri, 21 Jun 2024 at 09:52, Ilias Apalodimas wrote: > > Hi Simon, > > On Fri, 21 Jun 2024 at 17:57, Simon Glass wrote: > > > > Hi Ilias, > > > > On Thu, 20 Jun 2024 at 23:49, Ilias Apalodimas > > wrote: > > > > > > On Fri, 21 Jun 2024 at 08:32, Ilias Apalodimas > > > wrote: > > > >

Re: [PATCH v3 10/18] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-21 Thread Ilias Apalodimas
Hi Simon, On Fri, 21 Jun 2024 at 17:57, Simon Glass wrote: > > Hi Ilias, > > On Thu, 20 Jun 2024 at 23:49, Ilias Apalodimas > wrote: > > > > On Fri, 21 Jun 2024 at 08:32, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Fri, 21 Jun 2024 at 02:06, Simon Glass wrote: > > > > > >

Re: [PATCH v3 10/18] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-21 Thread Simon Glass
Hi Ilias, On Thu, 20 Jun 2024 at 23:49, Ilias Apalodimas wrote: > > On Fri, 21 Jun 2024 at 08:32, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Fri, 21 Jun 2024 at 02:06, Simon Glass wrote: > > > > > > It does not make sense to enable all SHA algorithms unless they are > > > needed. It

Re: [PATCH v3 10/18] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-20 Thread Ilias Apalodimas
On Fri, 21 Jun 2024 at 08:32, Ilias Apalodimas wrote: > > Hi Simon, > > On Fri, 21 Jun 2024 at 02:06, Simon Glass wrote: > > > > It does not make sense to enable all SHA algorithms unless they are > > needed. It bloats the code and in this case, causes chromebook_link to > > fail to build. That b

Re: [PATCH v3 10/18] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

2024-06-20 Thread Ilias Apalodimas
Hi Simon, On Fri, 21 Jun 2024 at 02:06, Simon Glass wrote: > > It does not make sense to enable all SHA algorithms unless they are > needed. It bloats the code and in this case, causes chromebook_link to > fail to build. That board does use the TPM, but not with measured boot, > nor EFI. > > Sinc