[oe-commits] org.oe.dev asus730: New machine, Asus MyPal A730 - PXA27x, VGA, other goodies.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jan 6 16:32:32 UTC 2007


asus730: New machine, Asus MyPal A730 - PXA27x, VGA, other goodies.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 7187c31b36d0214ab50c22931ed79a11ddcd03b5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7187c31b36d0214ab50c22931ed79a11ddcd03b5
Files:
1
conf/machine/asus730.conf
Diffs:

#
# mt diff -r128ea1f546778b5d0b7f8f1c39f92f2a7d835406 -r7187c31b36d0214ab50c22931ed79a11ddcd03b5
#
# 
# 
# add_file "conf/machine/asus730.conf"
#  content [b9e3bb64f4aa2bf24d37ce83bb710e4b79902b4c]
# 
============================================================
--- conf/machine/asus730.conf	b9e3bb64f4aa2bf24d37ce83bb710e4b79902b4c
+++ conf/machine/asus730.conf	b9e3bb64f4aa2bf24d37ce83bb710e4b79902b4c
@@ -0,0 +1,40 @@
+#@TYPE: Machine
+#@NAME: Asus MyPal A730
+#@DESCRIPTION: Machine configuration for the asus730 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 = "64"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "bigscreen"
+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"	
+XSERVER = "xserver-kdrive"
+
+PREFERRED_VERSION_orinoco-modules = "0.15rc1"
+
+
+#
+# Modules autoload and other boot properties
+#
+
+#FIXME: this should be controlled by a userspace utility later.
+module_autoload_g_ether = "g_ether"
+
+SERIAL_CONSOLE = "115200 ttyS0"






More information about the Openembedded-commits mailing list