Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/files Enable booting of netbsd-EXYNOS...



details:   https://anonhg.NetBSD.org/src/rev/c6df0a602d66
branches:  trunk
changeset: 320414:c6df0a602d66
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jul 04 23:10:06 2018 +0000

description:
Enable booting of netbsd-EXYNOS kernel

diffstat:

 distrib/utils/embedded/files/armv7_boot.cmd |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r e79cba0ea25e -r c6df0a602d66 distrib/utils/embedded/files/armv7_boot.cmd
--- a/distrib/utils/embedded/files/armv7_boot.cmd       Wed Jul 04 23:08:29 2018 +0000
+++ b/distrib/utils/embedded/files/armv7_boot.cmd       Wed Jul 04 23:10:06 2018 +0000
@@ -1,3 +1,9 @@
+if test "${soc}" = "exynos" ; then
+       setenv kernel netbsd-EXYNOS.ub
+       setenv bootargs 'root=ld1a'
+       setenv mmcpart 0:1
+       setenv use_fdt 1
+fi
 if test "${soc}" = "sunxi" ; then
        setenv kernel netbsd-SUNXI.ub
        setenv bootargs 'root=ld0a'



Home | Main Index | Thread Index | Old Index