Re: [PATCH] tpm: Fix autostart for TPM1.2 devices

2023-09-10 Thread Simon Glass
On Fri, 8 Sept 2023 at 22:07, Heinrich Schuchardt wrote: > > On 9/8/23 22:37, Ilias Apalodimas wrote: > > On commit e663b2ff4ba2("tpm: Add 'tpm autostart' shell command") an > > autostart function was added for both TPM1.2 and 2.0 devices. Instead > > of correctly wiring the autostart command for

Re: [PATCH] tpm: Fix autostart for TPM1.2 devices

2023-09-08 Thread Heinrich Schuchardt
On 9/8/23 22:37, Ilias Apalodimas wrote: On commit e663b2ff4ba2("tpm: Add 'tpm autostart' shell command") an autostart function was added for both TPM1.2 and 2.0 devices. Instead of correctly wiring the autostart command for TPM1.2 devices that patch mistakenly added it on 'tpm init' Fixes: com