Re: [U-Boot] [PATCH v2] tpm: tpm_tis_lpc: Add support for AT97SC3204

2016-10-25 Thread Simon Glass
On 17 October 2016 at 16:17, Simon Glass wrote: > On 17 October 2016 at 08:24, George McCollister > wrote: >> The Atmel AT97SC3204 is also TIS compliant. >> Modify the tpm_tis_lpc driver to check for the vid/did used by the >> Atmel AT97SC3204 and

Re: [U-Boot] [PATCH v2] tpm: tpm_tis_lpc: Add support for AT97SC3204

2016-10-17 Thread Simon Glass
On 17 October 2016 at 08:24, George McCollister wrote: > The Atmel AT97SC3204 is also TIS compliant. > Modify the tpm_tis_lpc driver to check for the vid/did used by the > Atmel AT97SC3204 and report an appropriate description. > > Signed-off-by: George McCollister

[U-Boot] [PATCH v2] tpm: tpm_tis_lpc: Add support for AT97SC3204

2016-10-17 Thread George McCollister
The Atmel AT97SC3204 is also TIS compliant. Modify the tpm_tis_lpc driver to check for the vid/did used by the Atmel AT97SC3204 and report an appropriate description. Signed-off-by: George McCollister --- Changes in v2: - Reorganized didvid check to make it more