Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2012 15:13:21 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r244705 - projects/efika_mx/sys/arm/conf
Message-ID:  <201212261513.qBQFDLo3089337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ray
Date: Wed Dec 26 15:13:21 2012
New Revision: 244705
URL: http://svnweb.freebsd.org/changeset/base/244705

Log:
  Enable IOMUX, GPIO, and framebuffer console.
  
  Sponsored by:	FreeBSD Foundation

Modified:
  projects/efika_mx/sys/arm/conf/EFIKA_MX

Modified: projects/efika_mx/sys/arm/conf/EFIKA_MX
==============================================================================
--- projects/efika_mx/sys/arm/conf/EFIKA_MX	Wed Dec 26 15:10:20 2012	(r244704)
+++ projects/efika_mx/sys/arm/conf/EFIKA_MX	Wed Dec 26 15:13:21 2012	(r244705)
@@ -67,6 +67,9 @@ options 	INCLUDE_CONFIG_FILE	# Include t
 #options 	BOOTP_NFSROOT
 #options 	BOOTP_NFSV3
 #options 	BOOTP_WIRED_TO=ue0
+#
+options 	ROOTDEVNAME=\"ufs:ada0s2a\"
+
 
 # kernel/memory size reduction
 #options 	MUTEX_NOINLINE
@@ -82,10 +85,10 @@ options 	KDB			# Enable kernel debugger 
 # For full debugger support use this instead:
 options 	DDB			# Support DDB.
 #options 	GDB			# Support remote GDB.
-#options 	DEADLKRES		# Enable the deadlock resolver
-#options 	INVARIANTS		# Enable calls of extra sanity checking
-#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
-#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+options 	DEADLKRES		# Enable the deadlock resolver
+options 	INVARIANTS		# Enable calls of extra sanity checking
+options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+options 	WITNESS			# Enable checks to detect deadlocks and cycles
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!
@@ -113,6 +116,11 @@ device		imxata
 options 	ATA_CAM
 options 	ATA_STATIC_ID	# Static device numbering
 
+device		iomux		# IO Multiplexor
+
+device		gpio
+device		gpioled
+
 device		fsliic
 device		iic
 device		iicbus
@@ -144,6 +152,8 @@ device		udav		# Davicom DM9601E USB
 # USB Wireless
 device		rum		# Ralink Technology RT2501USB wireless NICs
 
+# Watchdog timer.
+# WARNING: can't be disabled!!!
 device		imxwdt		# Watchdog
 
 # Wireless NIC cards
@@ -157,3 +167,12 @@ device		wlan_amrr	# AMRR transmit rate c
 options         FDT
 options         FDT_DTB_STATIC
 makeoptions     FDT_DTS_FILE=efikamx.dts
+
+# NOTE: serial console will be disabled if syscons enabled
+# Uncomment following lines for framebuffer/syscons support
+device		sc
+device		kbdmux
+options         SC_DFLT_FONT    # compile font in
+makeoptions     SC_DFLT_FONT=cp437
+device		ukbd		# Allow keyboard like HIDs to control console
+



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