commit | 63af92e837f3d7c21ab5fc4a96ffcbf202efaf90 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 14:23:42 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 6cef337796d50552504a3f0b90e07d32d2d88190 | |
parent | 7785bc1d5f94d28497bef6935ecbaa1b0ddd3e26 [diff] |
tpm: Allow disabling platform hierarchy with TPM2 With TPM2 we don't actually lock the TPM once verified boot is finished. Instead we disable the platform hierarchy which serves the same purpose. Add an implementation of this so we can safely boot into the kernel. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>