svn commit: r323402 - in stable/11/sys: arm/conf modules/dtb/imx5

Ian Lepore ian at FreeBSD.org
Sun Sep 10 23:31:23 UTC 2017


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


More information about the svn-src-all mailing list