From owner-svn-src-projects@FreeBSD.ORG Wed Dec 26 15:13:22 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 491B3C72; Wed, 26 Dec 2012 15:13:22 +0000 (UTC) (envelope-from ray@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 15A088FC13; Wed, 26 Dec 2012 15:13:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBQFDL0w089338; Wed, 26 Dec 2012 15:13:21 GMT (envelope-from ray@svn.freebsd.org) Received: (from ray@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBQFDLo3089337; Wed, 26 Dec 2012 15:13:21 GMT (envelope-from ray@svn.freebsd.org) Message-Id: <201212261513.qBQFDLo3089337@svn.freebsd.org> From: Aleksandr Rybalko Date: Wed, 26 Dec 2012 15:13:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r244705 - projects/efika_mx/sys/arm/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2012 15:13:22 -0000 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 +