]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: add a test for the new tpm_auto_start() function
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sat, 18 Feb 2023 15:21:22 +0000 (17:21 +0200)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Tue, 28 Feb 2023 07:44:28 +0000 (09:44 +0200)
commit1b11de766f053dceb785c1fb8f587638880396b2
tree784f807d1de6e23ddc1c7e3ae3b1cbc923b8de70
parent87bc11d5e2d79e8269206cc7fc96af896a46f983
test: add a test for the new tpm_auto_start() function

A prior patch adds a new API function for TPM2.0, which performs
the full startup sequence of the TPM.  Add a selftest for that.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/dm/tpm.c