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

Issue 2711006: Import recent tpm_lite changes that make all TPM commands return a status. (Closed)

Created:
10 years, 6 months ago by Luigi Semenzato
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, dneiss, adlr
Base URL:
ssh://git@chromiumos-git/vboot_reference.git
Visibility:
Public.

Description

Import recent tpm_lite changes that make all TPM commands return a status.

Patch Set 1 #

Patch Set 2 : Add return codes to TPM calls and use them. #

Patch Set 3 : after merge with Randall's changes #

Patch Set 4 : merge fixes and other random fixes and improvements #

Patch Set 5 : more little glitches #

Total comments: 2

Patch Set 6 : fixed incorrect return types and use of ForceClear #

Total comments: 7

Patch Set 7 : cleanup from gauravsh's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -139 lines) Patch
M tests/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M tests/rollback_index_mock.c View 4 5 6 4 chunks +12 lines, -10 lines 0 comments Download
M vboot_firmware/include/firmware_image_fw.h View 5 6 1 chunk +2 lines, -1 line 0 comments Download
M vboot_firmware/include/rollback_index.h View 4 5 1 chunk +5 lines, -5 lines 0 comments Download
M vboot_firmware/include/tlcl.h View 1 2 chunks +38 lines, -26 lines 0 comments Download
M vboot_firmware/lib/firmware_image_fw.c View 5 6 2 chunks +4 lines, -1 line 0 comments Download
M vboot_firmware/lib/rollback_index.c View 2 3 4 5 5 chunks +90 lines, -84 lines 0 comments Download
M vboot_firmware/linktest/main.c View 2 1 chunk +2 lines, -1 line 0 comments Download
M vboot_firmware/stub/tlcl.c View 1 chunk +16 lines, -11 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Luigi Semenzato
Here we go. TEST: it compiles.
10 years, 6 months ago (2010-06-08 20:18:24 UTC) #1
Luigi Semenzato
I made the changes and they compile. I still have the nagging suspicion that I ...
10 years, 6 months ago (2010-06-08 23:35:47 UTC) #2
gauravsh
On Tue, Jun 8, 2010 at 4:35 PM, <semenzato@chromium.org> wrote: > I made the changes ...
10 years, 6 months ago (2010-06-09 12:25:50 UTC) #3
Randall Spangler
http://codereview.chromium.org/2711006/diff/10001/11003 File vboot_firmware/include/rollback_index.h (right): http://codereview.chromium.org/2711006/diff/10001/11003#newcode32 vboot_firmware/include/rollback_index.h:32: int GetStoredVersions(int type, uint16_t* key_version, uint16_t* version); Since these ...
10 years, 6 months ago (2010-06-09 15:32:41 UTC) #4
Luigi Semenzato
On Wed, Jun 9, 2010 at 8:32 AM, <rspangler@chromium.org> wrote: > > http://codereview.chromium.org/2711006/diff/10001/11003 > File ...
10 years, 6 months ago (2010-06-09 15:47:07 UTC) #5
Luigi Semenzato
PTAL
10 years, 6 months ago (2010-06-09 18:22:44 UTC) #6
gauravsh
http://codereview.chromium.org/2711006/diff/19001/20001 File tests/rollback_index_mock.c (right): http://codereview.chromium.org/2711006/diff/19001/20001#newcode25 tests/rollback_index_mock.c:25: int GetStoredVersions(int type, uint16_t* key_version, uint16_t* version) { also ...
10 years, 6 months ago (2010-06-09 18:30:09 UTC) #7
Luigi Semenzato
PTAL. Changed as suggested, except for the change to TlclIsOwned which requires a parallel change ...
10 years, 6 months ago (2010-06-09 19:36:01 UTC) #8
gauravsh
LGTM And I agree, it's time we moved tpm_lite to under vboot_reference. On 2010/06/09 19:36:01, ...
10 years, 6 months ago (2010-06-09 19:44:36 UTC) #9
Randall Spangler
10 years, 6 months ago (2010-06-10 15:40:45 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698