From owner-svn-src-stable@freebsd.org Sun Sep 10 23:31:22 2017 Return-Path: Delivered-To: svn-src-stable@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 E32B7E09B86; Sun, 10 Sep 2017 23:31:22 +0000 (UTC) (envelope-from ian@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 AD45065786; Sun, 10 Sep 2017 23:31:22 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ANVLRc098546; Sun, 10 Sep 2017 23:31:21 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ANVLUb098545; Sun, 10 Sep 2017 23:31:21 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201709102331.v8ANVLUb098545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sun, 10 Sep 2017 23:31:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r323402 - in stable/11/sys: arm/conf modules/dtb/imx5 X-SVN-Group: stable-11 X-SVN-Commit-Author: ian X-SVN-Commit-Paths: in stable/11/sys: arm/conf modules/dtb/imx5 X-SVN-Commit-Revision: 323402 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2017 23:31:23 -0000 Author: ian Date: Sun Sep 10 23:31:21 2017 New Revision: 323402 URL: https://svnweb.freebsd.org/changeset/base/323402 Log: MFC r315572, r315573, r315575, r315578: Add a module to build imx5 dtb files. Add dtb/imx5 module build to the IMX53 kernel config. Remove configs for IMX53-QSB and DIGI-CCWMX53. They were just standard IMX53 with static dtb added, and now that imx53 can use vendor- supplied dts files and ubldr, there is no need for a static-dtb variant. Added: stable/11/sys/modules/dtb/imx5/ - copied from r315578, head/sys/modules/dtb/imx5/ Deleted: stable/11/sys/arm/conf/DIGI-CCWMX53 stable/11/sys/arm/conf/IMX53-QSB Modified: stable/11/sys/arm/conf/IMX53 Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/arm/conf/IMX53 ============================================================================== --- stable/11/sys/arm/conf/IMX53 Sun Sep 10 23:12:07 2017 (r323401) +++ stable/11/sys/arm/conf/IMX53 Sun Sep 10 23:31:21 2017 (r323402) @@ -117,3 +117,4 @@ device wlan_amrr # AMRR transmit rate control algori # Flattened Device Tree options FDT # Configure using FDT/DTB data +makeoptions MODULES_EXTRA=dtb/imx5