Fwd: svn commit: r312915 - head/sys/modules/dtb/am335x

Warner Losh imp at bsdimp.com
Sat Jan 28 05:14:56 UTC 2017


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 at freebsd.org>
Date: Fri, Jan 27, 2017 at 10:07 PM
Subject: svn commit: r312915 - head/sys/modules/dtb/am335x
To: src-committers at freebsd.org, svn-src-all at freebsd.org,
svn-src-head at 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>


More information about the freebsd-arm mailing list