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

Side by Side Diff: x86-generic/install_firmware.sh

Issue 2795004: Pack firmware into an image and do update in factory install (separated git). (Closed) Base URL: ssh://git@chromiumos-git/firmware.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « x86-generic/ec_room.bin ('k') | x86-generic/pack_firmware.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.# Use of this
4 # source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 uudecode -o - $0 | tar zxf -
8
9 echo "Flash system firmware..."
10
11 echo "Flash EC firmware..."
12
13 exit 0
14
OLDNEW
« no previous file with comments | « x86-generic/ec_room.bin ('k') | x86-generic/pack_firmware.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698