<p>Philipp Deppenwiese <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/29349">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Philipp Deppenwiese: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">security/tpm: Fix references to tpm_setup function<br><br>Change-Id: Ia97ddcd5471f8e5db50f57b67a766f08a08180b1<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>Reviewed-on: https://review.coreboot.org/29349<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com><br>---<br>M src/security/tpm/tspi/tspi.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/security/tpm/tspi/tspi.c b/src/security/tpm/tspi/tspi.c</span><br><span>index d9cade9..0b6f9bc 100644</span><br><span>--- a/src/security/tpm/tspi/tspi.c</span><br><span>+++ b/src/security/tpm/tspi/tspi.c</span><br><span>@@ -103,10 +103,10 @@</span><br><span> </span><br><span> /*</span><br><span>  * tpm_setup starts the TPM and establishes the root of trust for the</span><br><span style="color: hsl(0, 100%, 40%);">- * anti-rollback mechanism.  SetupTPM can fail for three reasons.  1 A bug. 2 a</span><br><span style="color: hsl(0, 100%, 40%);">- * TPM hardware failure. 3 An unexpected TPM state due to some attack.  In</span><br><span style="color: hsl(120, 100%, 40%);">+ * anti-rollback mechanism.  tpm_setup can fail for three reasons.  1 A bug.</span><br><span style="color: hsl(120, 100%, 40%);">+ * 2 a TPM hardware failure. 3 An unexpected TPM state due to some attack.  In</span><br><span>  * general we cannot easily distinguish the kind of failure, so our strategy is</span><br><span style="color: hsl(0, 100%, 40%);">- * to reboot in recovery mode in all cases.  The recovery mode calls SetupTPM</span><br><span style="color: hsl(120, 100%, 40%);">+ * to reboot in recovery mode in all cases.  The recovery mode calls tpm_setup</span><br><span>  * again, which executes (almost) the same sequence of operations.  There is a</span><br><span>  * good chance that, if recovery mode was entered because of a TPM failure, the</span><br><span>  * failure will repeat itself.  (In general this is impossible to guarantee</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29349">change 29349</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29349"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ia97ddcd5471f8e5db50f57b67a766f08a08180b1 </div>
<div style="display:none"> Gerrit-Change-Number: 29349 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>
<div style="display:none"> Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>