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

Andrew Turner andrew at FreeBSD.org
Sat Nov 30 17:25:01 UTC 2013


Author: andrew
Date: Sat Nov 30 17:25:00 2013
New Revision: 258771
URL: http://svnweb.freebsd.org/changeset/base/258771

Log:
  Update 'GENERIC' to add OMAP4 options/devices

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

Modified: projects/specific_leg/sys/arm/conf/GENERIC
==============================================================================
--- projects/specific_leg/sys/arm/conf/GENERIC	Sat Nov 30 17:07:53 2013	(r258770)
+++ projects/specific_leg/sys/arm/conf/GENERIC	Sat Nov 30 17:25:00 2013	(r258771)
@@ -25,6 +25,7 @@ machine		arm armv6
 cpu		CPU_ARM1176
 
 files		"../broadcom/bcm2835/files.bcm2835"
+files		"../ti/omap4/files.omap4"
 files		"../ti/files.ti"
 
 # The standard load address for FreeBSD/armv6
@@ -143,3 +144,10 @@ device		bcm2835_bsc
 # SPI
 device		spibus
 device		bcm2835_spi
+
+# OMAP support
+options 	SOC_OMAP4	# TODO Remove this, it should be unneeded
+device		ti_sdma
+device		twl
+device		twl_clks
+device		twl_vreg


More information about the svn-src-projects mailing list