svn commit: r356295 - in head/sys: arm/conf arm64/conf

Ian Lepore ian at FreeBSD.org
Thu Jan 2 22:26:55 UTC 2020


Author: ian
Date: Thu Jan  2 22:26:54 2020
New Revision: 356295
URL: https://svnweb.freebsd.org/changeset/base/356295

Log:
  Add the xdma framework and pl330 dma drivers to arm and arm64 lint builds.

Modified:
  head/sys/arm/conf/NOTES
  head/sys/arm64/conf/NOTES

Modified: head/sys/arm/conf/NOTES
==============================================================================
--- head/sys/arm/conf/NOTES	Thu Jan  2 22:14:44 2020	(r356294)
+++ head/sys/arm/conf/NOTES	Thu Jan  2 22:26:54 2020	(r356295)
@@ -28,3 +28,7 @@ nodevice	mps
 # Add devices which are specific to various arm platforms...
 
 device		twsi		# i2c controller on Marvel and Allwinner
+
+device		pl330		# ARM PL330 dma controller
+device		xdma		# xDMA framework for SoC on-chip dma controllers
+

Modified: head/sys/arm64/conf/NOTES
==============================================================================
--- head/sys/arm64/conf/NOTES	Thu Jan  2 22:14:44 2020	(r356294)
+++ head/sys/arm64/conf/NOTES	Thu Jan  2 22:26:54 2020	(r356295)
@@ -189,6 +189,10 @@ device		regulator
 device		syscon
 device		aw_syscon
 
+# Misc devices.
+device		pl330		# ARM PL330 dma controller
+device		xdma		# xDMA framework for SoC on-chip dma controllers
+
 # Chip-specific errata
 options 	THUNDERX_PASS_1_1_ERRATA
 


More information about the svn-src-head mailing list