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

Issue 2854029: Add PhysicalDisable command. (Closed)

Created:
10 years, 5 months ago by Luigi Semenzato
Modified:
9 years, 7 months ago
Reviewers:
gauravsh
CC:
chromium-os-reviews_chromium.org, Luigi Semenzato, gauravsh
Base URL:
ssh://git@chromiumos-git/tpm_lite.git
Visibility:
Public.

Description

Add PhysicalDisable command.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Better name. #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -13 lines) Patch
M src/tlcl/generator.c View 1 2 9 chunks +19 lines, -11 lines 0 comments Download
M src/tlcl/structures.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/tlcl/tlcl.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/tlcl/tlcl.c View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/tlcl/version.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Luigi Semenzato
One more needed command.
10 years, 5 months ago (2010-06-29 20:06:53 UTC) #1
gauravsh
lgtm http://codereview.chromium.org/2854029/diff/1/5 File src/tlcl/tlcl.h (right): http://codereview.chromium.org/2854029/diff/1/5#newcode130 src/tlcl/tlcl.h:130: /* Issues a PhysicalEnable. The TPM error code ...
10 years, 5 months ago (2010-06-29 20:15:21 UTC) #2
Luigi Semenzato
10 years, 5 months ago (2010-06-29 20:26:21 UTC) #3
On Tue, Jun 29, 2010 at 1:15 PM,  <gauravsh@chromium.org> wrote:
> lgtm
>
>
> http://codereview.chromium.org/2854029/diff/1/5
> File src/tlcl/tlcl.h (right):
>
> http://codereview.chromium.org/2854029/diff/1/5#newcode130
> src/tlcl/tlcl.h:130: /* Issues a PhysicalEnable.  The TPM error code is
> returned.
> Is PhysicalEnable the same as SetEnable? i.e. can someone confuse
> between the two?

Confusing choice of names.  The commands are called PhysicalEnable and
PhysicalDisable.  The PhysicalEnable sets the enable flag, so I called
it setenable.  I suppose I could change everything to the TPM command
name.

Powered by Google App Engine
This is Rietveld 408576698