aximx50.conf: New machine, Dell Axim X50/X51/X50v/X51v.
authorPaul Sokolovsky <pmiscml@gmail.com>
Wed, 21 Feb 2007 14:35:59 +0000 (14:35 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 21 Feb 2007 14:35:59 +0000 (14:35 +0000)
* Also, add as compatible to linux-handhelds-2.6.inc.

conf/machine/aximx50.conf [new file with mode: 0644]
packages/linux/linux-handhelds-2.6.inc

diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf
new file mode 100644 (file)
index 0000000..0d7e12e
--- /dev/null
@@ -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"
index bcca093..34765c7 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer h
 LICENSE = "GPL"
 
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE ?= '(asus730|h1910|h2200|h3600|h3800|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000)'
+COMPATIBLE_MACHINE ?= '(asus730|aximx50|h1910|h2200|h3600|h3800|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000)'
 
 # SRC_URI *must* be overriden in includer, but this is a good reference
 SRC_URI ?= "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \