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

Side by Side Diff: src/platform/firmware/x86-generic/install_firmware.sh

Issue 2366001: Pack firmware into an image and do update in factory install process. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: add 2 emtpy firmware images 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
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 | « src/platform/firmware/x86-generic/ec_rom.bin ('k') | src/platform/firmware/x86-generic/pack_firmware.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698