"Kevin O'Connor" <kevin@koconnor.net> wrote on 11/20/2015 05:37:37 PM:

> From: "Kevin O'Connor" <kevin@koconnor.net>

> To: Stefan Berger/Watson/IBM@IBMUS
> Cc: seabios@seabios.org, Stefan Berger <stefanb@linux.vnet.ibm.com>
> Date: 11/20/2015 05:37 PM
> Subject: Re: [PATCH 3/3] tpm: Set timeouts and durations to default values
>
> On Fri, Nov 20, 2015 at 01:32:32PM -0500, Stefan Berger wrote:
> > From: Stefan Berger <stefanb@linux.vnet.ibm.com>
> >
> > Remove the scaler that scaled the timeouts and durations by a factor of
> > 10. Remove that to use the default values that are being used until the
> > TPM specific ones are read from the TPM itself.
> >
> > Get these TPM specific values earlier from the device.
>
> Unless I'm missing something, determine_timeouts() still gets the
> values in microseconds while tpm_drivers.c expects them in
> milliseconds.


Let me revise the series.

  Stefan