Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2017 22:05:11 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326598 - head/sys/modules/dtb/allwinner
Message-ID:  <201712052205.vB5M5BRU037114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Tue Dec  5 22:05:10 2017
New Revision: 326598
URL: https://svnweb.freebsd.org/changeset/base/326598

Log:
  dtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822
  
  sinovoip-bpi-m3.dts was disconnected from the build in r324822. Since then,
  a CCU driver has been added and several other changes have been made to
  make us compatible with upstream DTS for this board.
  
  Add links for older DTB that might be used: our u-boot port was expecting
  sinovoip-bpi-m3.dtb up until ports r455629, and our u-boot will not be
  switching to the upstream name (sun8i-a83t-bananapi-m3) quite yet.
  
  Discussed with:	manu

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

Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile	Tue Dec  5 22:02:46 2017	(r326597)
+++ head/sys/modules/dtb/allwinner/Makefile	Tue Dec  5 22:05:10 2017	(r326598)
@@ -10,6 +10,7 @@ DTS=	\
 	sun7i-a20-cubieboard2.dts \
 	sun7i-a20-olimex-som-evb.dts \
 	sun7i-a20-pcduino3.dts \
+	sun8i-a83t-bananapi-m3.dts \
 	sun8i-h2-plus-orangepi-zero.dts \
 	sun8i-h3-nanopi-m1.dts \
 	sun8i-h3-nanopi-neo.dts \
@@ -24,5 +25,7 @@ LINKS= \
 	${DTBDIR}/sun7i-a20-cubieboard2.dtb ${DTBDIR}/cubieboard2.dtb \
 	${DTBDIR}/sun7i-a20-olimex-som-evb.dtb ${DTBDIR}/olimex-a20-som-evb.dtb \
 	${DTBDIR}/sun7i-a20-pcduino3.dtb ${DTBDIR}/pcduino3.dtb \
+	${DTBDIR}/sun8i-a83t-bananapi-m3.dtb ${DTBDIR}/sinovoip-bpi-m3.dtb \
+	${DTBDIR}/sun8i-a83t-bananapi-m3.dtb ${DTBDIR}/sun8i-a83t-sinovoip-bpi-m3.dtb
 
 .include <bsd.dtb.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712052205.vB5M5BRU037114>