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 --- src/hw/tpm_drivers.c | 13 - 1 file change

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 - > 1 file changed, 12 insertions(+), 1 deletion(-) >

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

2018-02-27 Thread Stefan Berger
On 02/27/2018 02:17 PM, Stephen Douthit wrote: This is based on wait_startup() from the Linux tpm_tis driver. Signed-off-by: Stephen Douthit Tested-by: Stephen Douthit Reviewed-by: Stefan Berger --- src/hw/tpm_drivers.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-)

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

2018-02-27 Thread Stephen Douthit
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 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/hw/tpm_drivers.c b/src/hw/tpm_drivers.c index 13ad821..da8bb63