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

Issue 6413002: Initial version of crossystem. (Closed)

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

Description

Initial version of crossystem. Works for getting switch positions, hwid, fwid. BUG=chrome-os-partner:1940 TEST=ran manually on Mario and Alex Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=5421866

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed issues from first pass of code review #

Total comments: 5

Patch Set 3 : 2nd round of fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+432 lines, -2 lines) Patch
M firmware/version.c View 1 chunk +1 line, -1 line 0 comments Download
M host/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A host/include/crossystem.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A host/lib/crossystem.c View 1 2 1 chunk +216 lines, -0 lines 0 comments Download
M utility/Makefile View 2 chunks +5 lines, -1 line 0 comments Download
A utility/crossystem_main.c View 1 1 chunk +178 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Randall Spangler
9 years, 10 months ago (2011-02-05 00:30:53 UTC) #1
vb
http://codereview.chromium.org/6413002/diff/1/host/lib/crossystem.c File host/lib/crossystem.c (right): http://codereview.chromium.org/6413002/diff/1/host/lib/crossystem.c#newcode15 host/lib/crossystem.c:15: // GPIO signal types A nit: do we use ...
9 years, 10 months ago (2011-02-05 01:17:18 UTC) #2
Randall Spangler
Updated code. PTAL. http://codereview.chromium.org/6413002/diff/1/host/lib/crossystem.c File host/lib/crossystem.c (right): http://codereview.chromium.org/6413002/diff/1/host/lib/crossystem.c#newcode15 host/lib/crossystem.c:15: // GPIO signal types On 2011/02/05 ...
9 years, 10 months ago (2011-02-07 17:58:10 UTC) #3
Bill Richardson
One error, a couple of nits. http://codereview.chromium.org/6413002/diff/4001/host/include/crossystem.h File host/include/crossystem.h (right): http://codereview.chromium.org/6413002/diff/4001/host/include/crossystem.h#newcode15 host/include/crossystem.h:15: * size. Might ...
9 years, 10 months ago (2011-02-07 18:49:51 UTC) #4
Bill Richardson
9 years, 10 months ago (2011-02-07 19:04:42 UTC) #5
Sorry, LGTM.

http://codereview.chromium.org/6413002/diff/4001/host/lib/crossystem.c
File host/lib/crossystem.c (right):

http://codereview.chromium.org/6413002/diff/4001/host/lib/crossystem.c#newcode68
host/lib/crossystem.c:68: if (e == buf)
No, wait. You're doing something different here. Nevermind.

Powered by Google App Engine
This is Rietveld 408576698