Date: Fri, 27 Jan 2017 22:14:54 -0700 From: Warner Losh <imp@bsdimp.com> To: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Fwd: svn commit: r312915 - head/sys/modules/dtb/am335x Message-ID: <CANCZdfpcU7n6e8D8Gh=y=LpG4Xn1En_7x8wM1qf7bqbrubmbRg@mail.gmail.com> In-Reply-To: <201701280507.v0S57tOC088457@repo.freebsd.org> References: <201701280507.v0S57tOC088457@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This switches up to the upstream dts files, as well as the upstream names, which the new u-boot ports need. I've only done the one for BeagleBone family. Please let me know if there's any issues. I fear we actually need the HDMI stuff for some reason... But if we do I'll fix it. Warner ---------- Forwarded message ---------- From: Warner Losh <imp@freebsd.org> Date: Fri, Jan 27, 2017 at 10:07 PM Subject: svn commit: r312915 - head/sys/modules/dtb/am335x To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Author: imp Date: Sat Jan 28 05:07:55 2017 New Revision: 312915 URL: https://svnweb.freebsd.org/changeset/base/312915 Log: Switch to Linux / device tree upstream names. U-boot uses these by default, and the fewer changes relative to the upstream u-boot the better. Add compatibility links for the old names. Add dts file for BeagleBone Green while we're here. Modified: head/sys/modules/dtb/am335x/Makefile Modified: head/sys/modules/dtb/am335x/Makefile ============================================================================== --- head/sys/modules/dtb/am335x/Makefile Sat Jan 28 05:07:53 2017 (r312914) +++ head/sys/modules/dtb/am335x/Makefile Sat Jan 28 05:07:55 2017 (r312915) @@ -1,8 +1,13 @@ # $FreeBSD$ # All the dts files for am335x systems we support. DTS= \ - beaglebone.dts \ - beaglebone-black.dts \ + am335x-bone.dts \ + am335x-boneblack.dts \ + am335x-bonegreen.dts \ ufw.dts +LINKS= \ + ${DTBDIR}/am3335x-bone.dtb ${DTBDIR}/beaglebone.dtb \ + ${DTBDIR}/am3335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb + .include <bsd.dtb.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfpcU7n6e8D8Gh=y=LpG4Xn1En_7x8wM1qf7bqbrubmbRg>