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

Unified Diff: overlay-variant-tegra2-seaboard/burn-u-boot/flash-spi.cfg

Issue 6524025: Add nvflash config file for SPI (Closed) Base URL: http://git.chromium.org/git/board-overlays.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: overlay-variant-tegra2-seaboard/burn-u-boot/flash-spi.cfg
diff --git a/overlay-variant-tegra2-seaboard/burn-u-boot/flash-spi.cfg b/overlay-variant-tegra2-seaboard/burn-u-boot/flash-spi.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..e1503a02424eb0c7922fa912c8cfba78138346fa
--- /dev/null
+++ b/overlay-variant-tegra2-seaboard/burn-u-boot/flash-spi.cfg
@@ -0,0 +1,40 @@
+[device]
+type=spi
+instance=0
+
+[partition]
+name=BCT
+id=2
+type=boot_config_table
+allocation_policy=sequential
+filesystem_type=basic
+size=204800
+file_system_attribute=0
+partition_attribute=0
+allocation_attribute=8
+percent_reserved=0
+
+[partition]
+name=PT
+id=3
+type=partition_table
+allocation_policy=sequential
+filesystem_type=basic
+size=65536
+file_system_attribute=0
+partition_attribute=0
+allocation_attribute=8
+percent_reserved=0
+
+[partition]
+name=EBT
+id=4
+type=bootloader
+allocation_policy=sequential
+filesystem_type=basic
+size=1826816
+file_system_attribute=0
+partition_attribute=0
+allocation_attribute=8
+percent_reserved=0
+filename=/build/tegra2_seaboard/u-boot/u-boot.bin
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698