Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 14:47:30 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r259390 - projects/specific_leg/sys/arm/conf
Message-ID:  <201312141447.rBEElUU4016880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141447.rBEElUU4016880>