summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/ipaq-pxa270.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/ipaq-pxa270.conf')
-rw-r--r--meta/conf/machine/ipaq-pxa270.conf63
1 files changed, 63 insertions, 0 deletions
diff --git a/meta/conf/machine/ipaq-pxa270.conf b/meta/conf/machine/ipaq-pxa270.conf
new file mode 100644
index 0000000000..f5cc893c9c
--- /dev/null
+++ b/meta/conf/machine/ipaq-pxa270.conf
@@ -0,0 +1,63 @@
1#@TYPE: Machine
2#@NAME: iPAQ hx47xx hx2xxx
3#@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices
4
5TARGET_ARCH = "arm"
6IPKG_EXTRA_ARCHS = "armv4 armv5te ipaqpxa hx4700"
7#use this for a hx47xx ipaq
8PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
9
10#use this for a hx2xxx ipaq
11#PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
12
13PREFERRED_VERSION_orinoco-modules = "0.15rc1"
14
15ROOT_FLASH_SIZE = "80"
16
17EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
18 -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
19 -e 256KiB -p"
20
21MODUTILS = "26"
22PCMCIA_MANAGER = "pcmciautils"
23BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params "
24BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}"
25BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
26
27PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \
28 snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
29 nls_cp437 nls_iso8859-1 nls_utf8 af_key"
30
31SERIAL_CONSOLE = "115200 ttyS0"
32
33include conf/machine/include/handheld-common.conf
34
35GUI_MACHINE_CLASS = "bigscreen"
36
37# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
38include conf/machine/include/tune-xscale.conf
39
40# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
41#include conf/machine/include/tune-iwmmxt.conf
42
43BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}"
44HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \
45 hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power"
46
47
48module_autoload_evdev = "evdev"
49module_autoload_hx4700_power = "hx4700_power"
50module_autoload_pcmcia = "pcmcia"
51module_autoload_hx4700_pcmcia = "hx4700_pcmcia"
52module_autoload_asic3_mmc = "asic3_mmc"
53module_autoload_mmc_block = "mmc_block"
54module_autoload_hx4700_ts = "hx4700_ts"
55module_autoload_hx4700_navpt = "hx4700_navpt"
56module_autoload_hx4700_bt = "hx4700_bt"
57module_autoload_snd-hx4700_audio = "snd-hx4700_audio"
58module_autoload_snd-pcm-oss = "snd-pcm-oss"
59module_autoload_snd-mixer-oss = "snd-mixer-oss"
60module_autoload_pxa27x_udc = "pxa27x_udc"
61
62#FIXME: this should be controlled by a userspace utility later.
63module_autoload_g_ether = "g_ether"