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

Warner Losh imp at FreeBSD.org
Sat Jan 28 05:07:56 UTC 2017


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 svn-src-head mailing list