]> git.baikalelectronics.ru Git - uboot.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)
commit6241a6098db3cec63d19429a001aa6d9f214d3cb
tree784f807d1de6e23ddc1c7e3ae3b1cbc923b8de70
parentff59460e283451ed2017063a5c24f90b4c01f523
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