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

Side by Side Diff: host/share/cros_write_firmware/nvflash-spi.cfg

Issue 6594134: Create new cros_write_firmware tool based on write_tegra_bios. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/dev-util.git@master
Patch Set: Quote commands in U-Boot script. Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « host/cros_write_firmware ('k') | host/share/cros_write_firmware/spi.script » ('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 # A dummy nvflash config file to make nvflash happy. Without this
2 # file it ignores the BCT passed on the command line and will fail to flash
3 # a device with an invalid or missing BCT on the currently selected boot
4 # flash.
5 #
6 # TODO(robotboy): Remove this dummy file once nvflash no longer needs it.
7
8 [device]
9 type=spi
10 instance=0
11
12 [partition]
13 name=BCT
14 id=2
15 type=boot_config_table
16 allocation_policy=sequential
17 filesystem_type=basic
18 size=4096
19 file_system_attribute=0
20 partition_attribute=0
21 allocation_attribute=8
22 percent_reserved=0
OLDNEW
« no previous file with comments | « host/cros_write_firmware ('k') | host/share/cros_write_firmware/spi.script » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698