There is only one place in the code which assumes at build-time that we
are using either a v1 or a v2 TPM. Fix this up and add a new function to
return the version of a TPM.

Supported TPM versions (v1 and v2) can be enabled independently and it is
possible to use both versions at once. This is useful for sandbox when
running tests.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 include/tpm-common.h | 11 +++++++++++
 lib/tpm-common.c     |  7 +++++++
 lib/tpm-v1.c         | 22 +++++++++++-----------
 3 files changed, 29 insertions(+), 11 deletions(-)

Applied to u-boot-dm/master, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to