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

Issue 1922004: cgpt supports GptNextKernelEntry() and GptUpdateKernelEntry() (Closed)

Created:
10 years, 7 months ago by Louis
Modified:
9 years, 4 months ago
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

cgpt supports GptNextKernelEntry() and GptUpdateKernelEntry()

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move cgpt attribute bits to bit [57,48] #

Unified diffs Side-by-side diffs Delta from patch set Stats (+527 lines, -35 lines) Patch
M src/platform/vboot_reference/cgptlib/cgpt.h View 1 5 chunks +25 lines, -8 lines 0 comments Download
M src/platform/vboot_reference/cgptlib/cgpt.c View 1 3 chunks +213 lines, -19 lines 0 comments Download
M src/platform/vboot_reference/cgptlib/cgpt_internal.h View 1 2 chunks +48 lines, -2 lines 0 comments Download
M src/platform/vboot_reference/cgptlib/tests/cgpt_test.c View 1 6 chunks +241 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Louis
10 years, 7 months ago (2010-05-04 23:28:58 UTC) #1
Bill Richardson
We need to change the bits used for the attribute flags to conform to the ...
10 years, 7 months ago (2010-05-05 15:04:16 UTC) #2
Louis
Thanks, Bill. I've refined my code. I am waiting for Gaurav's review before submit. http://codereview.chromium.org/1922004/diff/1/4 ...
10 years, 7 months ago (2010-05-05 17:16:10 UTC) #3
Bill Richardson
You may have a long wait. Gaurav has gone to get married, so if he ...
10 years, 7 months ago (2010-05-05 17:50:51 UTC) #4
gauravsh
Hmm, did someone say my name? LGTM too. (on proper vacation starting next week. meanwhile, ...
10 years, 7 months ago (2010-05-05 18:01:55 UTC) #5
Louis
hmm... then I will push my CL first. But I haven't tested it on 'build_autotest.sh ...
10 years, 7 months ago (2010-05-05 18:18:12 UTC) #6
gauravsh
On Wed, May 5, 2010 at 11:17 AM, Louis Yung-Chieh Lo <yjlou@chromium.org> wrote: > hmm... ...
10 years, 7 months ago (2010-05-05 18:26:36 UTC) #7
Louis
ahhh... I've submitted the CL. But I am running the firmware_VbootCrypto right now. will send ...
10 years, 7 months ago (2010-05-05 18:40:51 UTC) #8
Louis
by running following commands, the cgptlib can be compiled successfully, which means it won't break ...
10 years, 7 months ago (2010-05-13 10:19:04 UTC) #9
Louis
10 years, 7 months ago (2010-05-18 06:39:58 UTC) #10
Hi Gaurav,

Just a remind that my cl <http://codereview.chromium.org/2082007/show>has
modified the Makefiles.

On Thu, May 13, 2010 at 6:18 PM, Louis Yung-Chieh Lo <yjlou@chromium.org>wrote:

> by running following commands, the cgptlib can be compiled successfully,
> which means it won't break the continuous build:
>
>   x86:
>     ./build_packages --board=x86-generic --withautotest --jobs=16 &&
>     ./build_autotest.sh --board="x86-generic" firmware_VbootCrypto &&
>   arm:
>     ./build_packages --board=arm-generic --withautotest --jobs=16 &&
>     ./build_autotest.sh --board="arm-generic" firmware_VbootCrypto
>
> Let me know if it is not enough.
>
> On Thu, May 6, 2010 at 2:40 AM, Louis Yung-Chieh Lo <yjlou@chromium.org>wrote:
>
>> ahhh... I've submitted the CL. But I am running the firmware_VbootCrypto
>> right now. will send another CL if I encounter error.
>>
>>
>> On Wed, May 5, 2010 at 11:26 AM, Gaurav Shah <gauravsh@chromium.org>wrote:
>>
>>> On Wed, May 5, 2010 at 11:17 AM, Louis Yung-Chieh Lo <yjlou@chromium.org>
>>> wrote:
>>> > hmm... then I will push my CL first. But I haven't tested it on
>>> > 'build_autotest.sh firmware_VbootCrypto' yet because it takes too long
>>> to do
>>> > that. Make sure we won't break the continuous build when you push your
>>> CL.
>>>
>>> You should run that before you push the CL. If you just build
>>> firmware_VbootCrypto, it shouldn't take that long except for the first
>>> time, when other autotest dependencies will be emerged too.
>>>
>>> There's no way to be sure that the build won't break - the ARM
>>> cross-compiler has some subtle differences from X86 in terms of how it
>>> flags warnings.
>>>
>>> >
>>> > On Wed, May 5, 2010 at 11:01 AM, <gauravsh@chromium.org> wrote:
>>> >>
>>> >> Hmm, did someone say my name? LGTM too.
>>> >>
>>> >> (on proper vacation starting next week. meanwhile, expect intermittent
>>> >> flakiness
>>> >> in responsiveness).
>>> >>
>>> >> http://codereview.chromium.org/1922004/show
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> -g
>>>
>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698