commit | 1f1eb34e095d7118de6cc6c63909a938acac0d31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 14:23:37 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | c75362966d0a25fae1d718f1a1f72ec75f03defe | |
parent | 3b8692aa8651c01599a91402e5143aa002cedbd0 [diff] |
tpm: Add a basic API implementation for TPMv2 Add support for TPMv2 versions of API functions. So far this is not complete as the standard is quite large, but it implements everything currently available for TPMv2 in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>