Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 3847005: Leave bGlobalLock unlocked in normal recovery mode. (Closed)

Created:
10 years, 2 months ago by Randall Spangler
Modified:
9 years, 7 months ago
Reviewers:
Luigi Semenzato
CC:
chromium-os-reviews_chromium.org, Randall Spangler, gauravsh, Bill Richardson, Luigi Semenzato
Visibility:
Public.

Description

This enables a normal recovery mode image to fix problems with the TPM. Change-Id: I8260d9596640e79af24c02ca1da5b47eb2caeaa7 BUG=chrome-os-partner:1439 TEST=manual Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=3e2c742

Patch Set 1 #

Total comments: 1

Patch Set 2 : Just call SetupTPM() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -11 lines) Patch
M firmware/lib/rollback_index.c View 1 1 chunk +6 lines, -10 lines 0 comments Download
M firmware/version.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Randall Spangler
10 years, 2 months ago (2010-10-18 23:01:15 UTC) #1
Luigi Semenzato
Just a nit, and I need to check the call site, which I will do ...
10 years, 2 months ago (2010-10-18 23:31:29 UTC) #2
Luigi Semenzato
10 years, 2 months ago (2010-10-18 23:39:00 UTC) #3
LGTM  (I checked the call site)

On 2010/10/18 23:31:29, Luigi Semenzato wrote:
> Just a nit, and I need to check the call site, which I will do from the bus in
a
> few minutes.
> 
> http://codereview.chromium.org/3847005/diff/1/2
> File firmware/lib/rollback_index.c (right):
> 
> http://codereview.chromium.org/3847005/diff/1/2#newcode391
> firmware/lib/rollback_index.c:391: return TPM_SUCCESS;
> There is an extra "*" in the comment.
> 
> Why not get rid of "return TPM_SUCCESS" and simply have
> 
> return SetupTPM(...)
> 
> Either way the comment should probably go first.

Powered by Google App Engine
This is Rietveld 408576698