svn commit: r307549 - in head: sys/modules/dtb/omap4 tools/tools/nanobsd/embedded

Warner Losh imp at FreeBSD.org
Tue Oct 18 04:02:02 UTC 2016


Author: imp
Date: Tue Oct 18 04:02:00 2016
New Revision: 307549
URL: https://svnweb.freebsd.org/changeset/base/307549

Log:
  Add preliminary support for Raspberry PI3 images to nanobsd.

Added:
  head/sys/modules/dtb/omap4/
  head/sys/modules/dtb/omap4/Makefile   (contents, props changed)
  head/tools/tools/nanobsd/embedded/rpi3.cfg
     - copied, changed from r307548, head/tools/tools/nanobsd/embedded/rpi2.cfg

Added: head/sys/modules/dtb/omap4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/dtb/omap4/Makefile	Tue Oct 18 04:02:00 2016	(r307549)
@@ -0,0 +1,8 @@
+# $FreeBSD$
+# All the dts files for omap4 systems we support.
+DTS=	\
+	omap4-duovero-parlor.dts \
+        pandaboard.dts \
+	pandaboard-es.dts
+
+.include <bsd.dtb.mk>

Copied and modified: head/tools/tools/nanobsd/embedded/rpi3.cfg (from r307548, head/tools/tools/nanobsd/embedded/rpi2.cfg)
==============================================================================
--- head/tools/tools/nanobsd/embedded/rpi2.cfg	Tue Oct 18 04:01:58 2016	(r307548, copy source)
+++ head/tools/tools/nanobsd/embedded/rpi3.cfg	Tue Oct 18 04:02:00 2016	(r307549)
@@ -26,11 +26,10 @@
 # SUCH DAMAGE.
 #
 
-NANO_ARCH=armv6
-NANO_KERNEL=RPI2
+NANO_ARCH=aarch64
+NANO_KERNEL=RPI3
 NANO_DRIVE=mmcsd0
-NANO_NAME=rpi2
-NANO_BOOT_PKG=u-boot-rpi2
-NANO_CPUTYPE=cortex-a7
+NANO_NAME=rpi3
+NANO_BOOT_PKG=u-boot-rpi3
 
 . common	# Pull in common definitions, keep last


More information about the svn-src-head mailing list