Re: [PATCH v4 11/11] tpm: Allow disabling platform hierarchy with TPM2

2021-03-03 Thread Tom Rini
On Sat, Feb 06, 2021 at 02:23:42PM -0700, Simon Glass wrote: > 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-

[PATCH v4 11/11] tpm: Allow disabling platform hierarchy with TPM2

2021-02-06 Thread Simon Glass
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 Acked-by: Ilias Apalodimas --- (no changes since v2)