aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/aximx50.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-02-21 14:35:59 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-02-21 14:35:59 +0000
commite5acb6a8e45d7be58eb513f3ae20423efadf6947 (patch)
tree4acf7cf3e5af808a424f5cdd1337b8fdd042462c /conf/machine/aximx50.conf
parent7ac460372dff5c7f5487e72406abb8a4a3a8769d (diff)
downloadopenembedded-e5acb6a8e45d7be58eb513f3ae20423efadf6947.tar.gz
aximx50.conf: New machine, Dell Axim X50/X51/X50v/X51v.
* Also, add as compatible to linux-handhelds-2.6.inc.
Diffstat (limited to 'conf/machine/aximx50.conf')
-rw-r--r--conf/machine/aximx50.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf
new file mode 100644
index 0000000000..0d7e12e3cc
--- /dev/null
+++ b/conf/machine/aximx50.conf
@@ -0,0 +1,49 @@
+#@TYPE: Machine
+#@NAME: Axim x50/x50v/x51/x51v
+#@DESCRIPTION: Machine configuration for the Dell Axim x50/51(v) with a pxa27x CPU
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt "
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+require conf/machine/include/tune-xscale.conf
+
+# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
+#require conf/machine/include/tune-iwmmxt.conf
+
+ROOT_FLASH_SIZE = "256"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "bigscreen" # caveat: only "v" models are VGA
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
+
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
+PCMCIA_MANAGER = "pcmciautils"
+MODUTILS = "26"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+PREFERRED_VERSION_orinoco-modules = "0.15rc1"
+
+MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \
+ kernel-module-nls-iso8859-1 \
+ kernel-module-nls-utf8 \
+ kernel-module-af-key \
+ kernel-module-i2c-pxa"
+
+#
+# Modules autoload and other boot properties
+#
+module_autoload_evdev = "evdev"
+module_autoload_mmc_block = "mmc_block"
+module_autoload_pxa27x_udc = "pxa27x_udc"
+
+#FIXME: this should be controlled by a userspace utility later.
+module_autoload_g_ether = "g_ether"
+
+SERIAL_CONSOLE = "115200 ttyS0"