Date: Sat, 18 Feb 2017 18:31:42 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313919 - head/sys/modules/dtb/imx6 Message-ID: <201702181831.v1IIVgXr042447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702181831.v1IIVgXr042447>