[coreboot-gerrit] Change in coreboot[master]: security/tpm: Fix references to tpm_setup function

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Tue Oct 30 13:12:53 CET 2018


Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/29349 )

Change subject: security/tpm: Fix references to tpm_setup function
......................................................................

security/tpm: Fix references to tpm_setup function

Change-Id: Ia97ddcd5471f8e5db50f57b67a766f08a08180b1
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Reviewed-on: https://review.coreboot.org/29349
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
---
M src/security/tpm/tspi/tspi.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Philipp Deppenwiese: Looks good to me, approved



diff --git a/src/security/tpm/tspi/tspi.c b/src/security/tpm/tspi/tspi.c
index d9cade9..0b6f9bc 100644
--- a/src/security/tpm/tspi/tspi.c
+++ b/src/security/tpm/tspi/tspi.c
@@ -103,10 +103,10 @@
 
 /*
  * tpm_setup starts the TPM and establishes the root of trust for the
- * anti-rollback mechanism.  SetupTPM can fail for three reasons.  1 A bug. 2 a
- * TPM hardware failure. 3 An unexpected TPM state due to some attack.  In
+ * anti-rollback mechanism.  tpm_setup can fail for three reasons.  1 A bug.
+ * 2 a TPM hardware failure. 3 An unexpected TPM state due to some attack.  In
  * general we cannot easily distinguish the kind of failure, so our strategy is
- * to reboot in recovery mode in all cases.  The recovery mode calls SetupTPM
+ * to reboot in recovery mode in all cases.  The recovery mode calls tpm_setup
  * again, which executes (almost) the same sequence of operations.  There is a
  * good chance that, if recovery mode was entered because of a TPM failure, the
  * failure will repeat itself.  (In general this is impossible to guarantee

-- 
To view, visit https://review.coreboot.org/29349
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia97ddcd5471f8e5db50f57b67a766f08a08180b1
Gerrit-Change-Number: 29349
Gerrit-PatchSet: 2
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181030/08319c68/attachment.html>


More information about the coreboot-gerrit mailing list