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

Issue 2161007: Expose GptData.current_kernel as an output of GptNextKernelEntry() (Closed)

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

Description

Expose GptData.current_kernel as an output of GptNextKernelEntry() LoadKernel() needs to pass the kernel partition number out to the BIOS, so it can be passed to the bootloader.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M src/platform/vboot_reference/cgptlib/cgptlib.h View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Randall Spangler
10 years, 7 months ago (2010-05-25 16:53:55 UTC) #1
Bill Richardson
LGTM
10 years, 7 months ago (2010-05-25 16:58:15 UTC) #2
Louis
10 years, 7 months ago (2010-05-26 01:18:22 UTC) #3
LGTM. Just curious why don't we use a getter function, like GetCurrentKernel(),
to encap it, instead of direct accessing current_kernel variable?

Powered by Google App Engine
This is Rietveld 408576698