Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-07 Thread Simon Glass
Hi Bin, On Thu, 6 Feb 2020 at 20:36, Bin Meng wrote: > > Hi Simon, > > On Fri, Feb 7, 2020 at 12:55 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Wed, 5 Feb 2020 at 23:22, Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass wrote: > > > > > > > > Th

Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-06 Thread Bin Meng
Hi Simon, On Fri, Feb 7, 2020 at 12:55 AM Simon Glass wrote: > > Hi Bin, > > On Wed, 5 Feb 2020 at 23:22, Bin Meng wrote: > > > > Hi Simon, > > > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass wrote: > > > > > > This series adds a driver for the Cr50 security chip and enables it on > > > coral.

Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-06 Thread Simon Glass
Hi Bin, On Wed, 5 Feb 2020 at 23:22, Bin Meng wrote: > > Hi Simon, > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass wrote: > > > > This series adds a driver for the Cr50 security chip and enables it on > > coral. This supports the 'tpm' command. > > > > In order to make this work a few other chan

Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-05 Thread Bin Meng
Hi Simon, On Wed, Feb 5, 2020 at 10:03 AM Simon Glass wrote: > > This series adds a driver for the Cr50 security chip and enables it on > coral. This supports the 'tpm' command. > > In order to make this work a few other changes are included: > - Additional UCLASS_IRQ operations to support reques

[PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-04 Thread Simon Glass
This series adds a driver for the Cr50 security chip and enables it on coral. This supports the 'tpm' command. In order to make this work a few other changes are included: - Additional UCLASS_IRQ operations to support requesting and reading interrupts, using the device tree - A driver for ACPI g