Module Name:    src
Committed By:   jmcneill
Date:           Sat Jan  6 20:27:31 UTC 2018

Modified Files:
        src/distrib/utils/embedded/files: armv7_boot.cmd

Log Message:
Enable automatic booting on tegra210


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/embedded/files/armv7_boot.cmd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/files/armv7_boot.cmd
diff -u src/distrib/utils/embedded/files/armv7_boot.cmd:1.4 src/distrib/utils/embedded/files/armv7_boot.cmd:1.5
--- src/distrib/utils/embedded/files/armv7_boot.cmd:1.4	Mon Dec 18 19:08:16 2017
+++ src/distrib/utils/embedded/files/armv7_boot.cmd	Sat Jan  6 20:27:31 2018
@@ -10,6 +10,15 @@ if test "${soc}" = "tegra" ; then
 	setenv mmcpart 1:1
 	setenv use_fdt 1
 fi
+if test "${soc}" = "tegra210" ; then
+	setenv kernel netbsd-TEGRA.ub
+	setenv bootargs root=ld0a
+	setenv mmcpart 1:1
+	setenv use_fdt 1
+	setenv fdtfile ${soc}-${board}.dtb
+	# enable PCIe
+	pci enum
+fi
 if test "${board}" = "am335x" ; then
 	setenv kernel netbsd-BEAGLEBONE.ub
 	setenv mmcpart 0:1

Reply via email to