]> git.dujemihanovic.xyz Git - u-boot.git/commit
tpm: Move TCG functions into a separate file
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sun, 23 Jun 2024 11:48:15 +0000 (14:48 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 30 Jun 2024 11:58:31 +0000 (13:58 +0200)
commita56037a461b54d9f17b8cd82bfe9543a159c0c2f
tree446e430262c2fd14b096f2a2005c053128e4fe0d
parent27b462cec15c994f9490425094c7e405d539f3e7
tpm: Move TCG functions into a separate file

The previous patch is moving the TPM TCG headers in their own file for
a cleaner API. Move the functions in their own file as well.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/tpm-v2.h
include/tpm_tcg2.h
lib/Makefile
lib/tpm-v2.c
lib/tpm_tcg2.c [new file with mode: 0644]