[oe-commits] org.oe.dev aximx50.conf: New machine, Dell Axim X50/X51/X50v/X51v.

pfalcon commit openembedded-commits at lists.openembedded.org
Wed Feb 21 14:46:00 UTC 2007


aximx50.conf: New machine, Dell Axim X50/X51/X50v/X51v.
* Also, add as compatible to linux-handhelds-2.6.inc.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 70b4e64ac7a19c85aafe36376208542257f06435
ViewMTN: http://monotone.openembedded.org/revision.psp?id=70b4e64ac7a19c85aafe36376208542257f06435
Files:
1
conf/machine/aximx50.conf
packages/linux/linux-handhelds-2.6.inc
Diffs:

#
# mt diff -r5e73970dabf895f19c8a1ad0f165df047dd2715b -r70b4e64ac7a19c85aafe36376208542257f06435
#
# 
# 
# add_file "conf/machine/aximx50.conf"
#  content [706b012eddfa9b5e0bf283b15e9a6cb7c1169d99]
# 
# patch "packages/linux/linux-handhelds-2.6.inc"
#  from [3b92bf5eb5f4205698eae8d019ff5da4305c9308]
#    to [1259fc5cf909c3ec88e3d0ff098bdcbc0d2b7086]
# 
============================================================
--- conf/machine/aximx50.conf	706b012eddfa9b5e0bf283b15e9a6cb7c1169d99
+++ conf/machine/aximx50.conf	706b012eddfa9b5e0bf283b15e9a6cb7c1169d99
@@ -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"
============================================================
--- packages/linux/linux-handhelds-2.6.inc	3b92bf5eb5f4205698eae8d019ff5da4305c9308
+++ packages/linux/linux-handhelds-2.6.inc	1259fc5cf909c3ec88e3d0ff098bdcbc0d2b7086
@@ -1,9 +1,9 @@ COMPATIBLE_HOST = "arm.*-linux"
 SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
 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('.', '-')} \






More information about the Openembedded-commits mailing list