[oe-commits] org.oe.dev rx3000: Machine definition for HP iPaq rx3000 series.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Dec 2 15:52:07 UTC 2006


rx3000: Machine definition for HP iPaq rx3000 series.
* Newer iPaq series, rx3715, rx3415, rx3115 models.
* Hardware-wise, similar to h4000, but uses Samsung CPU. Models differ in CPU 
speed/flash size. (It appears WiFi/BT is present in all models.)
* Got good porting progress in HH.org, port appears to be essentially complete.
* Closes #1587.

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

#
# mt diff -rfeb1b692017d002ff6a4a59555ec98ee0a941a96 -rb79002cd67124c5cd4867df948280bbed0742cf3
#
# 
# 
# add_file "conf/machine/rx3000.conf"
#  content [5178701c0d597f159c3bcb0af291dff0542b013b]
# 
============================================================
--- conf/machine/rx3000.conf	5178701c0d597f159c3bcb0af291dff0542b013b
+++ conf/machine/rx3000.conf	5178701c0d597f159c3bcb0af291dff0542b013b
@@ -0,0 +1,35 @@
+#@TYPE: Machine
+#@NAME: HP iPAQ rx3xxx
+#@DESCRIPTION: Machine configuration for the HP iPAQ rx3xxx
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t"
+
+# Samsung S3C2xxx CPU
+include conf/machine/include/tune-arm920t.conf
+
+ROOT_FLASH_SIZE = "32"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
+
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
+PCMCIA_MANAGER = "pcmciautils"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#
+# Modules autoload and other boot properties
+#
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_g_ether = "g_ether"
+
+SERIAL_CONSOLE = "115200 ttyS0 vt100"
+USE_VT = "0"
+
+require conf/machine/include/LAB-settings.conf






More information about the Openembedded-commits mailing list