summaryrefslogtreecommitdiff
path: root/meta/conf/machine/hx2000.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-16 12:39:09 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-16 12:39:09 +0000
commitb9456e98157c1e1be7d66da1c6870a16ffffaaac (patch)
tree9c68b4b6dd5bfebe5b78c380b63ee59eb75b80bf /meta/conf/machine/hx2000.conf
parent1ee14413ed16ea65344c67d264cc1de4cde81a1a (diff)
downloadopenembedded-core-b9456e98157c1e1be7d66da1c6870a16ffffaaac.tar.gz
openembedded-core-b9456e98157c1e1be7d66da1c6870a16ffffaaac.tar.bz2
openembedded-core-b9456e98157c1e1be7d66da1c6870a16ffffaaac.tar.xz
openembedded-core-b9456e98157c1e1be7d66da1c6870a16ffffaaac.zip
Rename ipaq-pxa270 hx2000
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1958 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/hx2000.conf')
-rw-r--r--meta/conf/machine/hx2000.conf63
1 files changed, 63 insertions, 0 deletions
diff --git a/meta/conf/machine/hx2000.conf b/meta/conf/machine/hx2000.conf
new file mode 100644
index 000000000..5aa4f5c40
--- /dev/null
+++ b/meta/conf/machine/hx2000.conf
@@ -0,0 +1,63 @@
+#@TYPE: Machine
+#@NAME: iPAQ hx47xx hx2xxx
+#@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa hx4700"
+
+#use this for a hx2xxx ipaq
+PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
+
+PREFERRED_VERSION_orinoco-modules = "0.15rc1"
+
+ROOT_FLASH_SIZE = "80"
+
+EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
+ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
+ -e 256KiB -p"
+
+IMAGE_FSTYPES ?= "tar.bz2"
+
+MODUTILS = "26"
+PCMCIA_MANAGER = "pcmciautils"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params "
+BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}"
+BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
+
+PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \
+ snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
+ nls_cp437 nls_iso8859-1 nls_utf8 af_key"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/include/tune-xscale.conf
+
+# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
+#include conf/machine/include/tune-iwmmxt.conf
+
+BOOTSTRAP_EXTRA_RRECOMMENDS += ""
+#${@linux_module_packages('${HX4700_MODULES}', d)}
+HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \
+ hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power"
+
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget usbhost"
+
+module_autoload_evdev = "evdev"
+module_autoload_hx4700_power = "hx4700_power"
+module_autoload_pcmcia = "pcmcia"
+module_autoload_hx4700_pcmcia = "hx4700_pcmcia"
+module_autoload_asic3_mmc = "asic3_mmc"
+module_autoload_mmc_block = "mmc_block"
+module_autoload_hx4700_ts = "hx4700_ts"
+module_autoload_hx4700_navpt = "hx4700_navpt"
+module_autoload_hx4700_bt = "hx4700_bt"
+module_autoload_snd-hx4700_audio = "snd-hx4700_audio"
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_snd-mixer-oss = "snd-mixer-oss"
+module_autoload_pxa27x_udc = "pxa27x_udc"
+
+#FIXME: this should be controlled by a userspace utility later.
+module_autoload_g_ether = "g_ether"