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

Issue 2865014: Assorted integration fixes. (Closed)

Created:
10 years, 6 months ago by Randall Spangler
Modified:
9 years, 7 months ago
Reviewers:
vb, Bill Richardson
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://gitrw.chromium.org/vboot_reference.git
Visibility:
Public.

Description

Assorted integration fixes. MSVC does not like bitfields with extra bits in them, so it made the GptEntry struct too big. Fixed a missing return value in LoadFirmware(). Added some debug output. Fixed calls to SetupTPM(). Tested with 'make && make runtests'. No errors.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add struct size tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -6 lines) Patch
M firmware/include/sysincludes.h View 1 chunk +5 lines, -0 lines 0 comments Download
M firmware/lib/cgptlib/include/gpt.h View 1 5 chunks +12 lines, -2 lines 0 comments Download
M firmware/lib/include/vboot_struct.h View 6 chunks +13 lines, -0 lines 0 comments Download
M firmware/lib/vboot_firmware.c View 2 chunks +5 lines, -2 lines 0 comments Download
M firmware/lib/vboot_kernel.c View 5 chunks +13 lines, -0 lines 0 comments Download
M tests/cgptlib_test.c View 2 chunks +13 lines, -0 lines 0 comments Download
M tests/vboot_common_tests.c View 2 chunks +16 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
vb
Randall, a couple of comments/questions. Also, can you please add to the CL description some ...
10 years, 6 months ago (2010-06-23 15:47:27 UTC) #1
Randall Spangler
http://codereview.chromium.org/2865014/diff/1/2 File firmware/lib/cgptlib/include/gpt.h (right): http://codereview.chromium.org/2865014/diff/1/2#newcode102 firmware/lib/cgptlib/include/gpt.h:102: uint16_t gpt_att; On 2010/06/23 15:47:27, vb wrote: > can ...
10 years, 6 months ago (2010-06-23 16:10:11 UTC) #2
vb
10 years, 6 months ago (2010-06-23 16:15:07 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698