[aadk-commits] qwell: branch uClinux/upstreamsync r268 - in /uClinux/branches/upstreamsync/u...

aadk-commits at lists.digium.com aadk-commits at lists.digium.com
Tue Mar 27 15:14:34 MST 2007


Author: qwell
Date: Tue Mar 27 17:14:34 2007
New Revision: 268

URL: http://svn.digium.com/view/aadk?view=rev&rev=268
Log:
Add our vendor dir - still needs modifications (config sync, mostly)

Added:
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.linux-2.6.x   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.uClibc   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/device_table.txt   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/dnsmasq.conf   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/group   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/host.conf   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/hosts   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/index.html   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/inittab   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/issue   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/mime.types   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/modprobe.conf   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/motd   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/passwd   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/protocols   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/rc   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/rc-network   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/bootloaderupdate   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/create_sounds   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/dhcpcd   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/edit_nvram   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/flashupdate   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/reset_config   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/restore_config   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/save_config   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/scripts/show_config   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/services   (with props)
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/zaptel.conf.in   (with props)

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile Tue Mar 27 17:14:34 2007
@@ -1,0 +1,166 @@
+#
+#	Makefile -- Build instructions for ADI/Blackfin
+#
+
+.EXPORT_ALL_VARIABLES:
+include $(LINUX_CONFIG)
+include $(CONFIG_CONFIG)
+
+ROMFSIMG = $(IMAGEDIR)/rootfs
+IMAGE    = $(IMAGEDIR)/linux
+
+MKFS_JFFS2  = $(ROOTDIR)/user/mtd-utils/build/mkfs.jffs2
+MKFS_YAFFS  = $(ROOTDIR)/user/blkfin-apps/yaffs-utils/utils/mkyaffsimage
+MKFS_YAFFS2 = $(ROOTDIR)/user/blkfin-apps/yaffs-utils/utils/mkyaffs2image
+
+# Blocks must be a multiple of 1024
+#BLOCKS   = 12288 # 8192
+BLOCKS   = 14336
+INODES   = 1024
+
+ROMFS_DIRS = bin dev etc etc/dhcpc etc/network ramfs home lib mnt proc sys usr var root home tmp /etc/config  var/run var/log var/lock var/lib var/lib/asterisk/static-http var/spool var/spool/asterisk var/spool/asterisk/outgoing
+#ROMFS_DIRS += var/run var/lib/misc var/log/boa etc/boa home/httpd home/httpd/cgi-bin 
+
+all:
+
+romfs:
+	mkdir -p $(ROMFSDIR)
+	for i in $(ROMFS_DIRS); do \
+		mkdir -p $(ROMFSDIR)/$$i; \
+	done
+	for i in scripts/*; do \
+		[ -x $(ROMFSDIR)/$$i ] || $(ROMFSINST) $$i /bin/`basename $$i`; \
+	done
+	chmod 1777 $(ROMFSDIR)/tmp
+	$(ROMFSINST) -s bin /sbin
+	$(ROMFSINST) /etc/rc
+	$(ROMFSINST) /etc/rc-network
+	$(ROMFSINST) /etc/inittab
+	$(ROMFSINST) /etc/services
+	$(ROMFSINST) /etc/protocols
+	$(ROMFSINST) /etc/passwd
+	$(ROMFSINST) /etc/group
+	$(ROMFSINST) /etc/motd
+	$(ROMFSINST) /etc/issue
+	$(ROMFSINST) /etc/TZ
+	$(ROMFSINST) /etc/hosts
+	$(ROMFSINST) /etc/host.conf
+	$(ROMFSINST) /etc/zaptel.conf.in
+	$(ROMFSINST) /etc/dnsmasq.conf
+	$(ROMFSINST) /var/lib/asterisk/static-http/index.html
+#	$(ROMFSINST) /etc/boa.conf
+#	$(ROMFSINST) /etc/mime.types
+#	$(ROMFSINST) /etc/inetd.conf
+#	$(ROMFSINST) /etc/tux-wink.gif
+#	$(ROMFSINST) /etc/tuxsit_small.gif
+	$(ROMFSINST) /etc/modprobe.conf
+	( cd $(ROMFSDIR)/../defaults ; tar cvfz $(ROMFSDIR)/etc/defaults.tgz --exclude .svn * )
+	gzip -dc mini-sounds.tgz | ( cd $(ROMFSDIR)/var/lib/asterisk/sounds ; tar xvf - )
+	echo "$(VERSIONSTR) -- " `date` > $(ROMFSDIR)/etc/version
+	mkdir -p $(IMAGEDIR)
+
+BSS      = $$($(CROSS_COMPILE)objdump -h $(IMAGEDIR)/vmlinux | grep .bss | awk '{print "0x"$$4}')
+BSS_SIZE = $$($(CROSS_COMPILE)objdump -h $(IMAGEDIR)/vmlinux | grep .bss | awk '{print "0x"$$3}')
+ADDR     = $$(echo $$(($(BSS) + $(BSS_SIZE))))
+
+image:
+	( \
+		cd $(ROMFSDIR); \
+		mv etc/ ramfs/; \
+		mv var/ ramfs/; \
+		mv tmp/ ramfs/; \
+		$(ROMFSINST) -s ramfs/etc /etc; \
+		$(ROMFSINST) -s ramfs/var /var; \
+		$(ROMFSINST) -s ramfs/tmp /tmp; \
+		$(ROMFSINST) -s ../var/log/log /dev/log; \
+		cd ramfs/; \
+		tar czvf $(ROMFSDIR)/ramfs.tgz etc/ var/ tmp/; \
+		dd if=/dev/urandom of=$(ROMFSDIR)/ramfs.dummy bs=1024 count=16; \
+		mv etc etc2; \
+		mkdir etc; \
+		cp etc2/rc etc/; \
+		cp etc2/inittab etc/; \
+		rm -r etc2/ var/ tmp/; \
+	)
+
+	rm -rf $(IMAGEDIR)/*
+#
+# make romfs.[fstype] images, and add them to linux(elf file) if possible
+#
+	cp $(ROOTDIR)/$(LINUXDIR)/linux $(IMAGEDIR)/vmlinux
+	$(CROSS_COMPILE)strip -g $(IMAGEDIR)/vmlinux
+	if [ -x $(MKFS_JFFS2) ] && [ -n "$(CONFIG_JFFS_FS)" -o -n "$(CONFIG_JFFS2_FS)" ]; then \
+		$(MKFS_JFFS2) -d $(ROMFSDIR) -D device_table.txt -o $(ROMFSIMG).jffs2; \
+	fi
+	set -e ; \
+	if [ -n "$(CONFIG_YAFFS_FS)" ]; then \
+		if [ -x "$(MKFS_YAFFS)" -a -n "$(CONFIG_YAFFS_YAFFS1)" ]; then \
+			$(MKFS_YAFFS) $(ROMFSDIR) $(ROMFSIMG).yaffs > /dev/null ; \
+		fi ; \
+		if [ -x "$(MKFS_YAFFS2)" -a -n "$(CONFIG_YAFFS_YAFFS2)" ]; then \
+			$(MKFS_YAFFS2) $(ROMFSDIR) $(ROMFSIMG).yaffs2 > /dev/null ; \
+		fi ; \
+	fi ; \
+	if [ -n "$(CONFIG_CRAMFS)" ]; then \
+		bfin-uclinux-mkcramfs -z -r -D device_table.txt $(ROMFSDIR) $(ROMFSIMG).cramfs ; \
+		$(CROSS_COMPILE)objcopy --add-section .romfs=$(ROMFSIMG).cramfs \
+		--adjust-section-vma .romfs=$(ADDR) --no-adjust-warnings \
+		--set-section-flags .romfs=alloc,load,data $(IMAGEDIR)/vmlinux $(IMAGE).cramfs ; \
+	fi ; \
+	if [ -n "$(CONFIG_EXT2_FS)" ]; then \
+		bfin-uclinux-genext2fs -i $(INODES) -b $(BLOCKS) -d $(ROMFSDIR) -D device_table.txt $(ROMFSIMG).ext2 ; \
+		$(CROSS_COMPILE)objcopy --add-section .romfs=$(ROMFSIMG).ext2 \
+		--adjust-section-vma .romfs=$(ADDR) --no-adjust-warnings \
+		--set-section-flags .romfs=alloc,load,data $(IMAGEDIR)/vmlinux $(IMAGE).ext2 ; \
+	fi ; \
+	if [ -n "$(CONFIG_ROMFS_FS)" ]; then \
+		if  which genromfs >/dev/null 2>&1; then \
+			$(ROOTDIR)/tools/mkdevdir.sh $(ROMFSDIR) device_table.txt; \
+			genromfs -f $(ROMFSIMG).romfs -d $(ROMFSDIR); \
+			$(CROSS_COMPILE)objcopy --add-section .romfs=$(ROMFSIMG).romfs \
+			--adjust-section-vma .romfs=$(ADDR) --no-adjust-warnings \
+			--set-section-flags .romfs=alloc,load,data $(IMAGEDIR)/vmlinux $(IMAGE).romfs ; \
+			rm -rf $(ROMFSDIR)/dev/*; \
+		fi; \
+	fi
+#
+# make a compressed image, link the first one to uImage
+#
+	set -e ; \
+	for FS in cramfs ext2 romfs ; \
+	do \
+		if [ -f "$(IMAGE).$$FS" ] ; then \
+			$(CROSS_COMPILE)objcopy -O binary -S $(IMAGE).$$FS $(IMAGE).bin; \
+			gzip -f9 $(IMAGE).bin; \
+			#$(CROSS_COMPILE)mkimage -A blackfin -O linux -T kernel \
+				#-C gzip -a $(CONFIG_BOOT_LOAD) -e $(CONFIG_BOOT_LOAD) -n "uClinux Kernel and $$FS" \
+				#-d $(IMAGE).bin.gz $(IMAGEDIR)/uImage.$$FS; \
+			bfin-uclinux-mkimage -A blackfin -O linux -T kernel \
+				-C gzip -a $(CONFIG_BOOT_LOAD) -e $(CONFIG_BOOT_LOAD) -n "uClinux Kernel and $$FS" \
+				-d $(IMAGE).bin.gz $(IMAGEDIR)/uImage.$$FS; \
+			rm $(IMAGE).bin.gz; \
+			ln -sf $(IMAGEDIR)/linux.$$FS $(IMAGEDIR)/linux ; \
+			ln -sf $(IMAGEDIR)/uImage.$$FS $(IMAGEDIR)/uImage ; \
+		fi; \
+	done
+#
+# if we are not attaching a rootfs, make a standalone image
+#
+	set -e ; \
+	if [ -z "$(CONFIG_MTD_UCLINUX)" ]; then \
+		$(CROSS_COMPILE)objcopy -O binary -S $(ROOTDIR)/$(LINUXDIR)/vmlinux \
+			$(IMAGEDIR)/vmlinux.bin; \
+		gzip -f9 $(IMAGEDIR)/vmlinux.bin; \
+		$(CROSS_COMPILE)mkimage -A blackfin -O linux -T kernel \
+			-C gzip -a $(CONFIG_BOOT_LOAD) -e $(CONFIG_BOOT_LOAD) -n "uClinux Kernel Only Image" \
+			-d $(IMAGEDIR)/vmlinux.bin.gz  $(IMAGEDIR)/vmImage; \
+		rm  $(IMAGEDIR)/vmlinux.bin.gz; \
+	fi
+
+	( \
+		cd $(ROMFSDIR); \
+		rm etc var tmp; \
+		rm -r ramfs/etc; \
+		tar zxf ramfs.tgz; \
+	)
+clean:

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ Tue Mar 27 17:14:34 2007
@@ -1,0 +1,1 @@
+PST8PDT7

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/TZ
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf Tue Mar 27 17:14:34 2007
@@ -1,0 +1,12 @@
+pcm.ad1836 {
+	type plug
+	slave {
+		pcm {
+			type hw
+			card 0
+			mmap_emulation true
+			format S32_LE
+			rate 48000
+		}
+	}
+}

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/asound.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf Tue Mar 27 17:14:34 2007
@@ -1,0 +1,177 @@
+# Boa v0.94 configuration file
+# File format has changed little from 0.92
+# version changes are noted in the comments
+#
+# The Boa configuration file is parsed with a lex/yacc or flex/bison
+# generated parser.  If it reports an error, the line number will be
+# provided; it should be easy to spot.  The syntax of each of these
+# rules is very simple, and they can occur in any order.  Where possible
+# these directives mimic those of NCSA httpd 1.3; I saw no reason to 
+# introduce gratuitous differences.
+
+# The "ServerRoot" is not in this configuration file.  It can be compiled
+# into the server (see defines.h) or specified on the command line with
+# the -c option, for example:
+#
+# boa -c /usr
+
+
+# Port: The port Boa runs on.  The default port for http servers is 80.
+# If it is less than 1024, the server must be started as root.
+
+Port 80
+
+#  User: The name or UID the server should run as.
+# Group: The group name or GID the server should run as.
+
+User root
+Group root
+
+# ServerAdmin: The email address where server problems should be sent.
+# Note: this is not currently used.
+
+#ServerAdmin root at localhost
+
+# ErrorLog: The location of the error log file. If this does not start
+# with /, it is considered relative to the server root.
+# Set to /dev/null if you don't want errors logged.
+
+#ErrorLog /var/log/boa/error_log
+
+# AccessLog: The location of the access log file. If this does not
+# start with /, it is considered relative to the server root.
+# Comment out or set to /dev/null (less effective) to disable 
+# Access logging.
+
+#AccessLog /var/log/boa/access_log
+
+# RefererLog: The location of the referer log file. If this does not
+# start with /, it is considered relative to the server root.
+# Comment out or set to /dev/null (less effective) to disable
+# referer logging.
+
+#RefererLog /var/log/boa/referer_log
+
+# AgentLog: The location of the agent log file. If this does not
+# start with /, it is considered relative to the server root.
+# Comment out or set to /dev/null (less effective) to disable
+# User-Agent logging.
+
+#AgentLog /var/log/boa/agent_log
+
+# VerboseCGILogs: this is just a logical switch.
+# Comment out to disable.
+
+#VerboseCGILogs
+
+# ServerName: the name of this server that should be sent back to 
+# clients if different than that returned by gethostname -- often
+# this is www.foo.bar.
+
+ServerName www.LG-blackfin.com
+
+# DocumentRoot: The root directory of the HTML documents.
+
+DocumentRoot /home/httpd
+
+# ChRoot: Boa root '/' directory. This is useful to improve security of
+# your system. Don't forget that ALL DIRECTORIES used by boa except logs
+# must be in this directory. If you need cgi scripts, you must copy shared
+# libraries to this directory (see ldconfig(8) for more info)
+
+#Chroot /var
+
+# UserDir: The name of the directory which is appended onto a user's home
+# directory if a ~user request is recieved.
+
+UserDir public_html
+
+# DirectoryIndex: Name of the file to use as a pre-written HTML
+# directory index.  Please MAKE AND USE THESE FILES.  On the
+# fly creation of directory indexes can be _slow_.
+# 
+
+DirectoryIndex index.html
+
+#DirectoryMaker /usr/boa_indexer
+
+# LocalCodepage: Local codepage. This is send to client in 'Content-Type:'
+# header by default.
+
+#LocalCodepage iso-8859-1
+
+# Codepage: Load codepage conversion table from file. This table will be used
+# on-the-fly conversion.
+
+#Codepage us-ascii /usr/lib/boa/iso-8859-2/us-ascii
+
+# CodepageByURL: Specify URL prefix codepage. This command is used for manual
+# codepage selection. For example, http://www.cz.boa.org/asc/document.html
+# converts /document.html to us-ascii
+
+#CodepageByURL	/asc	us-ascii
+
+# CodepageByBrowser: Specify codepage by $USER_AGENT. This command is used for
+# automatic codepage selection. You can use characters '*' and '?' in browser
+# string. For example, "CodepageByBrowser Lynx/* us-ascii" will send for Lynx
+# users all documents in us-ascii.
+
+#CodepageByBrowser Lynx/* us-ascii
+
+# KeepAliveMax: Number of KeepAlive requests to allow per connection
+# Comment out, or set to 0 to disable keepalive processing
+
+KeepAliveMax 100
+
+# KeepAliveTimeout: seconds to wait before keepalive connection times out
+
+KeepAliveTimeout 20
+
+# MimeTypes: This is the file that is used to generate mime type pairs
+# and Content-Type fields for boa.
+
+MimeTypes /etc/mime.types
+
+# DefaultType: MIME type used if the file extension is unknown, or there
+# is no file extension.
+
+DefaultType text/html
+
+# AddType: adds types without editing mime.types
+# Example: AddType type extension [extension ...]
+
+# Uncomment the next line if you want .cgi files to execute from anywhere
+#AddType application/x-httpd-cgi cgi
+
+# Redirect, Alias, and ScriptAlias all have the same semantics -- they
+# match the beginning of a request and take appropriate action.  Use
+# Redirect for other servers, Alias for the same server, and ScriptAlias
+# to enable directories for script execution.
+
+# Redirect allows you to tell clients about documents which used to exist in
+# your server's namespace, but do not anymore. This allows you to tell the
+# clients where to look for the relocated document.
+# Example: Redirect /bar http://elsewhere/feh/bar
+
+# Aliases: Aliases one path to another.
+# Example: Alias /path1/bar /path2/foo
+
+#Alias /doc /usr/doc
+
+# ScriptAlias: Maps a virtual path to a directory for serving scripts
+# Example: ScriptAlias /htbin/ /www/htbin/
+
+#ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
+
+# VirtualHost: Maps a virtual host to a directory.
+# Example: VirtualHost cz.boa.org /html/htdocs/boa/
+
+#VirtualHost	www.second.company.com /var/www/second_company/
+
+
+# Auth: HTTP Basic authorization. Format is "Auth <Directory> <PasswdFile>".
+# Password file should be readable _ONLY_ by root or trusted user(s). This file
+# is opened before boa gives out privs.
+# Example: Auth /secret /var/www/secret.passwd
+
+#Auth /etc /etc/passwd

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/boa.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch Tue Mar 27 17:14:34 2007
@@ -1,0 +1,20 @@
+.EXPORT_ALL_VARIABLES:
+############################################################################
+#
+# Vendor specific settings
+#
+
+CONSOLE_BAUD_RATE = 57600
+
+############################################################################
+#
+# The makefiles need to know how to do things in different contexts
+# To save some pain we put it all here
+#
+# First settings we always want for all build
+#
+
+# ARCH = kernel,  TARGET_ARCH = uClibc
+
+
+include $(ROOTDIR)/vendors/config/bfin/config.arch

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.arch
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device Tue Mar 27 17:14:34 2007
@@ -1,0 +1,87 @@
+#
+# Automatically generated by make menuconfig: don't edit
+#
+
+#
+# Vendor/Product Selection
+#
+# CONFIG_DEFAULTS_3COM is not set
+# CONFIG_DEFAULTS_ACTIONTEC is not set
+# CONFIG_DEFAULTS_ADI is not set
+# CONFIG_DEFAULTS_AKIZUKI is not set
+# CONFIG_DEFAULTS_ALTERA is not set
+# CONFIG_DEFAULTS_ANALOGDEVICES is not set
+# CONFIG_DEFAULTS_APPLE is not set
+# CONFIG_DEFAULTS_ARCTURUS is not set
+# CONFIG_DEFAULTS_ARNEWSH is not set
+# CONFIG_DEFAULTS_ATMARKTECHNO is not set
+# CONFIG_DEFAULTS_ATMEL is not set
+# CONFIG_DEFAULTS_AVNET is not set
+# CONFIG_DEFAULTS_BLUETECHNIX is not set
+# CONFIG_DEFAULTS_CIRRUS is not set
+# CONFIG_DEFAULTS_COGENT is not set
+# CONFIG_DEFAULTS_CONEXANT is not set
+# CONFIG_DEFAULTS_CWLINUX is not set
+# CONFIG_DEFAULTS_CYBERGUARD is not set
+# CONFIG_DEFAULTS_CYTEK is not set
+CONFIG_DEFAULTS_DIGIUM=y
+# CONFIG_DEFAULTS_EMAC is not set
+# CONFIG_DEFAULTS_ESPD is not set
+# CONFIG_DEFAULTS_EXYS is not set
+# CONFIG_DEFAULTS_FEITH is not set
+# CONFIG_DEFAULTS_FREESCALE is not set
+# CONFIG_DEFAULTS_FUTURE is not set
+# CONFIG_DEFAULTS_GDB is not set
+# CONFIG_DEFAULTS_HITACHI is not set
+# CONFIG_DEFAULTS_IMT is not set
+# CONFIG_DEFAULTS_INSIGHT is not set
+# CONFIG_DEFAULTS_INTEL is not set
+# CONFIG_DEFAULTS_KENDINMICREL is not set
+# CONFIG_DEFAULTS_LEOX is not set
+# CONFIG_DEFAULTS_MECEL is not set
+# CONFIG_DEFAULTS_MIDAS is not set
+# CONFIG_DEFAULTS_NEC is not set
+# CONFIG_DEFAULTS_NETBURNER is not set
+# CONFIG_DEFAULTS_NETSILICON is not set
+# CONFIG_DEFAULTS_NINTENDO is not set
+# CONFIG_DEFAULTS_OPENCORES is not set
+# CONFIG_DEFAULTS_OPENGEAR is not set
+# CONFIG_DEFAULTS_PHILIPS is not set
+# CONFIG_DEFAULTS_PROMISE is not set
+# CONFIG_DEFAULTS_SAMSUNG is not set
+# CONFIG_DEFAULTS_SECURECOMPUTING is not set
+# CONFIG_DEFAULTS_SECUREEDGE is not set
+# CONFIG_DEFAULTS_SENTEC is not set
+# CONFIG_DEFAULTS_SIGNAL is not set
+# CONFIG_DEFAULTS_SIMTEC is not set
+# CONFIG_DEFAULTS_SNAPGEAR is not set
+# CONFIG_DEFAULTS_SNEHA is not set
+# CONFIG_DEFAULTS_SOEKRIS is not set
+# CONFIG_DEFAULTS_SONY is not set
+# CONFIG_DEFAULTS_SSV is not set
+# CONFIG_DEFAULTS_STRAWBERRYLINUX is not set
+# CONFIG_DEFAULTS_SWARM is not set
+# CONFIG_DEFAULTS_TELEIP is not set
+# CONFIG_DEFAULTS_TI is not set
+# CONFIG_DEFAULTS_TRISCEND is not set
+# CONFIG_DEFAULTS_VIA is not set
+# CONFIG_DEFAULTS_WEISS is not set
+# CONFIG_DEFAULTS_XILINX is not set
+CONFIG_DEFAULTS_DIGIUM_S800I=y
+
+#
+# Kernel/Library/Defaults Selection
+#
+CONFIG_DEFAULTS_KERNEL_2_6=y
+# CONFIG_DEFAULTS_LIBC_NONE is not set
+# CONFIG_DEFAULTS_LIBC_UC_LIBC is not set
+CONFIG_DEFAULTS_LIBC_UCLIBC=y
+# CONFIG_DEFAULTS_OVERRIDE is not set
+# CONFIG_DEFAULTS_KERNEL is not set
+# CONFIG_DEFAULTS_VENDOR is not set
+# CONFIG_DEFAULTS_VENDOR_UPDATE is not set
+CONFIG_VENDOR=Digium
+CONFIG_PRODUCT=S800I
+CONFIG_LINUXDIR=linux-2.6.x
+CONFIG_LIBCDIR=uClibc
+CONFIG_LANGUAGE=

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.device
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.linux-2.6.x
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.linux-2.6.x?view=auto&rev=268
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.linux-2.6.x (added)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.linux-2.6.x Tue Mar 27 17:14:34 2007
@@ -1,0 +1,1167 @@
+#
+# Automatically generated make config: don't edit
+# Linux kernel version: 2.6.16.27
+# Wed Dec 27 14:52:05 2006
+#
+# CONFIG_MMU is not set
+# CONFIG_FPU is not set
+CONFIG_RWSEM_GENERIC_SPINLOCK=y
+# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
+CONFIG_BFIN=y
+CONFIG_SEMAPHORE_SLEEPERS=y
+CONFIG_UCLINUX=y
+CONFIG_FORCE_MAX_ZONEORDER=14
+CONFIG_GENERIC_CALIBRATE_DELAY=y
+
+#
+# Code maturity level options
+#
+CONFIG_EXPERIMENTAL=y
+CONFIG_BROKEN_ON_SMP=y
+CONFIG_INIT_ENV_ARG_LIMIT=32
+
+#
+# General setup
+#
+CONFIG_LOCALVERSION=""
+CONFIG_LOCALVERSION_AUTO=y
+# CONFIG_SYSVIPC is not set
+# CONFIG_POSIX_MQUEUE is not set
+# CONFIG_BSD_PROCESS_ACCT is not set
+CONFIG_SYSCTL=y
+# CONFIG_AUDIT is not set
+# CONFIG_IKCONFIG is not set
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_UID16=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
+CONFIG_EMBEDDED=y
+CONFIG_KALLSYMS=y
+# CONFIG_KALLSYMS_EXTRA_PASS is not set
+CONFIG_HOTPLUG=y
+CONFIG_PRINTK=y
+CONFIG_BUG=y
+# CONFIG_ELF_CORE is not set
+CONFIG_BASE_FULL=y
+CONFIG_FUTEX=y
+CONFIG_EPOLL=y
+CONFIG_CC_ALIGN_FUNCTIONS=0
+CONFIG_CC_ALIGN_LABELS=0
+CONFIG_CC_ALIGN_LOOPS=0
+CONFIG_CC_ALIGN_JUMPS=0
+CONFIG_SLAB=y
+CONFIG_TINY_SHMEM=y
+CONFIG_BASE_SMALL=0
+# CONFIG_SLOB is not set
+CONFIG_OBSOLETE_INTERMODULE=y
+
+#
+# Loadable module support
+#
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
+CONFIG_OBSOLETE_MODPARM=y
+# CONFIG_MODVERSIONS is not set
+# CONFIG_MODULE_SRCVERSION_ALL is not set
+CONFIG_KMOD=y
+
+#
+# Block layer
+#
+
+#
+# IO Schedulers
+#
+CONFIG_IOSCHED_NOOP=y
+# CONFIG_IOSCHED_AS is not set
+# CONFIG_IOSCHED_DEADLINE is not set
+CONFIG_IOSCHED_CFQ=y
+# CONFIG_DEFAULT_AS is not set
+# CONFIG_DEFAULT_DEADLINE is not set
+CONFIG_DEFAULT_CFQ=y
+# CONFIG_DEFAULT_NOOP is not set
+CONFIG_DEFAULT_IOSCHED="cfq"
+
+#
+# Blackfin Processor Options
+#
+
+#
+# Processor and Board Settings
+#
+# CONFIG_BF531 is not set
+# CONFIG_BF532 is not set
+# CONFIG_BF533 is not set
+# CONFIG_BF534 is not set
+# CONFIG_BF535 is not set
+# CONFIG_BF536 is not set
+CONFIG_BF537=y
+# CONFIG_BF561 is not set
+CONFIG_BF_REV_0_2=y
+# CONFIG_BF_REV_0_3 is not set
+# CONFIG_BF_REV_0_4 is not set
+# CONFIG_BF_REV_0_5 is not set
+CONFIG_BLACKFIN=y
+CONFIG_BFIN_SINGLE_CORE=y
+# CONFIG_BFIN533_EZKIT is not set
+# CONFIG_BFIN533_STAMP is not set
+# CONFIG_BFIN537_STAMP is not set
+CONFIG_BFIN537_SX00I=y
+# CONFIG_BFIN533_BLUETECHNIX_CM is not set
+# CONFIG_BFIN537_BLUETECHNIX_CM is not set
+# CONFIG_BFIN561_BLUETECHNIX_CM is not set
+# CONFIG_BFIN561_EZKIT is not set
+# CONFIG_GENERIC_BOARD is not set
+CONFIG_BFIN_HAVE_RTC=y
+CONFIG_IRQ_PLL_WAKEUP=7
+
+#
+# BF537 Specific Configuration
+#
+
+#
+# PORT F/G Selection
+#
+CONFIG_BF537_PORT_F=y
+# CONFIG_BF537_PORT_G is not set
+# CONFIG_BF537_PORT_H is not set
+
+#
+# Interrupt Priority Assignment
+#
+
+#
+# Priority
+#
+CONFIG_IRQ_DMA_ERROR=7
+CONFIG_IRQ_ERROR=7
+CONFIG_IRQ_RTC=8
+CONFIG_IRQ_PPI=8
+CONFIG_IRQ_SPORT0_RX=9
+CONFIG_IRQ_SPORT0_TX=9
+CONFIG_IRQ_SPORT1_RX=9
+CONFIG_IRQ_SPORT1_TX=9
+CONFIG_IRQ_TWI=10
+CONFIG_IRQ_SPI=10
+CONFIG_IRQ_UART0_RX=10
+CONFIG_IRQ_UART0_TX=10
+CONFIG_IRQ_UART1_RX=10
+CONFIG_IRQ_UART1_TX=10
+CONFIG_IRQ_CAN_RX=11
+CONFIG_IRQ_CAN_TX=11
+CONFIG_IRQ_MAC_RX=11
+CONFIG_IRQ_MAC_TX=11
+CONFIG_IRQ_TMR0=12
+CONFIG_IRQ_TMR1=12
+CONFIG_IRQ_TMR2=12
+CONFIG_IRQ_TMR3=12
+CONFIG_IRQ_TMR4=12
+CONFIG_IRQ_TMR5=12
+CONFIG_IRQ_TMR6=12
+CONFIG_IRQ_TMR7=12
+CONFIG_IRQ_PROG_INTA=12
+CONFIG_IRQ_PORTG_INTB=12
+CONFIG_IRQ_MEM_DMA0=13
+CONFIG_IRQ_MEM_DMA1=13
+CONFIG_IRQ_WATCH=13
+
+#
+# Board customizations
+#
+
+#
+# Board Setup
+#
+CONFIG_CLKIN_HZ=25000000
+CONFIG_MEM_SIZE=64
+CONFIG_MEM_ADD_WIDTH=10
+CONFIG_BOOT_LOAD=0x1000
+
+#
+# Console UART Setup
+#
+# CONFIG_BAUD_9600 is not set
+# CONFIG_BAUD_19200 is not set
+# CONFIG_BAUD_38400 is not set
+CONFIG_BAUD_57600=y
+# CONFIG_BAUD_115200 is not set
+CONFIG_BAUD_NO_PARITY=y
+# CONFIG_BAUD_PARITY is not set
+CONFIG_BAUD_1_STOPBIT=y
+# CONFIG_BAUD_2_STOPBIT is not set
+
+#
+# Blackfin Kernel Optimizations
+#
+
+#
+# Timer Tick
+#
+# CONFIG_HZ_100 is not set
+CONFIG_HZ_250=y
+# CONFIG_HZ_1000 is not set
+CONFIG_HZ=250
+
+#
+# Memory Optimizations
+#
+# CONFIG_I_ENTRY_L1 is not set
+CONFIG_RAMKERNEL=y
+# CONFIG_ROMKERNEL is not set
+CONFIG_SELECT_MEMORY_MODEL=y
+CONFIG_FLATMEM_MANUAL=y
+# CONFIG_DISCONTIGMEM_MANUAL is not set
+# CONFIG_SPARSEMEM_MANUAL is not set
+CONFIG_FLATMEM=y
+CONFIG_FLAT_NODE_MEM_MAP=y
+# CONFIG_SPARSEMEM_STATIC is not set
+CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_LARGE_ALLOCS=y
+# CONFIG_IRQCHIP_DEMUX_GPIO is not set
+CONFIG_BFIN_DMA_5XX=y
+# CONFIG_DMA_UNCACHED_2M is not set
+CONFIG_DMA_UNCACHED_1M=y
+# CONFIG_DMA_UNCACHED_NONE is not set
+
+#
+# Cache Support
+#
+CONFIG_BLKFIN_CACHE=y
+CONFIG_BLKFIN_DCACHE=y
+# CONFIG_BLKFIN_CACHE_LOCK is not set
+# CONFIG_BLKFIN_WB is not set
+CONFIG_BLKFIN_WT=y
+CONFIG_L1_MAX_PIECE=16
+
+#
+# Clock Settings
+#
+# CONFIG_BFIN_KERNEL_CLOCK is not set
+
+#
+# Asynchonous Memory Configuration
+#
+
+#
+# EBIU_AMBCTL Global Control
+#
+CONFIG_C_AMCKEN=y
+CONFIG_C_CDPRIO=y
+# CONFIG_C_AMBEN is not set
+# CONFIG_C_AMBEN_B0 is not set
+# CONFIG_C_AMBEN_B0_B1 is not set
+# CONFIG_C_AMBEN_B0_B1_B2 is not set
+CONFIG_C_AMBEN_ALL=y
+
+#
+# EBIU_AMBCTL Control
+#
+CONFIG_BANK_0=0x7BB0
+CONFIG_BANK_1=0xFCC3
+CONFIG_BANK_2=0xFFC3
+CONFIG_BANK_3=0xFFC3
+
+#
+# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
+#
+# CONFIG_PCI is not set
+
+#
+# PCCARD (PCMCIA/CardBus) support
+#
+CONFIG_PCCARD=y
+# CONFIG_PCMCIA_DEBUG is not set
+CONFIG_PCMCIA=y
+CONFIG_PCMCIA_LOAD_CIS=y
+CONFIG_PCMCIA_IOCTL=y
+
+#
+# PC-card bridges
+#
+CONFIG_BFIN_CFPCMCIA=m
+
+#
+# PCI Hotplug Support
+#
+
+#
+# Executable file formats
+#
+CONFIG_BINFMT_ELF_FDPIC=y
+CONFIG_BINFMT_FLAT=y
+# CONFIG_BINFMT_ZFLAT is not set
+# CONFIG_BINFMT_SHARED_FLAT is not set
+# CONFIG_BINFMT_MISC is not set
+
+#
+# Power management options
+#
+# CONFIG_PM is not set
+
+#
+# CPU Frequency scaling
+#
+# CONFIG_CPU_FREQ is not set
+
+#
+# Networking
+#
+CONFIG_NET=y
+
+#
+# Networking options
+#
+# CONFIG_NETDEBUG is not set
+CONFIG_PACKET=y
+CONFIG_UNIX=y
+# CONFIG_NET_KEY is not set
+CONFIG_INET=y
+# CONFIG_IP_MULTICAST is not set
+# CONFIG_IP_ADVANCED_ROUTER is not set
+CONFIG_IP_FIB_HASH=y
+CONFIG_IP_PNP=y
+# CONFIG_IP_PNP_DHCP is not set
+# CONFIG_IP_PNP_BOOTP is not set
+# CONFIG_IP_PNP_RARP is not set
+# CONFIG_NET_IPIP is not set
+# CONFIG_NET_IPGRE is not set
+# CONFIG_ARPD is not set
+CONFIG_SYN_COOKIES=y
+# CONFIG_INET_AH is not set
+# CONFIG_INET_ESP is not set
+# CONFIG_INET_IPCOMP is not set
+# CONFIG_INET_TUNNEL is not set
+CONFIG_INET_DIAG=y
+CONFIG_INET_TCP_DIAG=y
+# CONFIG_TCP_CONG_ADVANCED is not set
+CONFIG_TCP_CONG_BIC=y
+
+#
+# IP: Virtual Server Configuration
+#
+# CONFIG_IP_VS is not set
+# CONFIG_IPV6 is not set
+CONFIG_NETFILTER=y
+# CONFIG_NETFILTER_DEBUG is not set
+
+#
+# Core Netfilter Configuration
+#
+# CONFIG_NETFILTER_NETLINK is not set
+CONFIG_NETFILTER_XTABLES=y
+# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
+# CONFIG_NETFILTER_XT_TARGET_MARK is not set
+# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
+# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
+CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
+# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
+# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
+# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
+# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
+CONFIG_NETFILTER_XT_MATCH_MAC=y
+# CONFIG_NETFILTER_XT_MATCH_MARK is not set
+# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
+# CONFIG_NETFILTER_XT_MATCH_REALM is not set
+# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
+CONFIG_NETFILTER_XT_MATCH_STATE=y
+# CONFIG_NETFILTER_XT_MATCH_STRING is not set
+# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
+
+#
+# IP: Netfilter Configuration
+#
+CONFIG_IP_NF_CONNTRACK=y
+# CONFIG_IP_NF_CT_ACCT is not set
+# CONFIG_IP_NF_CONNTRACK_MARK is not set
+# CONFIG_IP_NF_CONNTRACK_EVENTS is not set
+# CONFIG_IP_NF_CT_PROTO_SCTP is not set
+CONFIG_IP_NF_FTP=y
+CONFIG_IP_NF_IRC=y
+# CONFIG_IP_NF_NETBIOS_NS is not set
+CONFIG_IP_NF_TFTP=y
+# CONFIG_IP_NF_AMANDA is not set
+# CONFIG_IP_NF_PPTP is not set
+# CONFIG_IP_NF_QUEUE is not set
+CONFIG_IP_NF_IPTABLES=y
+# CONFIG_IP_NF_MATCH_IPRANGE is not set
+# CONFIG_IP_NF_MATCH_MULTIPORT is not set
+CONFIG_IP_NF_MATCH_TOS=y
+# CONFIG_IP_NF_MATCH_RECENT is not set
+# CONFIG_IP_NF_MATCH_ECN is not set
+# CONFIG_IP_NF_MATCH_DSCP is not set
+# CONFIG_IP_NF_MATCH_AH_ESP is not set
+# CONFIG_IP_NF_MATCH_TTL is not set
+# CONFIG_IP_NF_MATCH_OWNER is not set
+# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
+# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
+CONFIG_IP_NF_FILTER=y
+CONFIG_IP_NF_TARGET_REJECT=y
+# CONFIG_IP_NF_TARGET_LOG is not set
+# CONFIG_IP_NF_TARGET_ULOG is not set
+# CONFIG_IP_NF_TARGET_TCPMSS is not set
+CONFIG_IP_NF_NAT=y
+CONFIG_IP_NF_NAT_NEEDED=y
+CONFIG_IP_NF_TARGET_MASQUERADE=y
+CONFIG_IP_NF_TARGET_REDIRECT=y
+CONFIG_IP_NF_TARGET_NETMAP=y
+CONFIG_IP_NF_TARGET_SAME=y
+# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
+CONFIG_IP_NF_NAT_IRC=y
+CONFIG_IP_NF_NAT_FTP=y
+CONFIG_IP_NF_NAT_TFTP=y
+CONFIG_IP_NF_MANGLE=y
+CONFIG_IP_NF_TARGET_TOS=y
+# CONFIG_IP_NF_TARGET_ECN is not set
+# CONFIG_IP_NF_TARGET_DSCP is not set
+# CONFIG_IP_NF_TARGET_TTL is not set
+# CONFIG_IP_NF_RAW is not set
+# CONFIG_IP_NF_ARPTABLES is not set
+
+#
+# DCCP Configuration (EXPERIMENTAL)
+#
+# CONFIG_IP_DCCP is not set
+
+#
+# SCTP Configuration (EXPERIMENTAL)
+#
+# CONFIG_IP_SCTP is not set
+
+#
+# TIPC Configuration (EXPERIMENTAL)
+#
+# CONFIG_TIPC is not set
+# CONFIG_ATM is not set
+# CONFIG_BRIDGE is not set
+CONFIG_VLAN_8021Q=y
+# CONFIG_DECNET is not set
+# CONFIG_LLC2 is not set
+# CONFIG_IPX is not set
+# CONFIG_ATALK is not set
+# CONFIG_X25 is not set
+# CONFIG_LAPB is not set
+# CONFIG_NET_DIVERT is not set
+# CONFIG_ECONET is not set
+# CONFIG_WAN_ROUTER is not set
+
+#
+# QoS and/or fair queueing
+#
+# CONFIG_NET_SCHED is not set
+
+#
+# Network testing
+#
+# CONFIG_NET_PKTGEN is not set
+# CONFIG_HAMRADIO is not set
+# CONFIG_IRDA is not set
+# CONFIG_BT is not set
+# CONFIG_IEEE80211 is not set
+
+#
+# Device Drivers
+#
+
+#
+# Generic Driver Options
+#
+CONFIG_STANDALONE=y
+CONFIG_PREVENT_FIRMWARE_BUILD=y
+CONFIG_FW_LOADER=y
+
+#
+# Connector - unified userspace <-> kernelspace linker
+#
+# CONFIG_CONNECTOR is not set
+
+#
+# Memory Technology Devices (MTD)
+#
+CONFIG_MTD=y
+# CONFIG_MTD_DEBUG is not set
+# CONFIG_MTD_CONCAT is not set
+CONFIG_MTD_PARTITIONS=y
+# CONFIG_MTD_REDBOOT_PARTS is not set
+# CONFIG_MTD_CMDLINE_PARTS is not set
+
+#
+# User Modules And Translation Layers
+#
+CONFIG_MTD_CHAR=y
+CONFIG_MTD_BLOCK=y
+# CONFIG_FTL is not set
+# CONFIG_NFTL is not set
+# CONFIG_INFTL is not set
+# CONFIG_RFD_FTL is not set
+
+#
+# RAM/ROM/Flash chip drivers
+#
+# CONFIG_MTD_CFI is not set
+CONFIG_MTD_JEDECPROBE=y
+CONFIG_MTD_GEN_PROBE=y
+# CONFIG_MTD_CFI_ADV_OPTIONS is not set
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+# CONFIG_MTD_CFI_I4 is not set
+# CONFIG_MTD_CFI_I8 is not set
+# CONFIG_MTD_CFI_INTELEXT is not set
+# CONFIG_MTD_CFI_AMDSTD is not set
+# CONFIG_MTD_CFI_STAA is not set
+# CONFIG_MTD_MW320D is not set
+CONFIG_MTD_RAM=y
+# CONFIG_MTD_ROM is not set
+# CONFIG_MTD_ABSENT is not set
+# CONFIG_MTD_OBSOLETE_CHIPS is not set
+
+#
+# Mapping drivers for chip access
+#
+# CONFIG_MTD_COMPLEX_MAPPINGS is not set
+# CONFIG_MTD_BF5xx is not set
+CONFIG_MTD_UCLINUX=y
+# CONFIG_MTD_PLATRAM is not set
+
+#
+# Self-contained MTD device drivers
+#
+# CONFIG_MTD_DATAFLASH is not set
+CONFIG_MTD_M25P80=y
+CONFIG_M25PXX_USE_FAST_READ=y
+# CONFIG_MTD_SLRAM is not set
+# CONFIG_MTD_PHRAM is not set
+# CONFIG_MTD_MTDRAM is not set
+# CONFIG_MTD_BLKMTD is not set
+# CONFIG_MTD_BLOCK2MTD is not set
+
+#
+# Disk-On-Chip Device Drivers
+#
+# CONFIG_MTD_DOC2000 is not set
+# CONFIG_MTD_DOC2001 is not set
+# CONFIG_MTD_DOC2001PLUS is not set
+
+#
+# NAND Flash Device Drivers
+#
+# CONFIG_MTD_NAND is not set
+
+#
+# OneNAND Flash Device Drivers
+#
+# CONFIG_MTD_ONENAND is not set
+
+#
+# Parallel port support
+#
+# CONFIG_PARPORT is not set
+
+#
+# Plug and Play support
+#
+
+#
+# Block devices
+#
+# CONFIG_BLK_DEV_COW_COMMON is not set
+# CONFIG_BLK_DEV_LOOP is not set
+# CONFIG_BLK_DEV_NBD is not set
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_COUNT=16
+CONFIG_BLK_DEV_RAM_SIZE=4096
+# CONFIG_BLK_DEV_INITRD is not set
+# CONFIG_CDROM_PKTCDVD is not set
+# CONFIG_ATA_OVER_ETH is not set
+
+#
+# ATA/ATAPI/MFM/RLL support
+#
+CONFIG_IDE=y
+CONFIG_BLK_DEV_IDE=y
+
+#
+# Please see Documentation/ide.txt for help/info on IDE drives
+#
+# CONFIG_BLK_DEV_IDE_SATA is not set
+CONFIG_BLK_DEV_IDEDISK=y
+# CONFIG_IDEDISK_MULTI_MODE is not set
+CONFIG_BLK_DEV_IDECS=m
+# CONFIG_BLK_DEV_IDECD is not set
+# CONFIG_BLK_DEV_IDETAPE is not set
+# CONFIG_BLK_DEV_IDEFLOPPY is not set
+# CONFIG_IDE_TASK_IOCTL is not set
+
+#
+# IDE chipset support/bugfixes
+#
+CONFIG_IDE_GENERIC=y
+# CONFIG_IDE_BFIN is not set
+# CONFIG_IDE_ARM is not set
+# CONFIG_BLK_DEV_IDEDMA is not set
+# CONFIG_IDEDMA_AUTO is not set
+# CONFIG_BLK_DEV_HD is not set
+
+#
+# SCSI device support
+#
+# CONFIG_RAID_ATTRS is not set
+# CONFIG_SCSI is not set
+
+#
+# Multi-device support (RAID and LVM)
+#
+# CONFIG_MD is not set
+
+#
+# Fusion MPT device support
+#
+# CONFIG_FUSION is not set
+
+#
+# IEEE 1394 (FireWire) support
+#
+
+#
+# I2O device support
+#
+
+#
+# Network device support
+#
+CONFIG_NETDEVICES=y
+# CONFIG_DUMMY is not set
+# CONFIG_BONDING is not set
+# CONFIG_EQUALIZER is not set
+# CONFIG_TUN is not set
+
+#
+# PHY device support
+#
+# CONFIG_PHYLIB is not set
+
+#
+# Ethernet (10 or 100Mbit)
+#
+CONFIG_NET_ETHERNET=y
+CONFIG_MII=y
+# CONFIG_SMC91X is not set
+CONFIG_BFIN_MAC=y
+# CONFIG_BFIN_MAC_USE_L1 is not set
+CONFIG_BFIN_TX_DESC_NUM=10
+CONFIG_BFIN_RX_DESC_NUM=20
+
+#
+# Ethernet (1000 Mbit)
+#
+
+#
+# Ethernet (10000 Mbit)
+#
+
+#
+# Token Ring devices
+#
+
+#
+# Wireless LAN (non-hamradio)
+#
+CONFIG_NET_RADIO=y
+
+#
+# Obsolete Wireless cards support (pre-802.11)
+#
+# CONFIG_STRIP is not set
+# CONFIG_PCMCIA_WAVELAN is not set
+# CONFIG_PCMCIA_NETWAVE is not set
+
+#
+# Wireless 802.11 Frequency Hopping cards support
+#
+# CONFIG_PCMCIA_RAYCS is not set
+
+#
+# Wireless 802.11b ISA/PCI cards support
+#
+CONFIG_HERMES=m
+# CONFIG_ATMEL is not set
+
+#
+# Wireless 802.11b Pcmcia/Cardbus cards support
+#
+CONFIG_PCMCIA_HERMES=m
+# CONFIG_PCMCIA_SPECTRUM is not set
+# CONFIG_WLAN_BLACKFIN is not set
+# CONFIG_AIRO_CS is not set

[... 2789 lines stripped ...]


More information about the aadk-commits mailing list