svn commit: r313919 - head/sys/modules/dtb/imx6

Ian Lepore ian at FreeBSD.org
Sat Feb 18 18:31:43 UTC 2017


Author: ian
Date: Sat Feb 18 18:31:42 2017
New Revision: 313919
URL: https://svnweb.freebsd.org/changeset/base/313919

Log:
  Add dtb files for Boundary Devices Nitrogen 6 family boards.  FreeBSD runs
  on a nitrogen6x quad 2gb, and is expected to run on all the imx6 boards in
  the nitrogen6 family.

Modified:
  head/sys/modules/dtb/imx6/Makefile

Modified: head/sys/modules/dtb/imx6/Makefile
==============================================================================
--- head/sys/modules/dtb/imx6/Makefile	Sat Feb 18 18:27:28 2017	(r313918)
+++ head/sys/modules/dtb/imx6/Makefile	Sat Feb 18 18:31:42 2017	(r313919)
@@ -5,6 +5,11 @@ DTS=	\
 	imx6q-cubox-i.dts \
 	imx6dl-hummingboard.dts \
 	imx6q-hummingboard.dts \
+	imx6dl-nitrogen6x.dts \
+	imx6q-nitrogen6_max.dts \
+	imx6q-nitrogen6x.dts \
+	imx6qp-nitrogen6_max.dts \
+	imx6sx-nitrogen6sx.dts \
 	imx6dl-riotboard.dts \
 	imx6dl-wandboard.dts \
 	imx6q-wandboard.dts


More information about the svn-src-head mailing list