Re: [SeaBIOS] [PATCH v1 0/3] tpm: Support 2.0 TPM devices connected to a TIS host

2018-03-02 Thread Kevin O'Connor
On Tue, Feb 27, 2018 at 02:17:08PM -0500, Stephen Douthit wrote: > Changes from v0 -> v1 > > Patch 1/3 > *Rename sts to value > > Patch 2/3 > *No Change > > Patch 3/3 > *No longer sending command to the TPM. Instead check the > InterfaceVersion field in the TPM_INTF_CAPABILITY register if

Re: [SeaBIOS] [PATCH v1 2/3] tpm: Wait for interface startup when probing

2018-03-02 Thread Kevin O'Connor
On Fri, Mar 02, 2018 at 11:27:46AM -0500, Stephen Douthit wrote: > On 03/02/2018 11:05 AM, Kevin O'Connor wrote: > > On Tue, Feb 27, 2018 at 02:17:10PM -0500, Stephen Douthit wrote: > > > This is based on wait_startup() from the Linux tpm_tis driver. > > > > > > Signed-off-by: Stephen Douthit

Re: [SeaBIOS] [PATCH v1 2/3] tpm: Wait for interface startup when probing

2018-03-02 Thread Stephen Douthit
On 03/02/2018 11:05 AM, Kevin O'Connor wrote: On Tue, Feb 27, 2018 at 02:17:10PM -0500, Stephen Douthit wrote: This is based on wait_startup() from the Linux tpm_tis driver. Signed-off-by: Stephen Douthit Tested-by: Stephen Douthit ---

Re: [SeaBIOS] [PATCH v1 2/3] tpm: Wait for interface startup when probing

2018-03-02 Thread Kevin O'Connor
On Tue, Feb 27, 2018 at 02:17:10PM -0500, Stephen Douthit wrote: > This is based on wait_startup() from the Linux tpm_tis driver. > > Signed-off-by: Stephen Douthit > Tested-by: Stephen Douthit > --- > src/hw/tpm_drivers.c | 13 -