Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
TPM 2.0 Shutdown involve sending TPM2_Shutdown to TPM chip and disabling future TPM operations. TPM 1.2 behavior was different, future TPM operations weren't disabled, causing rare issues. This patch ensures that future TPM operations are disabled. Fixes: d1bd4a7 ("tpm: Issue a TPM2_Shutdown for TPM2 devices.") Cc: [email protected] Signed-off-by: Vadim Sukhomlinov <[email protected]> [dianders: resolved merge conflicts with mainline] Signed-off-by: Douglas Anderson <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
- Loading branch information