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

Issue 6880299: fix mode=autoupdate on CR48 (Closed)

Created:
9 years, 8 months ago by Stefan Reinauer
Modified:
9 years, 7 months ago
Reviewers:
jrbarnette, adlr
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

fix mode=autoupdate on CR48 Change-Id: I7a260a1c3e6f0f4e673365cf8b65d9e869aabfa6 BUG=chromium-os:14654 TEST=chromeos-firmwareupdate --mode=autoupdate on Cr-48 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=63d99a5

Patch Set 1 #

Total comments: 2

Patch Set 2 : check for zgb too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -23 lines) Patch
M pack_stub View 1 1 chunk +28 lines, -23 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
adlr
Can you do a test from a month+ old R11 mario version to this? If ...
9 years, 7 months ago (2011-04-29 21:15:52 UTC) #1
jrbarnette
http://codereview.chromium.org/6880299/diff/1/pack_stub File pack_stub (right): http://codereview.chromium.org/6880299/diff/1/pack_stub#newcode154 pack_stub:154: if [ "${PLATFORM}" != "Mario" ]; then Further down ...
9 years, 7 months ago (2011-04-29 22:23:36 UTC) #2
Stefan Reinauer
http://codereview.chromium.org/6880299/diff/1/pack_stub File pack_stub (right): http://codereview.chromium.org/6880299/diff/1/pack_stub#newcode154 pack_stub:154: if [ "${PLATFORM}" != "Mario" ]; then On 2011/04/29 ...
9 years, 7 months ago (2011-04-29 22:43:53 UTC) #3
jrbarnette
9 years, 7 months ago (2011-04-29 22:55:29 UTC) #4
On 2011/04/29 22:43:53, Stefan Reinauer wrote:
[ ... ]
> On 2011/04/29 22:23:36, jrbarnette wrote:
> > Further down in this script (lines 232-234), there's similar code
> > to handle "legacy" firmware updaters.  That test checks for both
> > "Mario" and "ZGA".  Is this test here really supposed to be different?
> > 
> > If the tests should be the same, it's probably time to have a shell
> > function for determining "legacy".  O/W, the difference probably
> > needs to be explained in a comment.
> 
> You are right, I will fix it to include ZGA too. Not sure if we really want to
> care though, ZGA is pretty much dead and ZGB uses the new scheme

If we think that we don't support ZGA anymore, now's a good time to
make that case and delete the code.  However, my guess is that we're
better off not dropping support for ZGA (yet).

Powered by Google App Engine
This is Rietveld 408576698