Re: [U-Boot] [PATCH 3/7] tpm: Add a driver for H1/Cr50

2019-11-02 Thread Andy Shevchenko
On Sat, Nov 2, 2019 at 4:01 PM Simon Glass wrote: > > H1 is a Google security chip present in recent Chromebooks, Pixel phones > and other devices. Cr50 is the name of the software that runs on H1 in > Chromebooks. > > This chip is used to handle TPM-like functionality and also has quite a > few

[U-Boot] [PATCH 3/7] tpm: Add a driver for H1/Cr50

2019-11-02 Thread Simon Glass
H1 is a Google security chip present in recent Chromebooks, Pixel phones and other devices. Cr50 is the name of the software that runs on H1 in Chromebooks. This chip is used to handle TPM-like functionality and also has quite a few additional features. Add a driver for this. Signed-off-by: