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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « host/cros_write_firmware ('k') | host/share/cros_write_firmware/spi.script » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/share/cros_write_firmware/nvflash-spi.cfg
diff --git a/host/share/cros_write_firmware/nvflash-spi.cfg b/host/share/cros_write_firmware/nvflash-spi.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..428cf5e0a956953f93982c2420cf12b289229970
--- /dev/null
+++ b/host/share/cros_write_firmware/nvflash-spi.cfg
@@ -0,0 +1,22 @@
+# A dummy nvflash config file to make nvflash happy. Without this
+# file it ignores the BCT passed on the command line and will fail to flash
+# a device with an invalid or missing BCT on the currently selected boot
+# flash.
+#
+# TODO(robotboy): Remove this dummy file once nvflash no longer needs it.
+
+[device]
+type=spi
+instance=0
+
+[partition]
+name=BCT
+id=2
+type=boot_config_table
+allocation_policy=sequential
+filesystem_type=basic
+size=4096
+file_system_attribute=0
+partition_attribute=0
+allocation_attribute=8
+percent_reserved=0
« 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