From owner-svn-src-all@freebsd.org Tue Oct 18 04:02:01 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1FF1C14135; Tue, 18 Oct 2016 04:02:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3190E7E; Tue, 18 Oct 2016 04:02:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9I4206J085901; Tue, 18 Oct 2016 04:02:00 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I420q2085899; Tue, 18 Oct 2016 04:02:00 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201610180402.u9I420q2085899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 18 Oct 2016 04:02:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r307549 - in head: sys/modules/dtb/omap4 tools/tools/nanobsd/embedded X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 04:02:02 -0000 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 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