svn commit: r259390 - projects/specific_leg/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Sat Dec 14 14:47:30 UTC 2013


Author: andrew
Date: Sat Dec 14 14:47:29 2013
New Revision: 259390
URL: http://svnweb.freebsd.org/changeset/base/259390

Log:
  Add devices the PandaBoard needs

Modified:
  projects/specific_leg/sys/arm/conf/GENERIC

Modified: projects/specific_leg/sys/arm/conf/GENERIC
==============================================================================
--- projects/specific_leg/sys/arm/conf/GENERIC	Sat Dec 14 13:31:19 2013	(r259389)
+++ projects/specific_leg/sys/arm/conf/GENERIC	Sat Dec 14 14:47:29 2013	(r259390)
@@ -57,8 +57,8 @@ options 	SYSVSEM			# SYSV-style semaphor
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 
-options		FREEBSD_BOOT_LOADER	# FreeBSD loader support
-options		LINUX_BOOT_ABI		# Linux loader support, e.g. U-Boot
+options 	FREEBSD_BOOT_LOADER	# FreeBSD loader support
+options 	LINUX_BOOT_ABI		# Linux loader support, e.g. U-Boot
 
 
 # Debugging support.  Always need this:
@@ -81,6 +81,8 @@ options 	VFP		# vfp/neon
 # Flattened Device Tree
 options 	FDT
 
+device		pl310			#  PL310 L2 cache controller
+
 # ATA/SCSI/umass peripherals
 device		scbus		# SCSI bus (required for ATA/SCSI)
 device		da		# Direct Access (disks)
@@ -140,6 +142,7 @@ device		gpioled
 device		iic
 device		iicbus
 device		bcm2835_bsc
+device		ti_i2c
 
 # SPI
 device		spibus


More information about the svn-src-projects mailing list