merge of '59b19c7d48e754418caf1f4214b1ce53d2cca5c4'
[vuplus_openembedded] / conf / machine / hx4700.conf
1 #@TYPE: Machine
2 #@NAME: iPAQ hx47xx
3 #@DESCRIPTION: Machine configuration for the hx4700 iPAQ with a pxa27x CPU
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt  "
10
11 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
12 require conf/machine/include/tune-xscale.conf
13
14 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15 #require conf/machine/include/tune-iwmmxt.conf
16
17 ROOT_FLASH_SIZE = "80"
18 VOLATILE_STORAGE_SIZE = "64"
19 GUI_MACHINE_CLASS = "bigscreen"
20 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
21
22 #
23 # Software/packages selection
24 #
25 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
26 PCMCIA_MANAGER = "pcmciautils"
27 MODUTILS = "26" 
28 XSERVER = "xserver-kdrive-w100"
29
30 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
31
32 MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
33 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \
34                                 kernel-module-nls-iso8859-1 \
35                                 kernel-module-nls-utf8 \
36                                 kernel-module-af-key \
37                                 kernel-module-i2c-pxa \
38                                 kernel-module-pxa27x-voltage \
39                                 kernel-module-pxa27x-voltage-max158xx \
40                                 kernel-module-hx4700-acx \
41                                 kernel-module-hx4700-bt \
42                                 kernel-module-snd-hx4700-audio"
43
44 #write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there
45 EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
46                           -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
47                           -e 256KiB -p ; echo '${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
48
49
50 #
51 # Modules autoload and other boot properties
52 #
53 module_autoload_evdev = "evdev"
54 module_autoload_hx4700_power = "hx4700_power"
55 module_autoload_pcmcia = "pcmcia"
56 module_autoload_hx4700_pcmcia = "hx4700_pcmcia"
57 module_autoload_asic3_mmc = "asic3_mmc"
58 module_autoload_mmc_block = "mmc_block"
59 module_autoload_hx4700_ts = "hx4700_ts"
60 module_autoload_hx4700_navpt = "hx4700_navpt"
61 module_autoload_hx4700_bt = "hx4700_bt"
62 module_autoload_snd-hx4700_audio = "snd-hx4700_audio"
63 module_autoload_snd-pcm-oss = "snd-pcm-oss"
64 module_autoload_snd-mixer-oss = "snd-mixer-oss"
65 module_autoload_pxa27x_udc = "pxa27x_udc"
66
67 #FIXME: this should be controlled by a userspace utility later.
68 module_autoload_g_ether = "g_ether"
69
70 SERIAL_CONSOLE = "115200 ttyS0"