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

Issue 2071024: Add new bootstub source. (Closed)

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

Description

Add new bootstub source. This is the inline bootloader that will be embedded in the signed kernel partition.

Patch Set 1 #

Total comments: 5

Patch Set 2 : Respond to feedback with more comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1071 lines, -0 lines) Patch
A src/third_party/bootstub/LICENSE View 1 chunk +674 lines, -0 lines 0 comments Download
A src/third_party/bootstub/README.chromium View 1 chunk +16 lines, -0 lines 0 comments Download
A src/third_party/bootstub/files/Makefile View 1 chunk +83 lines, -0 lines 0 comments Download
A src/third_party/bootstub/files/bootstub.c View 1 1 chunk +186 lines, -0 lines 1 comment Download
A src/third_party/bootstub/files/trampoline.S View 1 chunk +112 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bill Richardson
10 years, 7 months ago (2010-05-21 15:48:11 UTC) #1
Randall Spangler
LGTM with a few suggestions for comment/doc changes so we don't forget to clean up ...
10 years, 7 months ago (2010-05-21 16:36:20 UTC) #2
Bill Richardson
10 years, 7 months ago (2010-05-21 18:01:16 UTC) #3
Bill Richardson
http://codereview.chromium.org/2071024/diff/1/5 File src/third_party/bootstub/files/bootstub.c (right): http://codereview.chromium.org/2071024/diff/1/5#newcode86 src/third_party/bootstub/files/bootstub.c:86: // This is handy to write status codes to ...
10 years, 7 months ago (2010-05-21 18:01:20 UTC) #4
Bill Richardson
10 years, 7 months ago (2010-05-21 18:01:25 UTC) #5
Randall Spangler
10 years, 7 months ago (2010-05-21 18:37:26 UTC) #6
LGTM

http://codereview.chromium.org/2071024/diff/5001/6004
File src/third_party/bootstub/files/bootstub.c (right):

http://codereview.chromium.org/2071024/diff/5001/6004#newcode41
src/third_party/bootstub/files/bootstub.c:41: // aligned to a 4K boundary,
because that's where our build system puts it.
Does this also need a FIXME / reference?

Powered by Google App Engine
This is Rietveld 408576698