commit | 1d16f1e1f2b73c645513b3cdc3c661847a099414 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Nov 18 10:13:42 2021 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 20 10:53:01 2021 +0100 |
tree | a4505235689e4fb85770a72a6f57c249a5832a0c | |
parent | 24e841a9c7d364b791a739393cb0e9d0e384c636 [diff] |
efi_loader: startup the tpm device when installing the protocol Due to U-Boot's lazy binding mentality the TPM is probed but not properly initialized. The user can startup the device from the command line e.g 'tpm2 startup TPM2_SU_CLEAR'. However we can initialize the TPM during the TCG protocol installation, which is easier to use overall. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>