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

Issue 2869022: New rollback_index API. (Closed)

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

Description

New rollback_index API.

Patch Set 1 #

Patch Set 2 : work in progress #

Patch Set 3 : remove bad locking and cleanup #

Patch Set 4 : Check return code #

Total comments: 4

Patch Set 5 : . #

Patch Set 6 : after merge #

Patch Set 7 : small API change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -173 lines) Patch
M firmware/lib/include/rollback_index.h View 4 chunks +11 lines, -33 lines 0 comments Download
M firmware/lib/rollback_index.c View 1 2 3 4 5 6 4 chunks +71 lines, -134 lines 0 comments Download
M firmware/lib/vboot_firmware.c View 1 chunk +6 lines, -4 lines 0 comments Download
M firmware/linktest/main.c View 1 chunk +2 lines, -1 line 0 comments Download
M firmware/version.c View 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Luigi Semenzato
Randall, this is a rough first cut. I have to catch the bus now but ...
10 years, 6 months ago (2010-06-24 00:17:34 UTC) #1
Luigi Semenzato
OK---I think this does everything as discussed. Thank you. On 2010/06/24 00:17:34, Luigi Semenzato wrote: ...
10 years, 6 months ago (2010-06-24 01:19:19 UTC) #2
gauravsh
just a few minor comments http://codereview.chromium.org/2869022/diff/3003/7002 File firmware/lib/rollback_index.c (right): http://codereview.chromium.org/2869022/diff/3003/7002#newcode233 firmware/lib/rollback_index.c:233: int developer_mode, update the ...
10 years, 6 months ago (2010-06-24 19:18:55 UTC) #3
Luigi Semenzato
This changes the API slightly following Gaurav's comments.
10 years, 5 months ago (2010-06-28 18:10:28 UTC) #4
Randall Spangler
http://codereview.chromium.org/2869022/diff/3003/7001 File firmware/include/rollback_index.h (right): http://codereview.chromium.org/2869022/diff/3003/7001#newcode86 firmware/include/rollback_index.h:86: * recovery mode, the effect is undefined. */ Read ...
10 years, 5 months ago (2010-06-28 18:18:58 UTC) #5
gauravsh
lgtm
10 years, 5 months ago (2010-06-28 18:47:10 UTC) #6
Luigi Semenzato
Addressed Randall's API request. (Sanity check: we have global variables in recovery mode, even though ...
10 years, 5 months ago (2010-06-28 19:48:43 UTC) #7
Randall Spangler
10 years, 5 months ago (2010-06-28 20:13:42 UTC) #8
LGTM

Yes, recovery mode has globals, since this will be called from LoadKernel(),
which is in BDS phase rather than PEI.

Powered by Google App Engine
This is Rietveld 408576698