Compare commits
1 Commits
system76
...
upstream-7
Author | SHA1 | Date | |
---|---|---|---|
|
7e5b28bf86 |
@@ -73,6 +73,14 @@ static tpm_result_t tpm_setup_s3_helper(void)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
printk(BIOS_ERR, "TPM: Resume failed (%#x).\n", rc);
|
printk(BIOS_ERR, "TPM: Resume failed (%#x).\n", rc);
|
||||||
|
if (CONFIG(TPM2)) {
|
||||||
|
/*
|
||||||
|
* TODO: Record EV_SEPARATOR event to indicate to host
|
||||||
|
* that an error has occurred.
|
||||||
|
*/
|
||||||
|
printk(BIOS_WARNING, "TPM: Performing restart\n");
|
||||||
|
rc = tlcl_startup();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user