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

Issue 870004: Many upgrades to tpm_lite. (Closed)

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

Description

Many upgrades to tpm_lite. They include: - support for local and cross-compilation with emerge; - support for execution on TPM devices (formerly only linked with emulator); - added ownership detection command; - more complete test of space creation and write locking; - added PPWRITE permission to space creation.

Patch Set 1 #

Total comments: 10

Patch Set 2 : Small makefile restructuring and other changes for review. #

Patch Set 3 : Fix makefile comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -67 lines) Patch
A src/platform/tpm_lite/src/Makefile View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M src/platform/tpm_lite/src/include/tlcl.h View 2 chunks +41 lines, -0 lines 0 comments Download
M src/platform/tpm_lite/src/testsuite/Makefile View 1 chunk +23 lines, -6 lines 0 comments Download
M src/platform/tpm_lite/src/testsuite/readonly.c View 1 3 chunks +29 lines, -13 lines 0 comments Download
M src/platform/tpm_lite/src/tlcl/Makefile View 1 chunk +8 lines, -1 line 0 comments Download
M src/platform/tpm_lite/src/tlcl/generator.c View 5 chunks +11 lines, -1 line 0 comments Download
M src/platform/tpm_lite/src/tlcl/tlcl.c View 1 8 chunks +98 lines, -8 lines 0 comments Download
M src/platform/tpm_lite/src/tlcl/tlcl_internal.h View 2 chunks +0 lines, -38 lines 0 comments Download
M src/platform/tpm_lite/src/tlcl/tpmextras.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Luigi Semenzato
Hi Gaurav, more changes are coming, but this is a good checkpointing time. Mainly, the ...
10 years, 9 months ago (2010-03-11 22:34:48 UTC) #1
gauravsh
http://codereview.chromium.org/870004/diff/1/2 File src/platform/tpm_lite/src/Makefile (right): http://codereview.chromium.org/870004/diff/1/2#newcode1 src/platform/tpm_lite/src/Makefile:1: # Simple Makefile for local compilation on the platform. ...
10 years, 9 months ago (2010-03-12 00:03:38 UTC) #2
Luigi Semenzato
Thanks, I made almost all the changes you suggested and clarified a couple of points. ...
10 years, 9 months ago (2010-03-12 05:00:45 UTC) #3
gauravsh
10 years, 9 months ago (2010-03-12 18:58:33 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698