svn commit: r328930 - head/sys/modules/dtb/allwinner

Kyle Evans kevans at FreeBSD.org
Tue Feb 6 14:57:03 UTC 2018


Author: kevans
Date: Tue Feb  6 14:57:03 2018
New Revision: 328930
URL: https://svnweb.freebsd.org/changeset/base/328930

Log:
  dtb/allwinner: Add sun7i-a20-lamobo-r1.dts (Banana Pi R1)
  
  FreeBSD boots on this board, but the ethernet switch is not currently
  supported, resulting in no ethernet.
  
  A U-Boot port will be added once the ethernet switch is at least basically
  supported, but we add its DTS to the build here to lower the barrier-to-boot
  while work is underway.

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

Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile	Tue Feb  6 14:04:39 2018	(r328929)
+++ head/sys/modules/dtb/allwinner/Makefile	Tue Feb  6 14:57:03 2018	(r328930)
@@ -8,6 +8,7 @@ DTS=	\
 	sun5i-r8-chip.dts \
 	sun7i-a20-bananapi.dts \
 	sun7i-a20-cubieboard2.dts \
+	sun7i-a20-lamobo-r1.dts \
 	sun7i-a20-olimex-som-evb.dts \
 	sun7i-a20-pcduino3.dts \
 	sun8i-a83t-bananapi-m3.dts \


More information about the svn-src-head mailing list