commit | d36856a3850734101c3bb0a3114fb57d44cb783b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 06 09:55:04 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Feb 07 22:46:35 2020 +0800 |
tree | 0359c551d9150823318d3e85070a9957145281d1 | |
parent | 1400a7f3d3296540bc53ed254515ab06083daff8 [diff] |
tpm: Add a driver for H1/Cr50 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: Simon Glass <sjg@chromium.org>